net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.lang.impl
Class DefaultsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.lang.impl.DefaultsImpl
All Implemented Interfaces:
Serializable, Cloneable, Defaults

public class DefaultsImpl
extends Object
implements Serializable, Cloneable, Defaults

See Also:
Serialized Form

Field Summary
protected  Long refreshCheckDelay
           
 
Constructor Summary
DefaultsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.lang.impl.DefaultsImpl instance.
DefaultsImpl(DefaultsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.lang.impl.DefaultsImpl instance by copying a given instance.
 
Method Summary
 DefaultsImpl clone()
          Creates and returns a copy of this object.
 Long getRefreshCheckDelay()
          Gets the value of the refreshCheckDelay property.
 void setRefreshCheckDelay(Long value)
          Sets the value of the refreshCheckDelay property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refreshCheckDelay

protected Long refreshCheckDelay
Constructor Detail

DefaultsImpl

public DefaultsImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.lang.impl.DefaultsImpl instance.


DefaultsImpl

public DefaultsImpl(DefaultsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.lang.impl.DefaultsImpl instance by copying a given instance.

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

getRefreshCheckDelay

public Long getRefreshCheckDelay()
Description copied from interface: Defaults
Gets the value of the refreshCheckDelay property.

Specified by:
getRefreshCheckDelay in interface Defaults
Returns:
possible object is Long

setRefreshCheckDelay

public void setRefreshCheckDelay(Long value)
Description copied from interface: Defaults
Sets the value of the refreshCheckDelay property.

Specified by:
setRefreshCheckDelay in interface Defaults
Parameters:
value - allowed object is Long

clone

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