public class MaxImmSubItem extends ProtectedItem
| Modifier and Type | Field and Description |
|---|---|
private int |
value
The maximum number of allowed subordinates
|
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY| Constructor and Description |
|---|
MaxImmSubItem(int value)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getValue()
Gets the maximum number of immediate subordinates.
|
int |
hashCode() |
java.lang.String |
toString() |
public MaxImmSubItem(int value)
value - The maximum number of immediate subordinatespublic int getValue()
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