|
|||||||||
| 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 ListEntrypublic Attribute getAttribute()
ListEntry
getAttribute in interface ListEntrypublic void setAttribute(Attribute attr)
ListEntry
setAttribute in interface ListEntryattr - The attribute to set.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||||