public class DatasetGroup extends java.lang.Object implements java.lang.Cloneable, java.io.Serializable
Constructor and Description |
---|
DatasetGroup()
Constructs a new group.
|
DatasetGroup(java.lang.String id)
Creates a new group with the specified id.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones the group.
|
boolean |
equals(java.lang.Object obj)
Tests this instance for equality with an arbitrary object.
|
java.lang.String |
getID()
Returns the identification string for this group.
|
public DatasetGroup()
public DatasetGroup(java.lang.String id)
id
- the identification for the group.public java.lang.String getID()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- not by this class.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object (null
permitted).