org.springframework.social.alfresco.api.entities
Class AlfrescoList.Entry<T>

java.lang.Object
  extended by org.springframework.social.alfresco.api.entities.AlfrescoList.Entry<T>
Type Parameters:
T -
Enclosing class:
AlfrescoList<T>

public static class AlfrescoList.Entry<T>
extends Object

List entry

Author:
jottley

Constructor Summary
AlfrescoList.Entry()
           
 
Method Summary
 T getEntry()
           
 void setEntry(T entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlfrescoList.Entry

public AlfrescoList.Entry()
Method Detail

setEntry

public void setEntry(T entry)
Parameters:
entry -

getEntry

public T getEntry()
Returns:


Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.