net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl
Class ConstantImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl.ConstantImpl
All Implemented Interfaces:
Serializable, Cloneable, Constant

public class ConstantImpl
extends Object
implements Serializable, Cloneable, Constant

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String staticField
           
 
Constructor Summary
ConstantImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl.ConstantImpl instance.
ConstantImpl(ConstantImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl.ConstantImpl instance by copying a given instance.
 
Method Summary
 ConstantImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getStaticField()
          Gets the value of the staticField property.
 void setId(String value)
          Sets the value of the id property.
 void setStaticField(String value)
          Sets the value of the staticField property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

staticField

protected String staticField
Constructor Detail

ConstantImpl

public ConstantImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl.ConstantImpl instance.


ConstantImpl

public ConstantImpl(ConstantImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl.ConstantImpl instance by copying a given instance.

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

getId

public String getId()
Description copied from interface: Constant
Gets the value of the id property.

Specified by:
getId in interface Constant
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: Constant
Sets the value of the id property.

Specified by:
setId in interface Constant
Parameters:
value - allowed object is String

getStaticField

public String getStaticField()
Description copied from interface: Constant
Gets the value of the staticField property.

Specified by:
getStaticField in interface Constant
Returns:
possible object is String

setStaticField

public void setStaticField(String value)
Description copied from interface: Constant
Sets the value of the staticField property.

Specified by:
setStaticField in interface Constant
Parameters:
value - allowed object is String

clone

public ConstantImpl 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.