Class ContractTariffCounter

java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.contract.api.common.bean.ContractTariffCounter
All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class ContractTariffCounter extends IdTitle
See Also:
  • Constructor Details

    • ContractTariffCounter

      public ContractTariffCounter()
  • Method Details

    • getTariffNodeKey

      public long getTariffNodeKey()
    • getCounterType

      public TariffCounterType getCounterType()
    • getEntityId

      public int getEntityId()
    • getModuleId

      public int getModuleId()
    • isRedefined

      public boolean isRedefined()
    • setTariffNodeKey

      public void setTariffNodeKey(long tariffNodeKey)
    • setCounterType

      public void setCounterType(TariffCounterType counterType)
    • setModuleId

      public void setModuleId(int moduleId)
    • setEntityId

      public void setEntityId(int entityId)
    • setRedefined

      public void setRedefined(boolean redefined)
    • builder

      public static ContractTariffCounter.Builder builder()
    • toString

      public String toString()
      Overrides:
      toString in class IdTitle