Class Gate
java.lang.Object
ru.bitel.bgbilling.modules.ipn.server.bean.Gate
- All Implemented Interfaces:
ListItem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()
int
getId()
int
int
getPort()
getTitle()
int
void
setAddress
(GateAddress address) void
setChildren
(List<Gate> children) void
setComment
(String comment) void
void
setGateType
(GateType gateType) void
void
setId
(int ID) void
setKeyword
(String keyword) void
void
setParentId
(int parentId) void
setPort
(int port) void
setTypeId
(int typeId)
-
Constructor Details
-
Gate
public Gate()
-
-
Method Details
-
getConfig
-
setConfig
-
getId
public int getId() -
setId
public void setId(int ID) -
getHost
-
setHost
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getKeyword
-
setKeyword
-
getComment
-
setComment
-
getTypeId
public int getTypeId() -
setTypeId
public void setTypeId(int typeId) -
getTitle
-
getChildren
-
setChildren
-
getParent
-
setParent
-
getParentId
public int getParentId() -
setParentId
public void setParentId(int parentId) -
getGateType
-
setGateType
-
getAddress
-
setAddress
-
toIdTitle
-