|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdtaus.core.container.Module
Module meta-data.
A module consists of the properties , and . Property holds the name of the module uniquely identifying the module in a collection of modules. Property holds a textual description, property a textual version of the module. A module defines specifications and implementations. Properties can be additionally defined.
| Constructor Summary | |
Module()
|
|
| Method Summary | |
Object |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(Object o)
Indicates whether some other object is equal to this one by comparing property . |
String |
getDescription()
Gets the description of the module. |
Implementations |
getImplementations()
Gets the implementations of the module. |
String |
getName()
Gets the name of the module. |
Properties |
getProperties()
Gets the properties of the module. |
Specifications |
getSpecifications()
Gets the specifications of the module. |
String |
getVersion()
Gets the version of the module. |
int |
hashCode()
Returns a hash code value for this object. |
void |
setDescription(String value)
Setter for property . |
void |
setImplementations(Implementations value)
Setter for property . |
void |
setName(String value)
Setter for property . |
void |
setProperties(Properties value)
Setter for property . |
void |
setSpecifications(Specifications value)
Setter for property . |
void |
setVersion(String value)
Setter for property . |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Module()
| Method Detail |
public Object clone()
public final boolean equals(Object o)
o - the reference object with which to compare.
public String getDescription()
public Implementations getImplementations()
public String getName()
public Properties getProperties()
public Specifications getSpecifications()
public String getVersion()
public final int hashCode()
public void setDescription(String value)
value - the new description of the module.public void setImplementations(Implementations value)
value - the new implementations of the module.public void setName(String value)
value - the new name of the module.public void setProperties(Properties value)
value - the new properties of the module.public void setSpecifications(Specifications value)
value - the new specifications of the module.public void setVersion(String value)
value - the new version of the module.public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||