org.openxava.model.meta
Class MetaMember

java.lang.Object
  extended by org.openxava.util.meta.MetaElement
      extended by org.openxava.model.meta.MetaMember
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Direct Known Subclasses:
MetaCollection, MetaGroup, MetaProperty, MetaReference

public abstract class MetaMember
extends MetaElement
implements java.lang.Comparable

Author:
Javier Paniza
See Also:
Serialized Form

Constructor Summary
MetaMember()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String getId()
          Unique id of element, normally used to search the label in the resources files.
 java.lang.String getLabelId()
          Id used to look up label in resource files.
 MetaModel getMetaModel()
           
 java.lang.String getQualifiedName()
           
 boolean isHidden()
           
 void setLabelId(java.lang.String id)
           
 void setMetaModel(MetaModel newContainer)
           
 void setQualifiedName(java.lang.String newQualifiedName)
          For can set a qualified name manually.
 
Methods inherited from class org.openxava.util.meta.MetaElement
getDescription, getDescription, getDescription, getLabel, getLabel, getLabel, getLocale, getName, has18nLabel, hasName, setDescription, setLabel, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaMember

public MetaMember()
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

getMetaModel

public MetaModel getMetaModel()

setMetaModel

public void setMetaModel(MetaModel newContainer)

getQualifiedName

public java.lang.String getQualifiedName()

setQualifiedName

public void setQualifiedName(java.lang.String newQualifiedName)
For can set a qualified name manually.


isHidden

public boolean isHidden()

getId

public java.lang.String getId()
Description copied from class: MetaElement
Unique id of element, normally used to search the label in the resources files.

Specified by:
getId in class MetaElement

getLabelId

public java.lang.String getLabelId()
Id used to look up label in resource files.


setLabelId

public void setLabelId(java.lang.String id)