java.lang.Object
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostBase
All Implemented Interfaces:
Idable
Direct Known Subclasses:
ForpostAccount, ForpostCamera, ForpostGroup, ForpostObject, ForpostUser

public class ForpostBase extends Object implements Idable
  • Constructor Details

    • ForpostBase

      public ForpostBase()
  • Method Details

    • getId

      public int getId()
      Description copied from interface: Idable
      Возвращает id объекта
      Specified by:
      getId in interface Idable
      Returns:
    • setId

      public void setId(int id)
    • put

      public void put(String name, Object value)
    • get

      public Object get(String key)
    • getString

      public String getString(String key)
    • getString

      public String getString(String key, String defaultValue)
    • getInt

      public int getInt(String key, int defaultValue)
    • getData

      public String getData()
    • setData

      public void setData(String data)