public class InetOption extends AbstractTreeNode<InetOption> implements TreeNode<InetOption>
children, parentId
Constructor and Description |
---|
InetOption() |
Modifier and Type | Method and 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() |
getChildren, getParentId, setChildren, setParentId, toList
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getChildren
public boolean isGroupIntersection()
public void setGroupIntersection(boolean groupIntersection)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public java.lang.String getConfig()
public void setConfig(java.lang.String config)