|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.om.profile.psml.PsmlConfigElement
org.apache.jetspeed.om.profile.psml.PsmlIdentityElement
Base simple bean-like implementation of the IdentityElement interface suitable for Castor XML serialization.
Constructor Summary | |
PsmlIdentityElement()
|
Method Summary | |
java.lang.Object |
clone()
Create a clone of this object |
Control |
getControl()
|
Controller |
getController()
|
java.lang.String |
getDescription()
|
java.lang.String |
getId()
|
java.lang.String |
getImage()
|
Layout |
getLayout()
|
MetaInfo |
getMetaInfo()
Required by Castor 0.8.11 XML serialization for retrieving the metainfo |
Skin |
getSkin()
|
java.lang.String |
getTitle()
|
void |
setControl(Control control)
|
void |
setController(Controller controller)
|
void |
setDescription(java.lang.String description)
Sets the descsription of this parameter.value. |
void |
setId(java.lang.String id)
Changes the name of this entry |
void |
setImage(java.lang.String image)
Sets the image name of this parameter. |
void |
setLayout(Layout layout)
|
void |
setMetaInfo(MetaInfo metaInfo)
Required by Castor 0.8.11 XML serialization for setting the entry metainfo |
void |
setSkin(Skin skin)
|
void |
setTitle(java.lang.String title)
Sets the descsription of this parameter.value. |
Methods inherited from class org.apache.jetspeed.om.profile.psml.PsmlConfigElement |
addParameter, getName, getParameter, getParameter, getParameter, getParameterCount, getParameterIterator, getParameters, getParameterValue, removeAllParameter, removeParameter, setName, setParameter, setParameters |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.jetspeed.om.profile.ConfigElement |
addParameter, getName, getParameter, getParameter, getParameter, getParameterCount, getParameterIterator, getParameterValue, removeAllParameter, removeParameter, setName, setParameter |
Constructor Detail |
public PsmlIdentityElement()
Method Detail |
public java.lang.String getId()
getId
in interface IdentityElement
IdentityElement.getId()
public void setId(java.lang.String id)
IdentityElement
setId
in interface IdentityElement
IdentityElement.setId(java.lang.String)
public Skin getSkin()
getSkin
in interface IdentityElement
IdentityElement.getSkin()
public void setSkin(Skin skin)
setSkin
in interface IdentityElement
IdentityElement.setSkin(org.apache.jetspeed.om.profile.Skin)
public Layout getLayout()
getLayout
in interface IdentityElement
IdentityElement.getLayout()
public void setLayout(Layout layout)
setLayout
in interface IdentityElement
IdentityElement.setLayout(org.apache.jetspeed.om.profile.Layout)
public Control getControl()
getControl
in interface IdentityElement
IdentityElement.getControl()
public void setControl(Control control)
setControl
in interface IdentityElement
IdentityElement.setControl(org.apache.jetspeed.om.profile.Control)
public Controller getController()
public void setController(Controller controller)
public MetaInfo getMetaInfo()
getMetaInfo
in interface IdentityElement
IdentityElement.getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
setMetaInfo
in interface IdentityElement
metaInfo
- info for this entryIdentityElement.setMetaInfo(org.apache.jetspeed.om.profile.MetaInfo)
public java.lang.String getTitle()
getTitle
in interface MetaInfo
MetaInfo.getTitle()
public void setTitle(java.lang.String title)
MetaInfo
setTitle
in interface MetaInfo
MetaInfo.setTitle(java.lang.String)
public java.lang.String getDescription()
getDescription
in interface MetaInfo
MetaInfo.getDescription()
public void setDescription(java.lang.String description)
MetaInfo
setDescription
in interface MetaInfo
description
- the new descriptionMetaInfo.setDescription(java.lang.String)
public java.lang.String getImage()
getImage
in interface MetaInfo
MetaInfo.getImage()
public void setImage(java.lang.String image)
MetaInfo
setImage
in interface MetaInfo
image
- the new parameter valueMetaInfo.setImage(java.lang.String)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface MetaInfo
clone
in class PsmlConfigElement
java.lang.CloneNotSupportedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |