org.apache.jetspeed.om.registry
Interface MetaInfo

All Known Implementing Classes:
BaseMetaInfo

public interface MetaInfo

Interface for storing meta-info on a registry entry

Version:
$Id: MetaInfo.java,v 1.3 2005/03/21 18:21:37 sgala Exp $
Author:
Raphaël Luta

Method Summary
 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
 

Method Detail

getTitle

public java.lang.String getTitle()
Returns:
the title for this entry

setTitle

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

Parameters:
title - the new title for this entry

getDescription

public java.lang.String getDescription()
Returns:
the description for this entry

setDescription

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

Parameters:
description - the new description for this entry

getImage

public java.lang.String getImage()
Returns:
the image link for this entry

setImage

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

Parameters:
image - the image URL to link to this entry


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