public class RestrictedByItem extends ProtectedItem
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<RestrictedByElem> |
items
The set of restricted elements
|
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY| Constructor and Description |
|---|
RestrictedByItem(java.util.Set<RestrictedByElem> items)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.Iterator<RestrictedByElem> |
iterator()
Gets an iterator of all
RestrictedByElems. |
java.lang.String |
toString() |
private final java.util.Set<RestrictedByElem> items
public RestrictedByItem(java.util.Set<RestrictedByElem> items)
items - the collection of RestrictedByElems.public java.util.Iterator<RestrictedByElem> iterator()
RestrictedByElems.RestrictedByElemspublic 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