net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.impl
Class PortletInfoTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.impl.PortletInfoTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PortletInfoType

public class PortletInfoTypeImpl
extends Object
implements Serializable, Cloneable, PortletInfoType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  KeywordsTypeImpl keywords
           
protected  ShortTitleTypeImpl shortTitle
           
protected  TitleTypeImpl title
           
 
Constructor Summary
PortletInfoTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.impl.PortletInfoTypeImpl instance.
PortletInfoTypeImpl(PortletInfoTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.impl.PortletInfoTypeImpl instance by copying a given instance.
 
Method Summary
 PortletInfoTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 KeywordsType getKeywords()
          Gets the value of the keywords property.
 ShortTitleType getShortTitle()
          Gets the value of the shortTitle property.
 TitleType getTitle()
          Gets the value of the title property.
 void setId(String value)
          Sets the value of the id property.
 void setKeywords(KeywordsType value)
          Sets the value of the keywords property.
 void setShortTitle(ShortTitleType value)
          Sets the value of the shortTitle property.
 void setTitle(TitleType value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected TitleTypeImpl title

shortTitle

protected ShortTitleTypeImpl shortTitle

keywords

protected KeywordsTypeImpl keywords

id

protected String id
Constructor Detail

PortletInfoTypeImpl

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


PortletInfoTypeImpl

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

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

getTitle

public TitleType getTitle()
Description copied from interface: PortletInfoType
Gets the value of the title property.

Specified by:
getTitle in interface PortletInfoType
Returns:
possible object is TitleType

setTitle

public void setTitle(TitleType value)
Description copied from interface: PortletInfoType
Sets the value of the title property.

Specified by:
setTitle in interface PortletInfoType
Parameters:
value - allowed object is TitleType

getShortTitle

public ShortTitleType getShortTitle()
Description copied from interface: PortletInfoType
Gets the value of the shortTitle property.

Specified by:
getShortTitle in interface PortletInfoType
Returns:
possible object is ShortTitleType

setShortTitle

public void setShortTitle(ShortTitleType value)
Description copied from interface: PortletInfoType
Sets the value of the shortTitle property.

Specified by:
setShortTitle in interface PortletInfoType
Parameters:
value - allowed object is ShortTitleType

getKeywords

public KeywordsType getKeywords()
Description copied from interface: PortletInfoType
Gets the value of the keywords property.

Specified by:
getKeywords in interface PortletInfoType
Returns:
possible object is KeywordsType

setKeywords

public void setKeywords(KeywordsType value)
Description copied from interface: PortletInfoType
Sets the value of the keywords property.

Specified by:
setKeywords in interface PortletInfoType
Parameters:
value - allowed object is KeywordsType

getId

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

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

setId

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

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

clone

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