net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.osgi.impl
Class TbaseServiceImpl

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.osgi.impl.TbaseServiceImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, TbaseService
Direct Known Subclasses:
TserviceImpl

public class TbaseServiceImpl
extends IdentifiedTypeImpl
implements Serializable, Cloneable, TbaseService

See Also:
Serialized Form

Field Summary
protected  String _interface
           
protected  TautoExportModes autoExport
           
protected  TserviceClassLoaderOptions contextClassLoader
           
protected  String dependsOn
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
TbaseServiceImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.osgi.impl.TbaseServiceImpl instance.
TbaseServiceImpl(TbaseServiceImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.osgi.impl.TbaseServiceImpl instance by copying a given instance.
 
Method Summary
 TbaseServiceImpl clone()
          Creates and returns a copy of this object.
 TautoExportModes getAutoExport()
          Gets the value of the autoExport property.
 TserviceClassLoaderOptions getContextClassLoader()
          Gets the value of the contextClassLoader property.
 String getDependsOn()
          Gets the value of the dependsOn property.
 String getInterface()
          Gets the value of the interface property.
 void setAutoExport(TautoExportModes value)
          Sets the value of the autoExport property.
 void setContextClassLoader(TserviceClassLoaderOptions value)
          Sets the value of the contextClassLoader property.
 void setDependsOn(String value)
          Sets the value of the dependsOn property.
 void setInterface(String value)
          Sets the value of the interface property.
 
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.beans.IdentifiedType
getId, setId
 

Field Detail

_interface

protected String _interface

dependsOn

protected String dependsOn

contextClassLoader

protected TserviceClassLoaderOptions contextClassLoader

autoExport

protected TautoExportModes autoExport
Constructor Detail

TbaseServiceImpl

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


TbaseServiceImpl

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

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

getInterface

public String getInterface()
Description copied from interface: TbaseService
Gets the value of the interface property.

Specified by:
getInterface in interface TbaseService
Returns:
possible object is String

setInterface

public void setInterface(String value)
Description copied from interface: TbaseService
Sets the value of the interface property.

Specified by:
setInterface in interface TbaseService
Parameters:
value - allowed object is String

getDependsOn

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

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

setDependsOn

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

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

getContextClassLoader

public TserviceClassLoaderOptions getContextClassLoader()
Description copied from interface: TbaseService
Gets the value of the contextClassLoader property.

Specified by:
getContextClassLoader in interface TbaseService
Returns:
possible object is TserviceClassLoaderOptions

setContextClassLoader

public void setContextClassLoader(TserviceClassLoaderOptions value)
Description copied from interface: TbaseService
Sets the value of the contextClassLoader property.

Specified by:
setContextClassLoader in interface TbaseService
Parameters:
value - allowed object is TserviceClassLoaderOptions

getAutoExport

public TautoExportModes getAutoExport()
Description copied from interface: TbaseService
Gets the value of the autoExport property.

Specified by:
getAutoExport in interface TbaseService
Returns:
possible object is TautoExportModes

setAutoExport

public void setAutoExport(TautoExportModes value)
Description copied from interface: TbaseService
Sets the value of the autoExport property.

Specified by:
setAutoExport in interface TbaseService
Parameters:
value - allowed object is TautoExportModes

clone

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