|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 MetaInfo
public void setTitle(java.lang.String title)
setTitle
in interface MetaInfo
title
- the new title for this entrypublic java.lang.String getDescription()
getDescription
in interface MetaInfo
public void setDescription(java.lang.String description)
setDescription
in interface MetaInfo
description
- the new description for this entrypublic java.lang.String getImage()
getImage
in interface MetaInfo
public void setImage(java.lang.String image)
setImage
in interface MetaInfo
image
- the image URL to link to this entrypublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface MetaInfo
java.lang.CloneNotSupportedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |