ca.pjer.cm.module.metadata.defaultimpl
Class MetaImpl

java.lang.Object
  extended byca.pjer.cm.module.metadata.defaultimpl.MetaImpl
All Implemented Interfaces:
ca.pjer.cm.api.metadata.Meta, java.io.Serializable
Direct Known Subclasses:
MetaDataImpl, MetaFieldImpl

public abstract class MetaImpl
extends java.lang.Object
implements ca.pjer.cm.api.metadata.Meta


$Id: MetaImpl.java,v 1.1 2004/05/18 23:37:14 pjer Exp $

$RCSfile: MetaImpl.java,v $
$Revision: 1.1 $
$Author: pjer $
$Date: 2004/05/18 23:37:14 $

See Also:
Serialized Form

Constructor Summary
MetaImpl()
           
 
Method Summary
 java.lang.String getDescriptionKey()
           
 java.lang.String getTitleKey()
           
 void setDescriptionKey(java.lang.String descriptionKey)
           
 void setTitleKey(java.lang.String titleKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaImpl

public MetaImpl()
Method Detail

getTitleKey

public java.lang.String getTitleKey()
Specified by:
getTitleKey in interface ca.pjer.cm.api.metadata.Meta

setTitleKey

public void setTitleKey(java.lang.String titleKey)

getDescriptionKey

public java.lang.String getDescriptionKey()
Specified by:
getDescriptionKey in interface ca.pjer.cm.api.metadata.Meta

setDescriptionKey

public void setDescriptionKey(java.lang.String descriptionKey)


Copyright © 2004 PjEr.ca. All Rights Reserved.