|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc.impl.ModelObjectImpl
public class ModelObjectImpl
| Field Summary | |
|---|---|
protected AuthorsImpl |
authors
|
protected XMLGregorianCalendar |
createDate
|
protected TextsImpl |
documentation
|
protected String |
modelVersion
|
| Constructor Summary | |
|---|---|
ModelObjectImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc.impl.ModelObjectImpl instance. |
|
ModelObjectImpl(ModelObjectImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc.impl.ModelObjectImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ModelObjectImpl |
clone()
Creates and returns a copy of this object. |
Authors |
getAuthors()
Authors of this object. |
XMLGregorianCalendar |
getCreateDate()
The date this object got created. |
Texts |
getDocumentation()
Documentation of this object. |
String |
getModelVersion()
Version of the model of this object. |
void |
setAuthors(Authors value)
Sets the value of the authors property. |
void |
setCreateDate(XMLGregorianCalendar value)
Sets the value of the createDate property. |
void |
setDocumentation(Texts value)
Sets the value of the documentation property. |
void |
setModelVersion(String value)
Sets the value of the modelVersion property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TextsImpl documentation
protected AuthorsImpl authors
protected String modelVersion
protected XMLGregorianCalendar createDate
| Constructor Detail |
|---|
public ModelObjectImpl()
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc.impl.ModelObjectImpl instance.
public ModelObjectImpl(ModelObjectImpl o)
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc.impl.ModelObjectImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Texts getDocumentation()
ModelObject
getDocumentation in interface ModelObjectTextspublic void setDocumentation(Texts value)
ModelObject
setDocumentation in interface ModelObjectvalue - allowed object is
Textspublic Authors getAuthors()
ModelObject
getAuthors in interface ModelObjectAuthorspublic void setAuthors(Authors value)
ModelObject
setAuthors in interface ModelObjectvalue - allowed object is
Authorspublic String getModelVersion()
ModelObject
getModelVersion in interface ModelObjectStringpublic void setModelVersion(String value)
ModelObject
setModelVersion in interface ModelObjectvalue - allowed object is
Stringpublic XMLGregorianCalendar getCreateDate()
ModelObject
getCreateDate in interface ModelObjectXMLGregorianCalendarpublic void setCreateDate(XMLGregorianCalendar value)
ModelObject
setCreateDate in interface ModelObjectvalue - allowed object is
XMLGregorianCalendarpublic ModelObjectImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||