net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.lang.impl
Class CustomizableScriptTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.lang.impl.SimpleScriptTypeImpl
          extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.lang.impl.CustomizableScriptTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, CustomizableScriptType, SimpleScriptType

public class CustomizableScriptTypeImpl
extends SimpleScriptTypeImpl
implements Serializable, Cloneable, CustomizableScriptType

See Also:
Serialized Form

Field Summary
protected  String customizerRef
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.lang.impl.SimpleScriptTypeImpl
autowire, dependencyCheck, dependsOn, destroyMethod, initMethod, inlineScript, property, refreshCheckDelay, scope, scriptSource
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
CustomizableScriptTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.lang.impl.CustomizableScriptTypeImpl instance.
CustomizableScriptTypeImpl(CustomizableScriptTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.lang.impl.CustomizableScriptTypeImpl instance by copying a given instance.
 
Method Summary
 CustomizableScriptTypeImpl clone()
          Creates and returns a copy of this object.
 String getCustomizerRef()
          Gets the value of the customizerRef property.
 void setCustomizerRef(String value)
          Sets the value of the customizerRef property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.lang.impl.SimpleScriptTypeImpl
getAutowire, getDependencyCheck, getDependsOn, getDestroyMethod, getInitMethod, getInlineScript, getProperty, getRefreshCheckDelay, getScope, getScriptSource, setAutowire, setDependencyCheck, setDependsOn, setDestroyMethod, setInitMethod, setInlineScript, setRefreshCheckDelay, setScope, setScriptSource
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.lang.SimpleScriptType
getAutowire, getDependencyCheck, getDependsOn, getDestroyMethod, getInitMethod, getInlineScript, getProperty, getRefreshCheckDelay, getScope, getScriptSource, setAutowire, setDependencyCheck, setDependsOn, setDestroyMethod, setInitMethod, setInlineScript, setRefreshCheckDelay, setScope, setScriptSource
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

customizerRef

protected String customizerRef
Constructor Detail

CustomizableScriptTypeImpl

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


CustomizableScriptTypeImpl

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

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

getCustomizerRef

public String getCustomizerRef()
Description copied from interface: CustomizableScriptType
Gets the value of the customizerRef property.

Specified by:
getCustomizerRef in interface CustomizableScriptType
Returns:
possible object is String

setCustomizerRef

public void setCustomizerRef(String value)
Description copied from interface: CustomizableScriptType
Sets the value of the customizerRef property.

Specified by:
setCustomizerRef in interface CustomizableScriptType
Parameters:
value - allowed object is String

clone

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

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


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