|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.om.registry.base.BaseMetaInfo
Bean like implementation of the Metainfo interface suitable for Castor serialization.
MetaInfo
,
Serialized FormConstructor Summary | |
BaseMetaInfo()
|
|
BaseMetaInfo(java.lang.String title,
java.lang.String description,
java.lang.String image)
|
Method Summary | |
boolean |
equals(java.lang.Object object)
Implements the equals operation so that 2 elements are equal if all their member values are equal. |
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 |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseMetaInfo()
public BaseMetaInfo(java.lang.String title, java.lang.String description, java.lang.String image)
Method Detail |
public boolean equals(java.lang.Object object)
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 entry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |