public class ContextPartitionIdentifierCategory extends ContextPartitionIdentifier
Constructor and Description |
---|
ContextPartitionIdentifierCategory()
Ctor.
|
ContextPartitionIdentifierCategory(String label)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
compareTo(ContextPartitionIdentifier other)
Compare identifiers returning a boolean indicator whether identifier information matches.
|
String |
getLabel()
Returns the category label.
|
void |
setLabel(String label)
Sets the category label.
|
String |
toString() |
getContextPartitionId, setContextPartitionId
public ContextPartitionIdentifierCategory()
public ContextPartitionIdentifierCategory(String label)
label
- of categorypublic String getLabel()
public void setLabel(String label)
label
- to setpublic boolean compareTo(ContextPartitionIdentifier other)
ContextPartitionIdentifier
compareTo
in class ContextPartitionIdentifier
other
- to compare to