net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.lang.impl
Class DynamicScriptTypeImpl

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

public class DynamicScriptTypeImpl
extends SimpleScriptTypeImpl
implements Serializable, Cloneable, DynamicScriptType

See Also:
Serialized Form

Field Summary
protected  String scriptInterfaces
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.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.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
DynamicScriptTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.lang.impl.DynamicScriptTypeImpl instance.
DynamicScriptTypeImpl(DynamicScriptTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.lang.impl.DynamicScriptTypeImpl instance by copying a given instance.
 
Method Summary
 DynamicScriptTypeImpl clone()
          Creates and returns a copy of this object.
 String getScriptInterfaces()
          Gets the value of the scriptInterfaces property.
 void setScriptInterfaces(String value)
          Sets the value of the scriptInterfaces property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.lang.impl.SimpleScriptTypeImpl
getAutowire, getDependencyCheck, getDependsOn, getDestroyMethod, getInitMethod, getInlineScript, getProperty, getProperty, getPropertyLength, getRefreshCheckDelay, getScope, getScriptSource, setAutowire, setDependencyCheck, setDependsOn, setDestroyMethod, setInitMethod, setInlineScript, setProperty, setProperty, setRefreshCheckDelay, setScope, setScriptSource
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.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.indexed.novalueclass.spring.lang.SimpleScriptType
getAutowire, getDependencyCheck, getDependsOn, getDestroyMethod, getInitMethod, getInlineScript, getProperty, getProperty, getPropertyLength, getRefreshCheckDelay, getScope, getScriptSource, setAutowire, setDependencyCheck, setDependsOn, setDestroyMethod, setInitMethod, setInlineScript, setProperty, setProperty, setRefreshCheckDelay, setScope, setScriptSource
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

scriptInterfaces

protected String scriptInterfaces
Constructor Detail

DynamicScriptTypeImpl

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


DynamicScriptTypeImpl

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

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

getScriptInterfaces

public String getScriptInterfaces()
Description copied from interface: DynamicScriptType
Gets the value of the scriptInterfaces property.

Specified by:
getScriptInterfaces in interface DynamicScriptType
Returns:
possible object is String

setScriptInterfaces

public void setScriptInterfaces(String value)
Description copied from interface: DynamicScriptType
Sets the value of the scriptInterfaces property.

Specified by:
setScriptInterfaces in interface DynamicScriptType
Parameters:
value - allowed object is String

clone

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