public abstract class AbstractPartition extends AbstractAttributedType implements Partition
Base class for Partition implementations.
AttributedType.QUERY_ATTRIBUTEID| 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, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttribute, getAttributes, getId, removeAttribute, setAttribute, setIdpublic AbstractPartition(String name)
@AttributeProperty public String getName()
Partitionpublic void setName(String name)
public boolean equals(Object obj)
equals in class AbstractAttributedTypepublic int hashCode()
hashCode in class AbstractAttributedTypeCopyright © 2018 JBoss by Red Hat. All rights reserved.