Class BaseEntity

    • Constructor Detail

      • BaseEntity

        public BaseEntity()
      • BaseEntity

        public BaseEntity​(String id)
    • Method Detail

      • getProperty

        protected Object getProperty​(String name)
      • getId

        public String getId()
      • getHref

        public String getHref()
      • getDataEntity

        public DataEntity getDataEntity()
      • setDataEntity

        public void setDataEntity​(DataEntity dataEntity)
      • toJSONObject

        public org.json.JSONObject toJSONObject()
      • setLastUpdatedTime

        public void setLastUpdatedTime​(long lastUpdatedTime)
      • getLastUpdatedTime

        public long getLastUpdatedTime()