Class FunctionData

  • All Implemented Interfaces:
    Serializable, org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc

    public class FunctionData
    extends Object
    implements org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc
    See Also:
    Serialized Form
    • Constructor Detail

      • FunctionData

        public FunctionData()
      • FunctionData

        public FunctionData​(String functionId,
                            String referenceName,
                            String displayName,
                            String description,
                            String functionTypeId)
        Creates a new FunctionData object.
    • Method Detail

      • getFunctionId

        public long getFunctionId()
        Specified by:
        getFunctionId in interface org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc
      • setFunctionId

        public void setFunctionId​(long id)
        Specified by:
        setFunctionId in interface org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc
      • getReferenceName

        public String getReferenceName()
        Specified by:
        getReferenceName in interface org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc
      • setReferenceName

        public void setReferenceName​(String referenceName)
        Specified by:
        setReferenceName in interface org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc
      • getDisplayName

        public String getDisplayName()
        Specified by:
        getDisplayName in interface org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc
      • setDisplayName

        public void setDisplayName​(String display_name)
        Specified by:
        setDisplayName in interface org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc
      • setDescription

        public void setDescription​(String description)
        Specified by:
        setDescription in interface org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc
      • getFunctionTypeId

        public String getFunctionTypeId()
        Specified by:
        getFunctionTypeId in interface org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc
      • setFunctionTypeId

        public void setFunctionTypeId​(String functionTypeId)
        Specified by:
        setFunctionTypeId in interface org.sakaiproject.tool.assessment.data.ifc.authz.FunctionIfc