nu.zoom.ldap.eon.directory.attributes
Class AttributeTableRow

java.lang.Object
  extended by nu.zoom.ldap.eon.directory.attributes.AttributeTableRow
All Implemented Interfaces:
Comparable<AttributeTableRow>

public class AttributeTableRow
extends Object
implements Comparable<AttributeTableRow>

Version:
$Revision: 1.2 $
Author:
$Author: johan $

Constructor Summary
AttributeTableRow()
           
 
Method Summary
 int compareTo(AttributeTableRow o)
           
 boolean equals(Object obj)
           
 Attribute getAttribute()
           
 String getId()
           
 String getValue()
           
 void setAttribute(Attribute attribute)
           
 void setId(String string)
           
 void setValue(String string)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeTableRow

public AttributeTableRow()
Method Detail

getAttribute

public Attribute getAttribute()

getId

public String getId()

getValue

public String getValue()

setAttribute

public void setAttribute(Attribute attribute)

setId

public void setId(String string)

setValue

public void setValue(String string)

equals

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

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(AttributeTableRow o)
Specified by:
compareTo in interface Comparable<AttributeTableRow>


Copyright © 2011. All Rights Reserved.