org.sakaiproject.tool.assessment.facade.authz
Class FunctionFacade

java.lang.Object
  extended by org.sakaiproject.tool.assessment.facade.authz.FunctionFacade
All Implemented Interfaces:
Serializable, FunctionIfc

public class FunctionFacade
extends Object
implements FunctionIfc

See Also:
Serialized Form

Constructor Summary
FunctionFacade()
           
FunctionFacade(FunctionIfc data)
           
FunctionFacade(String referenceName, String displayName, String description, String functionTypeId)
           
 
Method Summary
 FunctionIfc getData()
           
 String getDescription()
           
 String getDisplayName()
           
 long getFunctionId()
           
 org.osid.shared.Type getFunctionType()
           
 String getFunctionTypeId()
           
 org.osid.shared.Id getId()
           
 String getReferenceName()
           
 void setDescription(String description)
           
 void setDisplayName(String displayName)
           
 void setFunctionId(long id)
           
 void setFunctionTypeId(String id)
           
 void setReferenceName(String referenceName)
           
 void updateDescription(String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionFacade

public FunctionFacade()

FunctionFacade

public FunctionFacade(String referenceName,
                      String displayName,
                      String description,
                      String functionTypeId)

FunctionFacade

public FunctionFacade(FunctionIfc data)
Method Detail

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.