com.atlassian.crowd.model
Class InternalEntityAttribute

java.lang.Object
  extended by com.atlassian.crowd.model.InternalEntityAttribute
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InternalGroupAttribute, InternalUserAttribute

public class InternalEntityAttribute
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected InternalEntityAttribute()
           
  InternalEntityAttribute(String name, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getId()
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
protected  void setId(Long id)
           
 void setName(String name)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalEntityAttribute

protected InternalEntityAttribute()

InternalEntityAttribute

public InternalEntityAttribute(String name,
                               String value)
Method Detail

getId

public Long getId()

getName

public String getName()

getValue

public String getValue()

setId

protected void setId(Long id)

setName

public void setName(String name)

setValue

public void setValue(String value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Atlassian. All Rights Reserved.