org.sakaiproject.entitybroker.util
Class SakaiToolData
java.lang.Object
org.sakaiproject.entitybroker.util.SakaiToolData
public class SakaiToolData
- extends Object
This contains an abstraction of the information about a tool in Sakai
- Author:
- Aaron Zeckoski (aaron@caret.cam.ac.uk)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SakaiToolData
public SakaiToolData()
getRegistrationId
public String getRegistrationId()
setRegistrationId
public void setRegistrationId(String registrationId)
getPlacementId
public String getPlacementId()
setPlacementId
public void setPlacementId(String placementId)
getToolURL
public String getToolURL()
setToolURL
public void setToolURL(String toolURL)
getLocationReference
public String getLocationReference()
setLocationReference
public void setLocationReference(String locationReference)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
Copyright © 2007-2012 Sakai Project. All Rights Reserved.