org.sakaiproject.tool.assessment.data.ifc.authz
Interface FunctionIfc
- All Superinterfaces:
- Serializable
public interface FunctionIfc
- extends Serializable
getFunctionId
long getFunctionId()
setFunctionId
void setFunctionId(long id)
getReferenceName
String getReferenceName()
setReferenceName
void setReferenceName(String referenceName)
getDisplayName
String getDisplayName()
setDisplayName
void setDisplayName(String displayName)
getDescription
String getDescription()
setDescription
void setDescription(String description)
getFunctionTypeId
String getFunctionTypeId()
setFunctionTypeId
void setFunctionTypeId(String functionTypeId)
Copyright © 2005-2012 Sakai Project. All Rights Reserved.