|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBackEndAttributeInformation
Method Summary | |
---|---|
java.lang.Object |
convertDbToInternal(java.lang.Object dbValue)
|
java.lang.String |
getId()
Gets the identification string of the attribute (must be unique in DataSet). |
IDataSet |
getParentDataSet()
Gets IDataSet the attribute belongs to. |
boolean |
isDerived()
Returns true if the attribute's value is derived (computed) from some others' attributes' values. |
boolean |
isInDatabase()
Returns true if the attribute is directly stored in the persistent storage. |
boolean |
isPrimaryKey()
Returns true if the attribute is a primary key of parent dataset. |
Method Detail |
---|
boolean isInDatabase()
true
if the attribute is directly stored in the persistent storage. If false
,
the attribute represents information that has not to be directly stored in the database, e.g. if this attribute's
value is used in computation of some other's attribute value.
true
if the attribute is directly stored in the database, false
otherwise.boolean isDerived()
true
if the attribute's value is derived (computed) from some others' attributes' values.
If false
, the attribute's value is not computed, i.e. it is always specified by the user.
true
if the attribute's value is derived from values of other attributes,
false
otherwise.java.lang.Object convertDbToInternal(java.lang.Object dbValue)
dbValue
-
java.lang.String getId()
IDataSet getParentDataSet()
IDataSet
the attribute belongs to.
IDataSet
the attribute belongs to.boolean isPrimaryKey()
true
if the attribute is a primary key of parent dataset.
true
if the attribute is a primary key of parent dataset.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |