com.atlassian.crowd.model.group
Class InternalGroupAttribute
java.lang.Object
com.atlassian.crowd.model.InternalEntityAttribute
com.atlassian.crowd.model.group.InternalGroupAttribute
- All Implemented Interfaces:
- java.io.Serializable
public class InternalGroupAttribute
- extends InternalEntityAttribute
Encapsulates the concept of group attribute.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
InternalGroupAttribute
protected InternalGroupAttribute()
InternalGroupAttribute
public InternalGroupAttribute(java.lang.Long id,
InternalGroup group,
java.lang.String name,
java.lang.String value)
InternalGroupAttribute
public InternalGroupAttribute(InternalGroup group,
java.lang.String name,
java.lang.String value)
getGroup
public InternalGroup getGroup()
getDirectory
public Directory getDirectory()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class InternalEntityAttribute
hashCode
public int hashCode()
- Overrides:
hashCode in class InternalEntityAttribute
toString
public java.lang.String toString()
- Overrides:
toString in class InternalEntityAttribute
Copyright © 2012 Atlassian. All Rights Reserved.