java.lang.Object
ru.bitel.bgbilling.modules.ipn.server.bean.Gate
All Implemented Interfaces:
ListItem

public class Gate extends Object implements ListItem
  • Constructor Details

    • Gate

      public Gate()
  • Method Details

    • getConfig

      public String getConfig()
    • setConfig

      public void setConfig(String config)
    • getId

      public int getId()
      Specified by:
      getId in interface ListItem
    • setId

      public void setId(int ID)
    • getHost

      public String getHost()
    • setHost

      public void setHost(String host)
    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • getKeyword

      public String getKeyword()
    • setKeyword

      public void setKeyword(String keyword)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getTypeId

      public int getTypeId()
    • setTypeId

      public void setTypeId(int typeId)
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface ListItem
    • getChildren

      public List<Gate> getChildren()
    • setChildren

      public void setChildren(List<Gate> children)
    • getParent

      public Gate getParent()
    • setParent

      public void setParent(Gate parent)
    • getParentId

      public int getParentId()
    • setParentId

      public void setParentId(int parentId)
    • getGateType

      public GateType getGateType()
    • setGateType

      public void setGateType(GateType gateType)
    • getAddress

      public GateAddress getAddress()
    • setAddress

      public void setAddress(GateAddress address)
    • toIdTitle

      public IdTitle toIdTitle()