|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Author
public class Author
Author.
| Field Summary | |
|---|---|
protected String |
mail
|
protected String |
name
|
protected String |
version
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.ModelObject |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
Author()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Author instance. |
|
Author(Author o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Author instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Author |
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.pub.indexed.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 String name
protected String version
protected String mail
| Constructor Detail |
|---|
public Author()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Author instance.
public Author(Author o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Author instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getMail()
Stringpublic void setMail(String value)
value - allowed object is
Stringpublic Author clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||