public class ContextPartitionIdentifierNested extends ContextPartitionIdentifier
Constructor and Description |
---|
ContextPartitionIdentifierNested()
Ctor.
|
ContextPartitionIdentifierNested(ContextPartitionIdentifier[] identifiers)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
compareTo(ContextPartitionIdentifier other)
Compare identifiers returning a boolean indicator whether identifier information matches.
|
ContextPartitionIdentifier[] |
getIdentifiers()
Returns nested partition identifiers.
|
void |
setIdentifiers(ContextPartitionIdentifier[] identifiers)
Sets nested partition identifiers.
|
String |
toString() |
getContextPartitionId, setContextPartitionId
public ContextPartitionIdentifierNested()
public ContextPartitionIdentifierNested(ContextPartitionIdentifier[] identifiers)
identifiers
- nested identifiers, count should match nesting level of contextpublic ContextPartitionIdentifier[] getIdentifiers()
public void setIdentifiers(ContextPartitionIdentifier[] identifiers)
identifiers
- identifierspublic boolean compareTo(ContextPartitionIdentifier other)
ContextPartitionIdentifier
compareTo
in class ContextPartitionIdentifier
other
- to compare to