net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl
Class TbundleImpl

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.osgi.impl.TbundleImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, Tbundle

public class TbundleImpl
extends IdentifiedTypeImpl
implements Serializable, Cloneable, Tbundle

See Also:
Serialized Form

Field Summary
protected  TbundleAction action
           
protected  Object any
           
protected  String dependsOn
           
protected  TbundleAction destroyAction
           
protected  String location
           
protected  Integer startLevel
           
protected  String symbolicName
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
TbundleImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl.TbundleImpl instance.
TbundleImpl(TbundleImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl.TbundleImpl instance by copying a given instance.
 
Method Summary
 TbundleImpl clone()
          Creates and returns a copy of this object.
 TbundleAction getAction()
          Gets the value of the action property.
 Object getAny()
          Gets the value of the any property.
 String getDependsOn()
          Gets the value of the dependsOn property.
 TbundleAction getDestroyAction()
          Gets the value of the destroyAction property.
 String getLocation()
          Gets the value of the location property.
 int getStartLevel()
          Gets the value of the startLevel property.
 String getSymbolicName()
          Gets the value of the symbolicName property.
 void setAction(TbundleAction value)
          Sets the value of the action property.
 void setAny(Object value)
          Sets the value of the any property.
 void setDependsOn(String value)
          Sets the value of the dependsOn property.
 void setDestroyAction(TbundleAction value)
          Sets the value of the destroyAction property.
 void setLocation(String value)
          Sets the value of the location property.
 void setStartLevel(Integer value)
          Sets the value of the startLevel property.
 void setSymbolicName(String value)
          Sets the value of the symbolicName property.
 
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.beans.IdentifiedType
getId, setId
 

Field Detail

any

protected Object any

symbolicName

protected String symbolicName

dependsOn

protected String dependsOn

location

protected String location

action

protected TbundleAction action

destroyAction

protected TbundleAction destroyAction

startLevel

protected Integer startLevel
Constructor Detail

TbundleImpl

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


TbundleImpl

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

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

getAny

public Object getAny()
Description copied from interface: Tbundle
Gets the value of the any property.

Specified by:
getAny in interface Tbundle
Returns:
possible object is Element Object

setAny

public void setAny(Object value)
Description copied from interface: Tbundle
Sets the value of the any property.

Specified by:
setAny in interface Tbundle
Parameters:
value - allowed object is Element Object

getSymbolicName

public String getSymbolicName()
Description copied from interface: Tbundle
Gets the value of the symbolicName property.

Specified by:
getSymbolicName in interface Tbundle
Returns:
possible object is String

setSymbolicName

public void setSymbolicName(String value)
Description copied from interface: Tbundle
Sets the value of the symbolicName property.

Specified by:
setSymbolicName in interface Tbundle
Parameters:
value - allowed object is String

getDependsOn

public String getDependsOn()
Description copied from interface: Tbundle
Gets the value of the dependsOn property.

Specified by:
getDependsOn in interface Tbundle
Returns:
possible object is String

setDependsOn

public void setDependsOn(String value)
Description copied from interface: Tbundle
Sets the value of the dependsOn property.

Specified by:
setDependsOn in interface Tbundle
Parameters:
value - allowed object is String

getLocation

public String getLocation()
Description copied from interface: Tbundle
Gets the value of the location property.

Specified by:
getLocation in interface Tbundle
Returns:
possible object is String

setLocation

public void setLocation(String value)
Description copied from interface: Tbundle
Sets the value of the location property.

Specified by:
setLocation in interface Tbundle
Parameters:
value - allowed object is String

getAction

public TbundleAction getAction()
Description copied from interface: Tbundle
Gets the value of the action property.

Specified by:
getAction in interface Tbundle
Returns:
possible object is TbundleAction

setAction

public void setAction(TbundleAction value)
Description copied from interface: Tbundle
Sets the value of the action property.

Specified by:
setAction in interface Tbundle
Parameters:
value - allowed object is TbundleAction

getDestroyAction

public TbundleAction getDestroyAction()
Description copied from interface: Tbundle
Gets the value of the destroyAction property.

Specified by:
getDestroyAction in interface Tbundle
Returns:
possible object is TbundleAction

setDestroyAction

public void setDestroyAction(TbundleAction value)
Description copied from interface: Tbundle
Sets the value of the destroyAction property.

Specified by:
setDestroyAction in interface Tbundle
Parameters:
value - allowed object is TbundleAction

getStartLevel

public int getStartLevel()
Description copied from interface: Tbundle
Gets the value of the startLevel property.

Specified by:
getStartLevel in interface Tbundle
Returns:
possible object is Integer

setStartLevel

public void setStartLevel(Integer value)
Description copied from interface: Tbundle
Sets the value of the startLevel property.

Specified by:
setStartLevel in interface Tbundle
Parameters:
value - allowed object is Integer

clone

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

Specified by:
clone in class IdentifiedTypeImpl
Returns:
A clone of this instance.


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