org.sakaiproject.tool.assessment.facade.authz
Class FunctionFacade
java.lang.Object
org.sakaiproject.tool.assessment.facade.authz.FunctionFacade
- All Implemented Interfaces:
- Serializable, FunctionIfc
public class FunctionFacade
- extends Object
- implements FunctionIfc
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionFacade
public FunctionFacade()
FunctionFacade
public FunctionFacade(String referenceName,
String displayName,
String description,
String functionTypeId)
FunctionFacade
public FunctionFacade(FunctionIfc data)
getId
public org.osid.shared.Id getId()
getReferenceName
public String getReferenceName()
- Specified by:
getReferenceName in interface FunctionIfc
setReferenceName
public void setReferenceName(String referenceName)
- Specified by:
setReferenceName in interface FunctionIfc
getFunctionType
public org.osid.shared.Type getFunctionType()
getDescription
public String getDescription()
- Specified by:
getDescription in interface FunctionIfc
updateDescription
public void updateDescription(String description)
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface FunctionIfc
getData
public FunctionIfc getData()
getFunctionId
public long getFunctionId()
- Specified by:
getFunctionId in interface FunctionIfc
setFunctionId
public void setFunctionId(long id)
- Specified by:
setFunctionId in interface FunctionIfc
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface FunctionIfc
setDisplayName
public void setDisplayName(String displayName)
- Specified by:
setDisplayName in interface FunctionIfc
getFunctionTypeId
public String getFunctionTypeId()
- Specified by:
getFunctionTypeId in interface FunctionIfc
setFunctionTypeId
public void setFunctionTypeId(String id)
- Specified by:
setFunctionTypeId in interface FunctionIfc
Copyright © 2005-2012 Sakai Project. All Rights Reserved.