org.ow2.util.ee.deploy.impl.deployable.metadata
Class DeployableMetadata<E extends org.ow2.util.ee.deploy.api.deployable.IDeployable<E>>

java.lang.Object
  extended by org.ow2.util.ee.deploy.impl.deployable.metadata.DeployableMetadata<E>
Type Parameters:
E - the deployable type

public abstract class DeployableMetadata<E extends org.ow2.util.ee.deploy.api.deployable.IDeployable<E>>
extends Object

Metadata of a deployable.

Author:
Gael Lalire

Constructor Summary
DeployableMetadata()
          No-arg Constructor.
DeployableMetadata(E deployable)
          Constructor.
 
Method Summary
 E getDeployable()
           
 void setDeployable(E deployable)
          Sets the given deployable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployableMetadata

public DeployableMetadata()
No-arg Constructor.


DeployableMetadata

public DeployableMetadata(E deployable)
Constructor.

Parameters:
deployable - the deployable
Method Detail

getDeployable

public E getDeployable()
Returns:
the deployable

setDeployable

public void setDeployable(E deployable)
Sets the given deployable.

Parameters:
deployable - the given deployable


Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.