net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app100.impl
Class PortletPreferencesTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app100.impl.PortletPreferencesTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PortletPreferencesType

public class PortletPreferencesTypeImpl
extends Object
implements Serializable, Cloneable, PortletPreferencesType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  PreferenceType[] preference
           
protected  String preferencesValidator
           
 
Constructor Summary
PortletPreferencesTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app100.impl.PortletPreferencesTypeImpl instance.
PortletPreferencesTypeImpl(PortletPreferencesTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app100.impl.PortletPreferencesTypeImpl instance by copying a given instance.
 
Method Summary
 PortletPreferencesTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 PreferenceType[] getPreference()
           
 PreferenceType getPreference(int idx)
           
 int getPreferenceLength()
           
 String getPreferencesValidator()
          Gets the value of the preferencesValidator property.
 void setId(String value)
          Sets the value of the id property.
 PreferenceType setPreference(int idx, PreferenceType value)
           
 void setPreference(PreferenceType[] values)
           
 void setPreferencesValidator(String value)
          Sets the value of the preferencesValidator property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preference

protected PreferenceType[] preference

preferencesValidator

protected String preferencesValidator

id

protected String id
Constructor Detail

PortletPreferencesTypeImpl

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


PortletPreferencesTypeImpl

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

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

getPreference

public PreferenceType[] getPreference()
Specified by:
getPreference in interface PortletPreferencesType
Returns:
array of PreferenceType

getPreference

public PreferenceType getPreference(int idx)
Specified by:
getPreference in interface PortletPreferencesType
Returns:
one of PreferenceType

getPreferenceLength

public int getPreferenceLength()
Specified by:
getPreferenceLength in interface PortletPreferencesType

setPreference

public void setPreference(PreferenceType[] values)
Specified by:
setPreference in interface PortletPreferencesType
Parameters:
values - allowed objects are PreferenceType

setPreference

public PreferenceType setPreference(int idx,
                                    PreferenceType value)
Specified by:
setPreference in interface PortletPreferencesType
value - allowed object is PreferenceType

getPreferencesValidator

public String getPreferencesValidator()
Description copied from interface: PortletPreferencesType
Gets the value of the preferencesValidator property.

Specified by:
getPreferencesValidator in interface PortletPreferencesType
Returns:
possible object is String

setPreferencesValidator

public void setPreferencesValidator(String value)
Description copied from interface: PortletPreferencesType
Sets the value of the preferencesValidator property.

Specified by:
setPreferencesValidator in interface PortletPreferencesType
Parameters:
value - allowed object is String

getId

public String getId()
Description copied from interface: PortletPreferencesType
Gets the value of the id property.

Specified by:
getId in interface PortletPreferencesType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: PortletPreferencesType
Sets the value of the id property.

Specified by:
setId in interface PortletPreferencesType
Parameters:
value - allowed object is String

clone

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