public abstract class AbstractPartition extends AbstractAttributedType implements Partition
Base class for Partition
implementations.
AttributedType.QUERY_ATTRIBUTE
ID
Constructor and Description |
---|
AbstractPartition(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the name of the partition.
|
int |
hashCode() |
void |
setName(String name) |
String |
toString() |
getAttribute, getAttributes, getAttributesMap, getId, removeAttribute, setAttribute, setId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAttribute, getAttributes, getId, removeAttribute, setAttribute, setId
public AbstractPartition(String name)
@AttributeProperty public String getName()
Partition
public void setName(String name)
public boolean equals(Object obj)
equals
in class AbstractAttributedType
public int hashCode()
hashCode
in class AbstractAttributedType
Copyright © 2018 JBoss by Red Hat. All rights reserved.