Class InetOption
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
ru.bitel.oss.kernel.entity.common.bean.Entity
ru.bitel.common.model.AbstractTreeNode<InetOption>
ru.bitel.bgbilling.modules.inet.common.bean.InetOption
- All Implemented Interfaces:
java.io.Serializable
,GuiTitlable
,Idable
,ListItem
,Node<InetOption>
,TreeNode<InetOption>
public class InetOption extends AbstractTreeNode<InetOption> implements TreeNode<InetOption>
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class ru.bitel.common.model.AbstractTreeNode
children, parentId
Fields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId
-
Constructor Summary
Constructors Constructor Description InetOption()
-
Method Summary
Modifier and Type Method Description java.lang.String
getComment()
java.lang.String
getConfig()
boolean
isGroupIntersection()
void
setComment(java.lang.String comment)
void
setConfig(java.lang.String config)
void
setGroupIntersection(boolean groupIntersection)
java.lang.String
toString()
Methods inherited from class ru.bitel.common.model.AbstractTreeNode
getChildren, getParentId, setChildren, setParentId, toList
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityId, setEntityId
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecId
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ru.bitel.common.model.TreeNode
getChildren
-
Constructor Details
-
InetOption
public InetOption()
-
-
Method Details
-
isGroupIntersection
public boolean isGroupIntersection() -
setGroupIntersection
public void setGroupIntersection(boolean groupIntersection) -
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment) -
getConfig
public java.lang.String getConfig() -
setConfig
public void setConfig(java.lang.String config) -
toString
public java.lang.String toString()
-