org.jasig.portlet.courses.dao.sakai.json
Class SakaiSessionResponse

java.lang.Object
  extended by org.jasig.portlet.courses.dao.sakai.json.SakaiSessionResponse
All Implemented Interfaces:
Serializable

public class SakaiSessionResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SakaiSessionResponse()
           
 
Method Summary
 String getEntityPrefix()
           
 List<SakaiSession> getSession_collection()
           
 void setEntityPrefix(String entityPrefix)
           
 void setSession_collection(List<SakaiSession> session_collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SakaiSessionResponse

public SakaiSessionResponse()
Method Detail

getEntityPrefix

public String getEntityPrefix()

setEntityPrefix

public void setEntityPrefix(String entityPrefix)

getSession_collection

public List<SakaiSession> getSession_collection()

setSession_collection

public void setSession_collection(List<SakaiSession> session_collection)


Copyright © 2012 Jasig. All Rights Reserved.