|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.attributes.ListEntryImpl
public class ListEntryImpl
Implementation of ListEntry
Constructor Summary | |
---|---|
ListEntryImpl()
Default constructor. |
|
ListEntryImpl(ListEntryKey key,
Attribute attr)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Attribute |
getAttribute()
Get the Attribute for this entry. |
ListEntryKey |
getKey()
Get the key. |
int |
hashCode()
|
void |
setAttribute(Attribute attr)
Set the Attribute. |
void |
setKey(ListEntryKey key)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListEntryImpl()
public ListEntryImpl(ListEntryKey key, Attribute attr)
Method Detail |
---|
public void setKey(ListEntryKey key)
public ListEntryKey getKey()
ListEntry
getKey
in interface ListEntry
public Attribute getAttribute()
ListEntry
getAttribute
in interface ListEntry
public void setAttribute(Attribute attr)
ListEntry
setAttribute
in interface ListEntry
attr
- The attribute to set.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |