|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jetspeed.om.profile.psml.PsmlMetaInfo
Bean like implementation of a meta-info repository
| Constructor Summary | |
PsmlMetaInfo()
|
|
| Method Summary | |
java.lang.Object |
clone()
Create a clone of this object |
java.lang.String |
getDescription()
|
java.lang.String |
getImage()
|
java.lang.String |
getTitle()
|
void |
setDescription(java.lang.String description)
Sets the description for this entry |
void |
setImage(java.lang.String image)
Sets the image URL attached to this entry |
void |
setTitle(java.lang.String title)
Sets the title for this entry |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PsmlMetaInfo()
| Method Detail |
public java.lang.String getTitle()
getTitle in interface MetaInfopublic void setTitle(java.lang.String title)
setTitle in interface MetaInfotitle - the new title for this entrypublic java.lang.String getDescription()
getDescription in interface MetaInfopublic void setDescription(java.lang.String description)
setDescription in interface MetaInfodescription - the new description for this entrypublic java.lang.String getImage()
getImage in interface MetaInfopublic void setImage(java.lang.String image)
setImage in interface MetaInfoimage - the image URL to link to this entry
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface MetaInfojava.lang.CloneNotSupportedException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||