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

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

public class ListenerTypeImpl
extends Object
implements Serializable, Cloneable, ListenerType

See Also:
Serialized Form

Field Summary
protected  String criteria
           
protected  String ref
           
 
Constructor Summary
ListenerTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.webflow.config.impl.ListenerTypeImpl instance.
ListenerTypeImpl(ListenerTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.webflow.config.impl.ListenerTypeImpl instance by copying a given instance.
 
Method Summary
 ListenerTypeImpl clone()
          Creates and returns a copy of this object.
 String getCriteria()
          Gets the value of the criteria property.
 String getRef()
          Gets the value of the ref property.
 void setCriteria(String value)
          Sets the value of the criteria property.
 void setRef(String value)
          Sets the value of the ref property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

protected String ref

criteria

protected String criteria
Constructor Detail

ListenerTypeImpl

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


ListenerTypeImpl

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

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

getRef

public String getRef()
Description copied from interface: ListenerType
Gets the value of the ref property.

Specified by:
getRef in interface ListenerType
Returns:
possible object is String

setRef

public void setRef(String value)
Description copied from interface: ListenerType
Sets the value of the ref property.

Specified by:
setRef in interface ListenerType
Parameters:
value - allowed object is String

getCriteria

public String getCriteria()
Description copied from interface: ListenerType
Gets the value of the criteria property.

Specified by:
getCriteria in interface ListenerType
Returns:
possible object is String

setCriteria

public void setCriteria(String value)
Description copied from interface: ListenerType
Sets the value of the criteria property.

Specified by:
setCriteria in interface ListenerType
Parameters:
value - allowed object is String

clone

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