Class VoiceAccountPort

java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.voice.common.bean.VoiceAccountPort
All Implemented Interfaces:
Serializable, Idable

public class VoiceAccountPort extends Id
See Also:
  • Constructor Details

    • VoiceAccountPort

      public VoiceAccountPort()
    • VoiceAccountPort

      public VoiceAccountPort(int accountId, String port, boolean out)
  • Method Details

    • getAccountId

      public int getAccountId()
    • getPort

      public String getPort()
    • isOut

      public boolean isOut()
    • setAccountId

      public VoiceAccountPort setAccountId(int accountId)
    • setId

      public VoiceAccountPort setId(int id)
      Description copied from class: Id
      Устанавливает id объекта
      Overrides:
      setId in class Id
    • setOut

      public VoiceAccountPort setOut(boolean out)
    • setPort

      public VoiceAccountPort setPort(String port)