org.jomc.model
Class Author
java.lang.Object
org.jomc.model.ModelObject
org.jomc.model.Person
org.jomc.model.Author
- All Implemented Interfaces:
- Cloneable
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:50:46+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class Author- extends Person
- implements Cloneable
Model of an author.
An author extends a person adding property version holding the
version of a model object created due to the author.
|
Constructor Summary |
Author()
Creates a new Author instance. |
Author(Author o)
Creates a new Author instance by deeply copying a given instance. |
|
Method Summary |
Author |
clone()
Creates and returns a deep copy of this object. |
String |
getVersion()
The version of the model object created due to the author or null. |
void |
setVersion(String value)
Sets the value of the version property. |
version
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:50:46+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String version
Author
public Author()
- Creates a new
Author instance.
Author
public Author(Author o)
- Creates a new
Author instance by deeply copying a given instance.
- Parameters:
o - The instance to copy or null.
getVersion
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:50:46+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getVersion()
- The version of the model object created due to the author or
null.
- Returns:
- possible object is
String
setVersion
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:50:46+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setVersion(String value)
- Sets the value of the version property.
- Parameters:
value - allowed object is
String
clone
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:50:46+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public Author clone()
- Creates and returns a deep copy of this object.
- Overrides:
clone in class Person
- Returns:
- A deep copy of this object.
Copyright © 2005-2009 The JOMC Project. All Rights Reserved.