net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl
Class PropertiesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.PropertiesImpl
All Implemented Interfaces:
Serializable, Cloneable, Properties

public class PropertiesImpl
extends Object
implements Serializable, Cloneable, Properties

See Also:
Serialized Form

Field Summary
protected  AuthorImpl author
           
protected  String title
           
 
Constructor Summary
PropertiesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.PropertiesImpl instance.
PropertiesImpl(PropertiesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.PropertiesImpl instance by copying a given instance.
 
Method Summary
 PropertiesImpl clone()
          Creates and returns a copy of this object.
 Author getAuthor()
          Gets the value of the author property.
 String getTitle()
          Gets the value of the title property.
 void setAuthor(Author value)
          Sets the value of the author property.
 void setTitle(String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected String title

author

protected AuthorImpl author
Constructor Detail

PropertiesImpl

public PropertiesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.PropertiesImpl instance.


PropertiesImpl

public PropertiesImpl(PropertiesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.PropertiesImpl instance by copying a given instance.

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

getTitle

public String getTitle()
Description copied from interface: Properties
Gets the value of the title property.

Specified by:
getTitle in interface Properties
Returns:
possible object is String

setTitle

public void setTitle(String value)
Description copied from interface: Properties
Sets the value of the title property.

Specified by:
setTitle in interface Properties
Parameters:
value - allowed object is String

getAuthor

public Author getAuthor()
Description copied from interface: Properties
Gets the value of the author property.

Specified by:
getAuthor in interface Properties
Returns:
possible object is Author

setAuthor

public void setAuthor(Author value)
Description copied from interface: Properties
Sets the value of the author property.

Specified by:
setAuthor in interface Properties
Parameters:
value - allowed object is Author

clone

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

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


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