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

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

public class MetaDataImpl
extends MetaImpl
implements ca.pjer.cm.api.metadata.MetaData


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

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

See Also:
Serialized Form

Constructor Summary
MetaDataImpl()
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.Class getClazz()
           
 java.util.List getMetaPropertyList()
           
 java.util.List getMetaRelationManyToManyList()
           
 java.util.List getMetaRelationManyToOneList()
           
 java.util.List getMetaRelationOneToManyList()
           
 java.util.List getMetaRelationOneToOneList()
           
 java.lang.Boolean getRoot()
           
 void setClassName(java.lang.String className)
           
 void setMetaPropertyList(java.util.List metaPropertyList)
           
 void setMetaRelationManyToManyList(java.util.List metaRelationManyToManyList)
           
 void setMetaRelationManyToOneList(java.util.List metaRelationManyToOneList)
           
 void setMetaRelationOneToManyList(java.util.List metaRelationOneToManyList)
           
 void setMetaRelationOneToOneList(java.util.List metaRelationOneToOneList)
           
 void setRoot(java.lang.Boolean root)
           
 
Methods inherited from class ca.pjer.cm.module.metadata.defaultimpl.MetaImpl
getDescriptionKey, getTitleKey, setDescriptionKey, setTitleKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ca.pjer.cm.api.metadata.Meta
getDescriptionKey, getTitleKey
 

Constructor Detail

MetaDataImpl

public MetaDataImpl()
Method Detail

getClazz

public java.lang.Class getClazz()
Specified by:
getClazz in interface ca.pjer.cm.api.metadata.MetaData

getClassName

public java.lang.String getClassName()

setClassName

public void setClassName(java.lang.String className)

getRoot

public java.lang.Boolean getRoot()
Specified by:
getRoot in interface ca.pjer.cm.api.metadata.MetaData

setRoot

public void setRoot(java.lang.Boolean root)

getMetaPropertyList

public java.util.List getMetaPropertyList()
Specified by:
getMetaPropertyList in interface ca.pjer.cm.api.metadata.MetaData

setMetaPropertyList

public void setMetaPropertyList(java.util.List metaPropertyList)

getMetaRelationManyToManyList

public java.util.List getMetaRelationManyToManyList()
Specified by:
getMetaRelationManyToManyList in interface ca.pjer.cm.api.metadata.MetaData

setMetaRelationManyToManyList

public void setMetaRelationManyToManyList(java.util.List metaRelationManyToManyList)

getMetaRelationManyToOneList

public java.util.List getMetaRelationManyToOneList()
Specified by:
getMetaRelationManyToOneList in interface ca.pjer.cm.api.metadata.MetaData

setMetaRelationManyToOneList

public void setMetaRelationManyToOneList(java.util.List metaRelationManyToOneList)

getMetaRelationOneToManyList

public java.util.List getMetaRelationOneToManyList()
Specified by:
getMetaRelationOneToManyList in interface ca.pjer.cm.api.metadata.MetaData

setMetaRelationOneToManyList

public void setMetaRelationOneToManyList(java.util.List metaRelationOneToManyList)

getMetaRelationOneToOneList

public java.util.List getMetaRelationOneToOneList()
Specified by:
getMetaRelationOneToOneList in interface ca.pjer.cm.api.metadata.MetaData

setMetaRelationOneToOneList

public void setMetaRelationOneToOneList(java.util.List metaRelationOneToOneList)


Copyright © 2004 PjEr.ca. All Rights Reserved.