public abstract class AbstractAttributeTypeProtectedItem extends ProtectedItem
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<AttributeType> |
attributeTypes
The attribute types.
|
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAttributeTypeProtectedItem(java.util.Set<AttributeType> attributeTypes)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.Iterator<AttributeType> |
iterator()
Gets an iterator of all attribute types.
|
java.lang.String |
toString() |
protected final java.util.Set<AttributeType> attributeTypes
protected AbstractAttributeTypeProtectedItem(java.util.Set<AttributeType> attributeTypes)
attributeTypes - the collection of attribute IDspublic java.util.Iterator<AttributeType> iterator()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object