net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc
Interface Author

All Superinterfaces:
ModelObject
All Known Implementing Classes:
AuthorImpl

public interface Author
extends ModelObject

Author.


Method Summary
 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 interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getName

String getName()
Name of the author.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersion

String getVersion()
The version of the object created due to the author.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getMail

String getMail()
Mail address of the author.

Returns:
possible object is String

setMail

void setMail(String value)
Sets the value of the mail property.

Parameters:
value - allowed object is String


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