com.metamatrix.metadata.runtime.impl
Class ListEntryRecordImpl

java.lang.Object
  extended by com.metamatrix.metadata.runtime.impl.ListEntryRecordImpl
All Implemented Interfaces:
ListEntryRecord

public class ListEntryRecordImpl
extends java.lang.Object
implements ListEntryRecord

ListEntryRecordImpl


Constructor Summary
ListEntryRecordImpl(java.lang.String uuid, int position)
           
 
Method Summary
 int getPosition()
          Get the position of the entry within the list
 java.lang.String getUUID()
          Get the UUID of the entity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEntryRecordImpl

public ListEntryRecordImpl(java.lang.String uuid,
                           int position)
Method Detail

getPosition

public int getPosition()
Description copied from interface: ListEntryRecord
Get the position of the entry within the list

Specified by:
getPosition in interface ListEntryRecord
Returns:
entry's position
See Also:
ListEntryRecord.getPosition()

getUUID

public java.lang.String getUUID()
Description copied from interface: ListEntryRecord
Get the UUID of the entity

Specified by:
getUUID in interface ListEntryRecord
Returns:
the UUID of the entity
See Also:
ListEntryRecord.getUUID()


Copyright © 2009. All Rights Reserved.