org.apache.jetspeed.om.profile.psml
Class PsmlMetaInfo

java.lang.Object
  extended byorg.apache.jetspeed.om.profile.psml.PsmlMetaInfo
All Implemented Interfaces:
java.lang.Cloneable, MetaInfo, java.io.Serializable

public class PsmlMetaInfo
extends java.lang.Object
implements MetaInfo

Bean like implementation of a meta-info repository

Version:
$Id: PsmlMetaInfo.java,v 1.5 2005/03/21 18:21:37 sgala Exp $
Author:
Raphaël Luta
See Also:
Serialized Form

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

PsmlMetaInfo

public PsmlMetaInfo()
Method Detail

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface MetaInfo
Returns:
the title for this entry

setTitle

public void setTitle(java.lang.String title)
Sets the title for this entry

Specified by:
setTitle in interface MetaInfo
Parameters:
title - the new title for this entry

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface MetaInfo
Returns:
the description for this entry

setDescription

public void setDescription(java.lang.String description)
Sets the description for this entry

Specified by:
setDescription in interface MetaInfo
Parameters:
description - the new description for this entry

getImage

public java.lang.String getImage()
Specified by:
getImage in interface MetaInfo
Returns:
the image link for this entry

setImage

public void setImage(java.lang.String image)
Sets the image URL attached to this entry

Specified by:
setImage in interface MetaInfo
Parameters:
image - the image URL to link to this entry

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Create a clone of this object

Specified by:
clone in interface MetaInfo
Throws:
java.lang.CloneNotSupportedException


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.