java.lang.Object
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostBase
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostDevice
All Implemented Interfaces:
Idable

public class ForpostDevice extends ForpostBase
  • Constructor Details

    • ForpostDevice

      public ForpostDevice()
  • Method Details

    • getCreationDate

      public LocalDateTime getCreationDate()
    • getTypeId

      public int getTypeId()
    • getDescription

      public String getDescription()
    • getSettings

      public String getSettings()
    • getCameraIDList

      public int[] getCameraIDList()
    • setCreationDate

      public ForpostDevice setCreationDate(LocalDateTime creationDate)
    • setTypeId

      public ForpostDevice setTypeId(int typeId)
    • setDescription

      public ForpostDevice setDescription(String description)
    • setSettings

      public ForpostDevice setSettings(String settings)
    • setCameraIDList

      public void setCameraIDList(int[] cameraIDList)