java.lang.Object
ru.bitel.common.model.Id
ru.bitel.oss.systems.inventory.service.common.bean.Service
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Idable

public class Service
extends Id
implements java.lang.Cloneable
See Also:
Serialized Form
  • Field Details

    • STATE_REMOVED

      public static short STATE_REMOVED
    • STATE_DISABLED

      public static short STATE_DISABLED
    • STATE_ENABLED

      public static short STATE_ENABLED
  • Constructor Details

    • Service

      public Service()
  • Method Details

    • getContractId

      public int getContractId()
    • setContractId

      public void setContractId​(int contractId)
    • getAccountId

      public int getAccountId()
    • setAccountId

      public void setAccountId​(int accountId)
    • getProductId

      public int getProductId()
    • setProductId

      public void setProductId​(int productId)
    • getServiceSpecId

      public int getServiceSpecId()
    • setServiceSpecId

      public void setServiceSpecId​(int typeId)
    • getServiceSpecTitle

      public java.lang.String getServiceSpecTitle()
    • setServiceSpecTitle

      public void setServiceSpecTitle​(java.lang.String typeTitle)
    • getTimeFrom

      public java.util.Date getTimeFrom()
    • setTimeFrom

      public void setTimeFrom​(java.util.Date timeFrom)
    • getTimeTo

      public java.util.Date getTimeTo()
    • setTimeTo

      public void setTimeTo​(java.util.Date timeTo)
    • getDeviceState

      public short getDeviceState()
    • setDeviceState

      public void setDeviceState​(short deviceState)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class Id
    • clone

      public Service clone()
      Overrides:
      clone in class java.lang.Object