|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Abstraction of a simple BusinessObject.
A Business Object is defined by a list of property and a list of values :
| Method Summary | |
java.lang.String |
getBOName()
Returns the BO Name of the objet. |
GB_BOProperty |
getProperty(java.lang.String a_propertyName)
Returns the meta data that describe a property. |
java.lang.String[] |
getPropertyNames()
Returns an array with the property names of this BusinessObject. |
java.lang.Object |
getPropertyValue(java.lang.String a_propertyName)
Returns the value associated to a property. |
boolean |
isModified()
Returns true if this object has been modified. |
boolean |
isReadOnly()
Returns true if the businessObject is ReadOnly. |
| Methods inherited from interface com.loribel.commons.business.abstraction.GB_BOParentOwner |
getBoParent |
| Methods inherited from interface com.loribel.commons.abstraction.GB_LabelInfoOwner |
getLabelInfo |
| Method Detail |
public java.lang.String getBOName()
public GB_BOProperty getProperty(java.lang.String a_propertyName)
a_propertyName - String -
public java.lang.String[] getPropertyNames()
public java.lang.Object getPropertyValue(java.lang.String a_propertyName)
a_propertyName - String -
public boolean isReadOnly()
public boolean isModified()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||