com.mizar.metadata.db.bean
Class SdoMapsSuperClass
java.lang.Object
com.mizar.persistence.jpa.beans.GenericBean
com.mizar.metadata.db.bean.SdoMapsSuperClass
- All Implemented Interfaces:
- JPAInterface, java.io.Serializable, java.lang.Comparable
- Direct Known Subclasses:
- MdsysSdoMapsTableBean, UserSdoMapsBean
@MappedSuperclass
public abstract class SdoMapsSuperClass
- extends GenericBean
- See Also:
- Serialized Form
Methods inherited from class com.mizar.persistence.jpa.beans.GenericBean |
compareTo, equals, getDELETE, getEDIT, getEntityState, getEntityStateLabel, getLogger, getNEW, getREAD, hashCode, isEditable, isNew, setEditable, setEntityState, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SdoMapsSuperClass
public SdoMapsSuperClass()
getCachedMaps
public java.util.List getCachedMaps()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getPrimaryKeyValue
public java.lang.String getPrimaryKeyValue()
- Description copied from class:
GenericBean
NOTE: If an implementing bean expects to be extended
by a RowInterface
in a often-used Table, you should override this method in order to avoid
the overheads associated with the reflective code in
JPAUtils.getPrimaryKeyValue(this)
public Object getPrimaryKeyValue(){
return getProperty();
}
In the absence of an overriding method, this method provides a generic method to
get the value of the primary key.
This is especially useful for calls to em.find(object) from within abstract classes
- Overrides:
getPrimaryKeyValue
in class GenericBean
- Returns:
JPAUtils#getPrimaryKeyValue(this)
- See Also:
RowInterface.getPrimaryKeyValue()
getDefinition
public char[] getDefinition()
setDefinition
public void setDefinition(char[] definition)
setDefinition
public void setDefinition(java.lang.String definition)
setMapThemes
public void setMapThemes(MapTheme[] mapThemes)
setMapThemes
public void setMapThemes(char[] mapThemeClob)
getMapThemeClob
public java.lang.String getMapThemeClob(org.w3c.dom.Document doc)
getMapThemes
public MapTheme[] getMapThemes()
getCustomTags
public java.util.HashMap<java.lang.String,java.lang.String> getCustomTags()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getLabel
public java.lang.String getLabel()