|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.ee.deploy.impl.deployable.metadata.DeployableMetadata<E>
E - the deployable typepublic abstract class DeployableMetadata<E extends org.ow2.util.ee.deploy.api.deployable.IDeployable<E>>
Metadata of a deployable.
| 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 |
|---|
public DeployableMetadata()
public DeployableMetadata(E deployable)
deployable - the deployable| Method Detail |
|---|
public E getDeployable()
public void setDeployable(E deployable)
deployable - the given deployable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||