Package com.bayesserver
Class NodeGroup
- java.lang.Object
-
- com.bayesserver.NodeGroup
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeGroupcopy()Makes a copy of this instance.CustomPropertyCollectiongetCustomProperties()Gets custom properties associated with this instance.StringgetDescription()An optional description for the custom property.StringgetName()Gets the name, which must be unique perNetworkNodeGroupCollection.NetworkNodeGroupCollectiongetParent()Gets the parent collection, if set, otherwise null.voidsetDescription(String value)An optional description for the custom property.voidsetName(String value)Gets the name, which must be unique perNetworkNodeGroupCollection.
-
-
-
Method Detail
-
getCustomProperties
public CustomPropertyCollection getCustomProperties()
Gets custom properties associated with this instance. Custom properties allow storage of custom information, which will be saved with the network.
-
copy
public NodeGroup copy()
Makes a copy of this instance.- Returns:
- The copy.
-
getName
public String getName()
Gets the name, which must be unique perNetworkNodeGroupCollection.
-
setName
public void setName(String value)
Gets the name, which must be unique perNetworkNodeGroupCollection.
-
getDescription
public String getDescription()
An optional description for the custom property.
-
setDescription
public void setDescription(String value)
An optional description for the custom property.
-
getParent
public NetworkNodeGroupCollection getParent()
Gets the parent collection, if set, otherwise null.
-
-