Class VoiceZoneCostMapItem

java.lang.Object
ru.bitel.bgbilling.modules.voice.common.bean.VoiceZoneCostMapItem

public class VoiceZoneCostMapItem extends Object
  • Constructor Details

    • VoiceZoneCostMapItem

      public VoiceZoneCostMapItem()
  • Method Details

    • getVoiceZoneId

      public int getVoiceZoneId()
    • getCost

      public BigDecimal getCost()
    • getCostSecond

      public int getCostSecond()
    • setVoiceZoneId

      public void setVoiceZoneId(int voiceZoneId)
    • setCost

      public void setCost(BigDecimal cost)
    • setCostSecond

      public void setCostSecond(int costSecond)