net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.webflow.config.impl
Class RepositoryTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.webflow.config.impl.RepositoryTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, RepositoryType

public class RepositoryTypeImpl
extends Object
implements Serializable, Cloneable, RepositoryType

See Also:
Serialized Form

Field Summary
protected  String conversationManagerRef
           
protected  BigInteger maxContinuations
           
protected  BigInteger maxConversations
           
protected  RepositoryTypeAttribute type
           
 
Constructor Summary
RepositoryTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.webflow.config.impl.RepositoryTypeImpl instance.
RepositoryTypeImpl(RepositoryTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.webflow.config.impl.RepositoryTypeImpl instance by copying a given instance.
 
Method Summary
 RepositoryTypeImpl clone()
          Creates and returns a copy of this object.
 String getConversationManagerRef()
          Gets the value of the conversationManagerRef property.
 BigInteger getMaxContinuations()
          Gets the value of the maxContinuations property.
 BigInteger getMaxConversations()
          Gets the value of the maxConversations property.
 RepositoryTypeAttribute getType()
          Gets the value of the type property.
 void setConversationManagerRef(String value)
          Sets the value of the conversationManagerRef property.
 void setMaxContinuations(BigInteger value)
          Sets the value of the maxContinuations property.
 void setMaxConversations(BigInteger value)
          Sets the value of the maxConversations property.
 void setType(RepositoryTypeAttribute value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected RepositoryTypeAttribute type

maxConversations

protected BigInteger maxConversations

maxContinuations

protected BigInteger maxContinuations

conversationManagerRef

protected String conversationManagerRef
Constructor Detail

RepositoryTypeImpl

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


RepositoryTypeImpl

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

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

getType

public RepositoryTypeAttribute getType()
Description copied from interface: RepositoryType
Gets the value of the type property.

Specified by:
getType in interface RepositoryType
Returns:
possible object is RepositoryTypeAttribute

setType

public void setType(RepositoryTypeAttribute value)
Description copied from interface: RepositoryType
Sets the value of the type property.

Specified by:
setType in interface RepositoryType
Parameters:
value - allowed object is RepositoryTypeAttribute

getMaxConversations

public BigInteger getMaxConversations()
Description copied from interface: RepositoryType
Gets the value of the maxConversations property.

Specified by:
getMaxConversations in interface RepositoryType
Returns:
possible object is BigInteger

setMaxConversations

public void setMaxConversations(BigInteger value)
Description copied from interface: RepositoryType
Sets the value of the maxConversations property.

Specified by:
setMaxConversations in interface RepositoryType
Parameters:
value - allowed object is BigInteger

getMaxContinuations

public BigInteger getMaxContinuations()
Description copied from interface: RepositoryType
Gets the value of the maxContinuations property.

Specified by:
getMaxContinuations in interface RepositoryType
Returns:
possible object is BigInteger

setMaxContinuations

public void setMaxContinuations(BigInteger value)
Description copied from interface: RepositoryType
Sets the value of the maxContinuations property.

Specified by:
setMaxContinuations in interface RepositoryType
Parameters:
value - allowed object is BigInteger

getConversationManagerRef

public String getConversationManagerRef()
Description copied from interface: RepositoryType
Gets the value of the conversationManagerRef property.

Specified by:
getConversationManagerRef in interface RepositoryType
Returns:
possible object is String

setConversationManagerRef

public void setConversationManagerRef(String value)
Description copied from interface: RepositoryType
Sets the value of the conversationManagerRef property.

Specified by:
setConversationManagerRef in interface RepositoryType
Parameters:
value - allowed object is String

clone

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

Overrides:
clone in class Object
Returns:
A clone of this instance.


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