Package step.core.entities
Class Bean
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.core.entities.Bean
-
public class Bean extends step.core.accessors.AbstractOrganizableObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.json.JsonObjectgetJsonObject()org.json.JSONObjectgetJsonOrgObject()LonggetLongProperty()DottedKeyMap<String,String>getMap()BeangetNested()StringgetProperty1()SimpleBeangetSimpleBean()booleanisBooleanProperty()voidsetBooleanProperty(boolean booleanProperty)voidsetJsonObject(javax.json.JsonObject jsonObject)voidsetJsonOrgObject(org.json.JSONObject jsonOrgObject)voidsetLongProperty(Long longProperty)voidsetMap(DottedKeyMap<String,String> map)voidsetNested(Bean nested)voidsetProperty1(String property1)voidsetSimpleBean(SimpleBean simpleBean)StringtoString()-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
-
-
-
Constructor Detail
-
Bean
public Bean()
-
Bean
public Bean(String property1)
-
-
Method Detail
-
getProperty1
public String getProperty1()
-
setProperty1
public void setProperty1(String property1)
-
getLongProperty
public Long getLongProperty()
-
setLongProperty
public void setLongProperty(Long longProperty)
-
isBooleanProperty
public boolean isBooleanProperty()
-
setBooleanProperty
public void setBooleanProperty(boolean booleanProperty)
-
getJsonObject
public javax.json.JsonObject getJsonObject()
-
getMap
public DottedKeyMap<String,String> getMap()
-
setMap
public void setMap(DottedKeyMap<String,String> map)
-
setJsonObject
public void setJsonObject(javax.json.JsonObject jsonObject)
-
getJsonOrgObject
public org.json.JSONObject getJsonOrgObject()
-
setJsonOrgObject
public void setJsonOrgObject(org.json.JSONObject jsonOrgObject)
-
getNested
public Bean getNested()
-
setNested
public void setNested(Bean nested)
-
getSimpleBean
public SimpleBean getSimpleBean()
-
setSimpleBean
public void setSimpleBean(SimpleBean simpleBean)
-
-