|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.util.meta.MetaElement
org.openxava.model.meta.MetaModel
org.openxava.model.meta.MetaEntity
public class MetaEntity
| Constructor Summary | |
|---|---|
MetaEntity()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Unique id of element, normally used to search the label in the resources files. |
java.util.Collection |
getKeyFields()
|
ModelMapping |
getMapping()
|
java.lang.Class |
getPropertiesClass()
Class that contains the properties defined in this model. |
boolean |
hasHiddenKeys()
If has key fields that aren't properties hence does not math with key properties. |
boolean |
isKey(java.lang.String propertyName)
|
| 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, wait, wait, wait |
| Constructor Detail |
|---|
public MetaEntity()
| Method Detail |
|---|
public java.util.Collection getKeyFields()
throws XavaException
XavaException
public boolean isKey(java.lang.String propertyName)
throws XavaException
isKey in class MetaModelXavaException
public java.lang.Class getPropertiesClass()
throws XavaException
MetaModel
getPropertiesClass in class MetaModelXavaException
public boolean hasHiddenKeys()
throws XavaException
XavaExceptionpublic java.lang.String getId()
MetaElement
getId in class MetaElement
public ModelMapping getMapping()
throws XavaException
getMapping in class MetaModelXavaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||