net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app200.impl
Class FilterTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app200.impl.FilterTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FilterType

public class FilterTypeImpl
extends Object
implements Serializable, Cloneable, FilterType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  String filterClass
           
protected  String filterName
           
protected  InitParamType[] initParam
           
protected  String[] lifecycle
           
 
Constructor Summary
FilterTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app200.impl.FilterTypeImpl instance.
FilterTypeImpl(FilterTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app200.impl.FilterTypeImpl instance by copying a given instance.
 
Method Summary
 FilterTypeImpl clone()
          Creates and returns a copy of this object.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 String getFilterClass()
          Gets the value of the filterClass property.
 String getFilterName()
          Gets the value of the filterName property.
 InitParamType[] getInitParam()
           
 InitParamType getInitParam(int idx)
           
 int getInitParamLength()
           
 String[] getLifecycle()
           
 String getLifecycle(int idx)
           
 int getLifecycleLength()
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setFilterClass(String value)
          Sets the value of the filterClass property.
 void setFilterName(String value)
          Sets the value of the filterName property.
 void setInitParam(InitParamType[] values)
           
 InitParamType setInitParam(int idx, InitParamType value)
           
 String setLifecycle(int idx, String value)
           
 void setLifecycle(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

displayName

protected DisplayNameType[] displayName

filterName

protected String filterName

filterClass

protected String filterClass

lifecycle

protected String[] lifecycle

initParam

protected InitParamType[] initParam
Constructor Detail

FilterTypeImpl

public FilterTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app200.impl.FilterTypeImpl instance.


FilterTypeImpl

public FilterTypeImpl(FilterTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app200.impl.FilterTypeImpl instance by copying a given instance.

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

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface FilterType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface FilterType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface FilterType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface FilterType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface FilterType
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface FilterType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface FilterType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface FilterType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface FilterType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface FilterType
value - allowed object is DisplayNameType

getFilterName

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

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

setFilterName

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

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

getFilterClass

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

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

setFilterClass

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

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

getLifecycle

public String[] getLifecycle()
Specified by:
getLifecycle in interface FilterType
Returns:
array of String

getLifecycle

public String getLifecycle(int idx)
Specified by:
getLifecycle in interface FilterType
Returns:
one of String

getLifecycleLength

public int getLifecycleLength()
Specified by:
getLifecycleLength in interface FilterType

setLifecycle

public void setLifecycle(String[] values)
Specified by:
setLifecycle in interface FilterType
Parameters:
values - allowed objects are String

setLifecycle

public String setLifecycle(int idx,
                           String value)
Specified by:
setLifecycle in interface FilterType
value - allowed object is String

getInitParam

public InitParamType[] getInitParam()
Specified by:
getInitParam in interface FilterType
Returns:
array of InitParamType

getInitParam

public InitParamType getInitParam(int idx)
Specified by:
getInitParam in interface FilterType
Returns:
one of InitParamType

getInitParamLength

public int getInitParamLength()
Specified by:
getInitParamLength in interface FilterType

setInitParam

public void setInitParam(InitParamType[] values)
Specified by:
setInitParam in interface FilterType
Parameters:
values - allowed objects are InitParamType

setInitParam

public InitParamType setInitParam(int idx,
                                  InitParamType value)
Specified by:
setInitParam in interface FilterType
value - allowed object is InitParamType

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.