|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.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 collectionof modules. Property description
holds a textual description, property version a textual version of the
module. A module defines specifications, implementations and properties.
| Field Summary | |
|---|---|
protected Implementations |
implementations
|
protected Messages |
messages
|
protected String |
name
|
protected Properties |
properties
|
protected Specifications |
specifications
|
protected String |
vendor
|
protected String |
version
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.ModelObject |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
Module()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Module instance. |
|
Module(Module o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Module instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Module |
clone()
Creates and returns a copy of this object. |
Implementations |
getImplementations()
Implementations defined in this module. |
Messages |
getMessages()
Messages defined in this module. |
String |
getName()
Name of this module. |
Properties |
getProperties()
Properties defined in this module.> |
Specifications |
getSpecifications()
Specifications defined in this module. |
String |
getVendor()
Vendor of this module. |
String |
getVersion()
Version of this module. |
void |
setImplementations(Implementations value)
Sets the value of the implementations property. |
void |
setMessages(Messages value)
Sets the value of the messages property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setSpecifications(Specifications value)
Sets the value of the specifications property. |
void |
setVendor(String value)
Sets the value of the vendor property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Specifications specifications
protected Implementations implementations
protected Properties properties
protected Messages messages
protected String name
protected String version
protected String vendor
| Constructor Detail |
|---|
public Module()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Module instance.
public Module(Module o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Module instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Specifications getSpecifications()
Specificationspublic void setSpecifications(Specifications value)
value - allowed object is
Specificationspublic Implementations getImplementations()
Implementationspublic void setImplementations(Implementations value)
value - allowed object is
Implementationspublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic Messages getMessages()
Messagespublic void setMessages(Messages value)
value - allowed object is
Messagespublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic Module clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||