|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ImplementationImpl
public class ImplementationImpl
| Field Summary | |
|---|---|
protected Boolean |
_final
|
protected String |
clazz
|
protected DependenciesImpl |
dependencies
|
protected String |
identifier
|
protected String |
location
|
protected MessagesImpl |
messages
|
protected String |
name
|
protected String |
parent
|
protected PropertiesImpl |
properties
|
protected SpecificationsImpl |
specifications
|
protected Boolean |
stateless
|
protected String |
vendor
|
protected String |
version
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ModelObjectImpl |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
ImplementationImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ImplementationImpl instance. |
|
ImplementationImpl(ImplementationImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ImplementationImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ImplementationImpl |
clone()
Creates and returns a copy of this object. |
String |
getClazz()
The name of the class providing instances of this implementation. |
Dependencies |
getDependencies()
Dependencies of this implementation. |
String |
getIdentifier()
The identifier of this implementation. |
String |
getLocation()
The location URI used for locating instances of this implementation. |
Messages |
getMessages()
Messages of this implementation. |
String |
getName()
The name of this implementation. |
String |
getParent()
Identifier of an implementation this implementation inherits from. |
Properties |
getProperties()
Properties of this implementation. |
Specifications |
getSpecifications()
Specifications implemented by this implementation. |
String |
getVendor()
The presentation vendor of this implementation. |
String |
getVersion()
The version of this implementation. |
boolean |
isFinal()
Flags this implementation the final node in an inheritance hierarchy. |
boolean |
isStateless()
Flags this implementation stateless. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setDependencies(Dependencies value)
Sets the value of the dependencies property. |
void |
setFinal(Boolean value)
Sets the value of the final property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setLocation(String value)
Sets the value of the location property. |
void |
setMessages(Messages value)
Sets the value of the messages property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setParent(String value)
Sets the value of the parent property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setSpecifications(Specifications value)
Sets the value of the specifications property. |
void |
setStateless(Boolean value)
Sets the value of the stateless 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.prot.indexed.novalueclass.jomc.impl.ModelObjectImpl |
|---|
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 |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Field Detail |
|---|
protected SpecificationsImpl specifications
protected DependenciesImpl dependencies
protected PropertiesImpl properties
protected MessagesImpl messages
protected String identifier
protected String name
protected String clazz
protected String location
protected String vendor
protected String version
protected String parent
protected Boolean _final
protected Boolean stateless
| Constructor Detail |
|---|
public ImplementationImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ImplementationImpl instance.
public ImplementationImpl(ImplementationImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ImplementationImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Specifications getSpecifications()
Implementation
getSpecifications in interface ImplementationSpecificationspublic void setSpecifications(Specifications value)
Implementation
setSpecifications in interface Implementationvalue - allowed object is
Specificationspublic Dependencies getDependencies()
Implementation
getDependencies in interface ImplementationDependenciespublic void setDependencies(Dependencies value)
Implementation
setDependencies in interface Implementationvalue - allowed object is
Dependenciespublic Properties getProperties()
Implementation
getProperties in interface ImplementationPropertiespublic void setProperties(Properties value)
Implementation
setProperties in interface Implementationvalue - allowed object is
Propertiespublic Messages getMessages()
Implementation
getMessages in interface ImplementationMessagespublic void setMessages(Messages value)
Implementation
setMessages in interface Implementationvalue - allowed object is
Messagespublic String getIdentifier()
Implementation
getIdentifier in interface ImplementationStringpublic void setIdentifier(String value)
Implementation
setIdentifier in interface Implementationvalue - allowed object is
Stringpublic String getName()
Implementation
getName in interface ImplementationStringpublic void setName(String value)
Implementation
setName in interface Implementationvalue - allowed object is
Stringpublic String getClazz()
Implementation
getClazz in interface ImplementationStringpublic void setClazz(String value)
Implementation
setClazz in interface Implementationvalue - allowed object is
Stringpublic String getLocation()
Implementation
getLocation in interface ImplementationStringpublic void setLocation(String value)
Implementation
setLocation in interface Implementationvalue - allowed object is
Stringpublic String getVendor()
Implementation
getVendor in interface ImplementationStringpublic void setVendor(String value)
Implementation
setVendor in interface Implementationvalue - allowed object is
Stringpublic String getVersion()
Implementation
getVersion in interface ImplementationStringpublic void setVersion(String value)
Implementation
setVersion in interface Implementationvalue - allowed object is
Stringpublic String getParent()
Implementation
getParent in interface ImplementationStringpublic void setParent(String value)
Implementation
setParent in interface Implementationvalue - allowed object is
Stringpublic boolean isFinal()
Implementation
isFinal in interface ImplementationBooleanpublic void setFinal(Boolean value)
Implementation
setFinal in interface Implementationvalue - allowed object is
Booleanpublic boolean isStateless()
Implementation
isStateless in interface ImplementationBooleanpublic void setStateless(Boolean value)
Implementation
setStateless in interface Implementationvalue - allowed object is
Booleanpublic ImplementationImpl clone()
clone in class ModelObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||