com.atlassian.crowd.model.group
Class InternalGroupAttribute

java.lang.Object
  extended by com.atlassian.crowd.model.InternalEntityAttribute
      extended by com.atlassian.crowd.model.group.InternalGroupAttribute
All Implemented Interfaces:
Serializable

public class InternalGroupAttribute
extends InternalEntityAttribute

Encapsulates the concept of group attribute.

See Also:
Serialized Form

Constructor Summary
protected InternalGroupAttribute()
           
  InternalGroupAttribute(InternalGroup group, String name, String value)
           
  InternalGroupAttribute(Long id, InternalGroup group, String name, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 Directory getDirectory()
           
 InternalGroup getGroup()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.atlassian.crowd.model.InternalEntityAttribute
getId, getName, getValue, setId, setName, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalGroupAttribute

protected InternalGroupAttribute()

InternalGroupAttribute

public InternalGroupAttribute(Long id,
                              InternalGroup group,
                              String name,
                              String value)

InternalGroupAttribute

public InternalGroupAttribute(InternalGroup group,
                              String name,
                              String value)
Method Detail

getGroup

public InternalGroup getGroup()

getDirectory

public Directory getDirectory()

equals

public boolean equals(Object o)
Overrides:
equals in class InternalEntityAttribute

hashCode

public int hashCode()
Overrides:
hashCode in class InternalEntityAttribute

toString

public String toString()
Overrides:
toString in class InternalEntityAttribute


Copyright © 2013 Atlassian. All Rights Reserved.