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, parentIdFields 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.StringgetComment()java.lang.StringgetConfig()booleanisGroupIntersection()voidsetComment(java.lang.String comment)voidsetConfig(java.lang.String config)voidsetGroupIntersection(boolean groupIntersection)java.lang.StringtoString()Methods inherited from class ru.bitel.common.model.AbstractTreeNode
getChildren, getParentId, setChildren, setParentId, toListMethods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityId, setEntityIdMethods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecIdMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitleMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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()
-