net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context.impl
Class FilterTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context.impl.FilterTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FilterType

public class FilterTypeImpl
extends Object
implements Serializable, Cloneable, FilterType

See Also:
Serialized Form

Field Summary
protected  String expression
           
protected  String type
           
 
Constructor Summary
FilterTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context.impl.FilterTypeImpl instance.
FilterTypeImpl(FilterTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context.impl.FilterTypeImpl instance by copying a given instance.
 
Method Summary
 FilterTypeImpl clone()
          Creates and returns a copy of this object.
 String getExpression()
          Gets the value of the expression property.
 String getType()
          Gets the value of the type property.
 void setExpression(String value)
          Sets the value of the expression property.
 void setType(String 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 String type

expression

protected String expression
Constructor Detail

FilterTypeImpl

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


FilterTypeImpl

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

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

getType

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

Specified by:
getType in interface FilterType
Returns:
possible object is String

setType

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

Specified by:
setType in interface FilterType
Parameters:
value - allowed object is String

getExpression

public String getExpression()
Description copied from interface: FilterType
Gets the value of the expression property.

Specified by:
getExpression in interface FilterType
Returns:
possible object is String

setExpression

public void setExpression(String value)
Description copied from interface: FilterType
Sets the value of the expression property.

Specified by:
setExpression in interface FilterType
Parameters:
value - allowed object is String

clone

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