net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.lang.impl
Class CustomizableScriptTypeImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.lang.impl.SimpleScriptTypeImpl
net.sourceforge.ccxjc.it.model.prot.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
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl |
id |
|
Constructor Summary |
CustomizableScriptTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.lang.impl.CustomizableScriptTypeImpl instance. |
CustomizableScriptTypeImpl(CustomizableScriptTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.lang.impl.CustomizableScriptTypeImpl instance by copying a given instance. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.lang.impl.SimpleScriptTypeImpl |
copyProperty, 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.prot.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.prot.collections.novalueclass.spring.beans.IdentifiedType |
getId, setId |
customizerRef
protected String customizerRef
CustomizableScriptTypeImpl
public CustomizableScriptTypeImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.lang.impl.CustomizableScriptTypeImpl instance.
CustomizableScriptTypeImpl
public CustomizableScriptTypeImpl(CustomizableScriptTypeImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.lang.impl.CustomizableScriptTypeImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
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.