|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.AuthorImpl
public class AuthorImpl
| Field Summary | |
|---|---|
protected String |
mail
|
protected String |
name
|
protected String |
version
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ModelObjectImpl |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
AuthorImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.AuthorImpl instance. |
|
AuthorImpl(AuthorImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.AuthorImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AuthorImpl |
clone()
Creates and returns a copy of this object. |
String |
getMail()
Mail address of the author. |
String |
getName()
Name of the author. |
String |
getVersion()
The version of the object created due to the author. |
void |
setMail(String value)
Sets the value of the mail property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.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.collections.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Field Detail |
|---|
protected String name
protected String version
protected String mail
| Constructor Detail |
|---|
public AuthorImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.AuthorImpl instance.
public AuthorImpl(AuthorImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.AuthorImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Author
getName in interface AuthorStringpublic void setName(String value)
Author
setName in interface Authorvalue - allowed object is
Stringpublic String getVersion()
Author
getVersion in interface AuthorStringpublic void setVersion(String value)
Author
setVersion in interface Authorvalue - allowed object is
Stringpublic String getMail()
Author
getMail in interface AuthorStringpublic void setMail(String value)
Author
setMail in interface Authorvalue - allowed object is
Stringpublic AuthorImpl clone()
clone in class ModelObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||