|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jdtaus.core.container.ModelObject
org.jdtaus.core.container.Module
public class Module
Module meta-data.
A module consists of the properties name, description
and version. Property name holds the name of the module
uniquely identifying the module in a collection of modules. Property
description holds a textual description, property version
a textual version of the module. A module defines specifications,
implementations and properties.
| Constructor Summary | |
|---|---|
Module()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates and returns a copy of this object. |
boolean |
equals(Object o)
Indicates whether some other object is equal to this one by comparing properties name and version. |
Implementations |
getImplementations()
Gets the implementations of the module. |
Messages |
getMessages()
Gets the messages 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 |
setImplementations(Implementations value)
Setter for property implementations. |
void |
setMessages(Messages value)
Setter for property messages. |
void |
setName(String value)
Setter for property name. |
void |
setProperties(Properties value)
Setter for property properties. |
void |
setSpecifications(Specifications value)
Setter for property specifications. |
void |
setVersion(String value)
Setter for property version. |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class org.jdtaus.core.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Module()
| Method Detail |
|---|
public Object clone()
clone in class Objectpublic final boolean equals(Object o)
name and version.
equals in class Objecto - the reference object with which to compare.
true if this object is the same as o;
false otherwise.public Implementations getImplementations()
public Messages getMessages()
public String getName()
public Properties getProperties()
public Specifications getSpecifications()
public String getVersion()
null.public final int hashCode()
hashCode in class Objectpublic void setImplementations(Implementations value)
implementations.
value - the new implementations of the module.public void setMessages(Messages value)
messages.
value - new messages of the module.public void setName(String value)
name.
value - the new name of the module.public void setProperties(Properties value)
properties.
value - the new properties of the module.public void setSpecifications(Specifications value)
specifications.
value - the new specifications of the module.public void setVersion(String value)
version.
value - the new version of the module.public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||