org.sakaiproject.tool.assessment.data.dao.authz
Class FunctionData
java.lang.Object
org.sakaiproject.tool.assessment.data.dao.authz.FunctionData
- All Implemented Interfaces:
- Serializable, FunctionIfc
public class FunctionData
- 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 |
FunctionData
public FunctionData()
FunctionData
public FunctionData(String functionId,
String referenceName,
String displayName,
String description,
String functionTypeId)
- Creates a new FunctionData object.
getFunctionId
public long getFunctionId()
- Specified by:
getFunctionId in interface FunctionIfc
setFunctionId
public void setFunctionId(long id)
- Specified by:
setFunctionId in interface FunctionIfc
getReferenceName
public String getReferenceName()
- Specified by:
getReferenceName in interface FunctionIfc
setReferenceName
public void setReferenceName(String referenceName)
- Specified by:
setReferenceName in interface FunctionIfc
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface FunctionIfc
setDisplayName
public void setDisplayName(String display_name)
- Specified by:
setDisplayName in interface FunctionIfc
getDescription
public String getDescription()
- Specified by:
getDescription in interface FunctionIfc
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface FunctionIfc
getFunctionTypeId
public String getFunctionTypeId()
- Specified by:
getFunctionTypeId in interface FunctionIfc
setFunctionTypeId
public void setFunctionTypeId(String functionTypeId)
- Specified by:
setFunctionTypeId in interface FunctionIfc
Copyright © 2005-2012 Sakai Project. All Rights Reserved.