net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc
Class Module

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.ModelObject
      extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Module
All Implemented Interfaces:
Serializable, Cloneable

public class Module
extends ModelObject
implements Serializable, Cloneable

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.

See Also:
Serialized Form

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.collections.valueclass.jomc.ModelObject
authors, createDate, documentation, modelVersion
 
Constructor Summary
Module()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Module instance.
Module(Module o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.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.collections.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

specifications

protected Specifications specifications

implementations

protected Implementations implementations

properties

protected Properties properties

messages

protected Messages messages

name

protected String name

version

protected String version

vendor

protected String vendor
Constructor Detail

Module

public Module()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Module instance.


Module

public Module(Module o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Module instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getSpecifications

public Specifications getSpecifications()
Specifications defined in this module.

Returns:
possible object is Specifications

setSpecifications

public void setSpecifications(Specifications value)
Sets the value of the specifications property.

Parameters:
value - allowed object is Specifications

getImplementations

public Implementations getImplementations()
Implementations defined in this module.

Returns:
possible object is Implementations

setImplementations

public void setImplementations(Implementations value)
Sets the value of the implementations property.

Parameters:
value - allowed object is Implementations

getProperties

public Properties getProperties()
Properties defined in this module.>

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getMessages

public Messages getMessages()
Messages defined in this module.

Returns:
possible object is Messages

setMessages

public void setMessages(Messages value)
Sets the value of the messages property.

Parameters:
value - allowed object is Messages

getName

public String getName()
Name of this module.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Version of this module.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getVendor

public String getVendor()
Vendor of this module.

Returns:
possible object is String

setVendor

public void setVendor(String value)
Sets the value of the vendor property.

Parameters:
value - allowed object is String

clone

public Module clone()
Creates and returns a copy of this object.

Overrides:
clone in class ModelObject
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.