|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BusinessEntity
Used as parent interface to all Business class
| Method Summary | |
|---|---|
Collection<String> |
getExtensionFields(String ext)
Return list of all field for this object |
Collection<String> |
getExtensionNames()
Return list of all extension for this object |
Object |
getField(String ext,
String fieldName)
Return field value for the specifique extension and field |
FieldType |
getFieldType(String ext,
String fieldName)
Return the field type |
String |
getWikittyId()
|
String |
getWikittyVersion()
|
void |
setField(String ext,
String fieldName,
Object value)
set field value for the specifique extension and field. |
void |
setWikittyVersion(String version)
Only framework can use this method |
| Method Detail |
|---|
String getWikittyId()
String getWikittyVersion()
void setWikittyVersion(String version)
version - Collection<String> getExtensionNames()
Collection<String> getExtensionFields(String ext)
ext -
Object getField(String ext,
String fieldName)
ext - fieldName -
void setField(String ext,
String fieldName,
Object value)
ext - fieldName - value -
FieldType getFieldType(String ext,
String fieldName)
ext - fieldName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||