Class Bean


  • public class Bean
    extends step.core.accessors.AbstractOrganizableObject
    • 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()
      • 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)