org.alfresco.repo.attributes
Class ListEntryKey

java.lang.Object
  extended by org.alfresco.repo.attributes.ListEntryKey
All Implemented Interfaces:
java.io.Serializable

public class ListEntryKey
extends java.lang.Object
implements java.io.Serializable

Key class for the ListEntry entity.

See Also:
Serialized Form

Constructor Summary
ListEntryKey()
           
ListEntryKey(ListAttribute list, int index)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getIndex()
           
 ListAttribute getList()
           
 int hashCode()
           
 void setIndex(int index)
           
 void setList(ListAttribute list)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListEntryKey

public ListEntryKey()

ListEntryKey

public ListEntryKey(ListAttribute list,
                    int index)
Method Detail

getIndex

public int getIndex()
Returns:
the Index

setIndex

public void setIndex(int index)
Parameters:
index - the fIndex to set

getList

public ListAttribute getList()
Returns:
the fList

setList

public void setList(ListAttribute list)
Parameters:
list - the fList to set

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.