|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Instance
public class Instance
Instance meta-data.
| Field Summary | |
|---|---|
protected String |
clazz
|
protected Dependencies |
dependencies
|
protected String |
identifier
|
protected String |
implementationName
|
protected Messages |
messages
|
protected Properties |
properties
|
protected Scope |
scope
|
protected Specifications |
specifications
|
protected Boolean |
stateless
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.ModelObject |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
Instance()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Instance instance. |
|
Instance(Instance o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Instance instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Instance |
clone()
Creates and returns a copy of this object. |
String |
getClazz()
The class of this instance. |
Dependencies |
getDependencies()
Dependencies of this instance. |
String |
getIdentifier()
The identifier of this instance. |
String |
getImplementationName()
The name of the implementation of this instance. |
Messages |
getMessages()
Messages of this instance. |
Properties |
getProperties()
Properties of this instance. |
Scope |
getScope()
Scope this instance is bound to. |
Specifications |
getSpecifications()
Specifications of this instance. |
boolean |
isStateless()
Flags this instance stateless. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setDependencies(Dependencies value)
Sets the value of the dependencies property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setImplementationName(String value)
Sets the value of the implementationName property. |
void |
setMessages(Messages value)
Sets the value of the messages property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setScope(Scope value)
Sets the value of the scope property. |
void |
setSpecifications(Specifications value)
Sets the value of the specifications property. |
void |
setStateless(Boolean value)
Sets the value of the stateless 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 |
|---|
protected Specifications specifications
protected Dependencies dependencies
protected Properties properties
protected Messages messages
protected String identifier
protected String implementationName
protected String clazz
protected Scope scope
protected Boolean stateless
| Constructor Detail |
|---|
public Instance()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Instance instance.
public Instance(Instance o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Instance 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 Dependencies getDependencies()
Dependenciespublic void setDependencies(Dependencies value)
value - allowed object is
Dependenciespublic 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 getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String getImplementationName()
Stringpublic void setImplementationName(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic Scope getScope()
Scopepublic void setScope(Scope value)
value - allowed object is
Scopepublic boolean isStateless()
Booleanpublic void setStateless(Boolean value)
value - allowed object is
Booleanpublic Instance clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||