|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sharengo.wikitty.BusinessEntityWikitty
public class BusinessEntityWikitty
| Field Summary | |
|---|---|
protected Wikitty |
wikitty
|
| Constructor Summary | |
|---|---|
BusinessEntityWikitty()
|
|
BusinessEntityWikitty(Wikitty wi)
|
|
| 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 |
Collection<WikittyExtension> |
getStaticExtensions()
|
Wikitty |
getWikitty()
|
String |
getWikittyId()
|
String |
getWikittyVersion()
|
void |
setField(String ext,
String fieldName,
Object value)
set field value for the specifique extension and field. |
void |
setWikitty(Wikitty wikitty)
|
void |
setWikittyVersion(String version)
Only framework can use this method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Wikitty wikitty
| Constructor Detail |
|---|
public BusinessEntityWikitty(Wikitty wi)
public BusinessEntityWikitty()
| Method Detail |
|---|
public String getWikittyId()
getWikittyId in interface BusinessEntitypublic String getWikittyVersion()
getWikittyVersion in interface BusinessEntitypublic void setWikittyVersion(String version)
BusinessEntity
setWikittyVersion in interface BusinessEntitypublic void setWikitty(Wikitty wikitty)
public Wikitty getWikitty()
public Collection<String> getExtensionNames()
BusinessEntity
getExtensionNames in interface BusinessEntitypublic Collection<String> getExtensionFields(String ext)
BusinessEntity
getExtensionFields in interface BusinessEntity
public FieldType getFieldType(String ext,
String fieldName)
BusinessEntity
getFieldType in interface BusinessEntity
public Object getField(String ext,
String fieldName)
BusinessEntity
getField in interface BusinessEntity
public void setField(String ext,
String fieldName,
Object value)
BusinessEntity
setField in interface BusinessEntitypublic Collection<WikittyExtension> getStaticExtensions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||