org.apache.jetspeed.om.profile
Interface MetaInfo

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
All Known Subinterfaces:
Entry, IdentityElement, Portlets, Reference
All Known Implementing Classes:
PsmlEntry, PsmlIdentityElement, PsmlMetaInfo, PsmlPortlets, PsmlReference

public interface MetaInfo
extends java.io.Serializable, java.lang.Cloneable

Interface describing meta info for an entry.

Version:
$Id: MetaInfo.java,v 1.4 2004/02/23 03:05:01 jford Exp $
Author:
David Sean Taylor

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 descsription of this parameter.value.
 void setImage(java.lang.String image)
          Sets the image name of this parameter.
 void setTitle(java.lang.String title)
          Sets the descsription of this parameter.value.
 

Method Detail

getTitle

public java.lang.String getTitle()
Returns:
the parameter's title

setTitle

public void setTitle(java.lang.String title)
Sets the descsription of this parameter.value.


getDescription

public java.lang.String getDescription()
Returns:
the parameter's description

setDescription

public void setDescription(java.lang.String description)
Sets the descsription of this parameter.value.

Parameters:
description - the new description

getImage

public java.lang.String getImage()
Returns:
the image name for this parameter

setImage

public void setImage(java.lang.String image)
Sets the image name of this parameter.

Parameters:
image - the new parameter value

clone

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

Throws:
java.lang.CloneNotSupportedException


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