net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl
Class AuthorImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.AuthorImpl
All Implemented Interfaces:
Serializable, Cloneable, Author, ModelObject

public class AuthorImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Author

See Also:
Serialized Form

Field Summary
protected  String mail
           
protected  String name
           
protected  String version
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.ModelObjectImpl
authors, createDate, documentation, modelVersion
 
Constructor Summary
AuthorImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.AuthorImpl instance.
AuthorImpl(AuthorImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.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.pkg.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.pkg.indexed.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Field Detail

name

protected String name

version

protected String version

mail

protected String mail
Constructor Detail

AuthorImpl

public AuthorImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.AuthorImpl instance.


AuthorImpl

public AuthorImpl(AuthorImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.AuthorImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getName

public String getName()
Description copied from interface: Author
Name of the author.

Specified by:
getName in interface Author
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: Author
Sets the value of the name property.

Specified by:
setName in interface Author
Parameters:
value - allowed object is String

getVersion

public String getVersion()
Description copied from interface: Author
The version of the object created due to the author.

Specified by:
getVersion in interface Author
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: Author
Sets the value of the version property.

Specified by:
setVersion in interface Author
Parameters:
value - allowed object is String

getMail

public String getMail()
Description copied from interface: Author
Mail address of the author.

Specified by:
getMail in interface Author
Returns:
possible object is String

setMail

public void setMail(String value)
Description copied from interface: Author
Sets the value of the mail property.

Specified by:
setMail in interface Author
Parameters:
value - allowed object is String

clone

public AuthorImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class ModelObjectImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.