net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl
Class ExecutorImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl.ExecutorImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, Executor

public class ExecutorImpl
extends IdentifiedTypeImpl
implements Serializable, Cloneable, Executor

See Also:
Serialized Form

Field Summary
protected  ExecutionAttributesTypeImpl executionAttributes
           
protected  ExecutionListenersTypeImpl executionListeners
           
protected  String registryRef
           
protected  RepositoryTypeImpl repository
           
protected  RepositoryTypeAttribute repositoryType
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
ExecutorImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl.ExecutorImpl instance.
ExecutorImpl(ExecutorImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl.ExecutorImpl instance by copying a given instance.
 
Method Summary
 ExecutorImpl clone()
          Creates and returns a copy of this object.
 ExecutionAttributesType getExecutionAttributes()
          Gets the value of the executionAttributes property.
 ExecutionListenersType getExecutionListeners()
          Gets the value of the executionListeners property.
 String getRegistryRef()
          Gets the value of the registryRef property.
 RepositoryType getRepository()
          Gets the value of the repository property.
 RepositoryTypeAttribute getRepositoryType()
          Gets the value of the repositoryType property.
 void setExecutionAttributes(ExecutionAttributesType value)
          Sets the value of the executionAttributes property.
 void setExecutionListeners(ExecutionListenersType value)
          Sets the value of the executionListeners property.
 void setRegistryRef(String value)
          Sets the value of the registryRef property.
 void setRepository(RepositoryType value)
          Sets the value of the repository property.
 void setRepositoryType(RepositoryTypeAttribute value)
          Sets the value of the repositoryType property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.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.pub.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

repository

protected RepositoryTypeImpl repository

executionAttributes

protected ExecutionAttributesTypeImpl executionAttributes

executionListeners

protected ExecutionListenersTypeImpl executionListeners

repositoryType

protected RepositoryTypeAttribute repositoryType

registryRef

protected String registryRef
Constructor Detail

ExecutorImpl

public ExecutorImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl.ExecutorImpl instance.


ExecutorImpl

public ExecutorImpl(ExecutorImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl.ExecutorImpl instance by copying a given instance.

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

getRepository

public RepositoryType getRepository()
Description copied from interface: Executor
Gets the value of the repository property.

Specified by:
getRepository in interface Executor
Returns:
possible object is RepositoryType

setRepository

public void setRepository(RepositoryType value)
Description copied from interface: Executor
Sets the value of the repository property.

Specified by:
setRepository in interface Executor
Parameters:
value - allowed object is RepositoryType

getExecutionAttributes

public ExecutionAttributesType getExecutionAttributes()
Description copied from interface: Executor
Gets the value of the executionAttributes property.

Specified by:
getExecutionAttributes in interface Executor
Returns:
possible object is ExecutionAttributesType

setExecutionAttributes

public void setExecutionAttributes(ExecutionAttributesType value)
Description copied from interface: Executor
Sets the value of the executionAttributes property.

Specified by:
setExecutionAttributes in interface Executor
Parameters:
value - allowed object is ExecutionAttributesType

getExecutionListeners

public ExecutionListenersType getExecutionListeners()
Description copied from interface: Executor
Gets the value of the executionListeners property.

Specified by:
getExecutionListeners in interface Executor
Returns:
possible object is ExecutionListenersType

setExecutionListeners

public void setExecutionListeners(ExecutionListenersType value)
Description copied from interface: Executor
Sets the value of the executionListeners property.

Specified by:
setExecutionListeners in interface Executor
Parameters:
value - allowed object is ExecutionListenersType

getRepositoryType

public RepositoryTypeAttribute getRepositoryType()
Description copied from interface: Executor
Gets the value of the repositoryType property.

Specified by:
getRepositoryType in interface Executor
Returns:
possible object is RepositoryTypeAttribute

setRepositoryType

public void setRepositoryType(RepositoryTypeAttribute value)
Description copied from interface: Executor
Sets the value of the repositoryType property.

Specified by:
setRepositoryType in interface Executor
Parameters:
value - allowed object is RepositoryTypeAttribute

getRegistryRef

public String getRegistryRef()
Description copied from interface: Executor
Gets the value of the registryRef property.

Specified by:
getRegistryRef in interface Executor
Returns:
possible object is String

setRegistryRef

public void setRegistryRef(String value)
Description copied from interface: Executor
Sets the value of the registryRef property.

Specified by:
setRegistryRef in interface Executor
Parameters:
value - allowed object is String

clone

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