Class TypeD

  • All Implemented Interfaces:
    Serializable, org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc

    public class TypeD
    extends Object
    implements org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
    See Also:
    Serialized Form
    • Field Detail

      • CALCULATED_QUESTION

        public static final Long CALCULATED_QUESTION
      • IMAGEMAP_QUESTION

        public static final Long IMAGEMAP_QUESTION
    • Method Detail

      • getTypeId

        public Long getTypeId()
        Return the itemTypeId from ItemType
        Specified by:
        getTypeId in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • setTypeId

        public void setTypeId​(Long typeId)
        Set the itemTypeID for this ItemType.
        Specified by:
        setTypeId in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • getAuthority

        public String getAuthority()
        Specified by:
        getAuthority in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • setAuthority

        public void setAuthority​(String authority)
        Specified by:
        setAuthority in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • getDomain

        public String getDomain()
        Specified by:
        getDomain in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • setDomain

        public void setDomain​(String domain)
        Specified by:
        setDomain in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • getKeyword

        public String getKeyword()
        Return the Name for this ItemType.
        Specified by:
        getKeyword in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • setKeyword

        public void setKeyword​(String keyword)
        Set the Name for this ItemType.
        Specified by:
        setKeyword in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • getDescription

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

        public void setDescription​(String description)
        Specified by:
        setDescription in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • getStatus

        public int getStatus()
        Return the status for this ItemType.
        Specified by:
        getStatus in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • setStatus

        public void setStatus​(int status)
        Set the status for this ItemType.
        Specified by:
        setStatus in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • getCreatedBy

        public String getCreatedBy()
        Return the createdBy for this ItemType.
        Specified by:
        getCreatedBy in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Set the createdBy for this ItemType.
        Specified by:
        setCreatedBy in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • getCreatedDate

        public Date getCreatedDate()
        Return the createdDate for this ItemType.
        Specified by:
        getCreatedDate in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • setCreatedDate

        public void setCreatedDate​(Date createdDate)
        Set the createdDate for this ItemType.
        Specified by:
        setCreatedDate in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • getLastModifiedBy

        public String getLastModifiedBy()
        Return the lastModifiedBy for this ItemType.
        Specified by:
        getLastModifiedBy in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
        Set the lastModifiedBy for this ItemType.
        Specified by:
        setLastModifiedBy in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • getLastModifiedDate

        public Date getLastModifiedDate()
        Return the lastModifiedDate for this ItemType.
        Specified by:
        getLastModifiedDate in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
      • setLastModifiedDate

        public void setLastModifiedDate​(Date lastModifiedDate)
        Set the lastModifiedDate for this ItemType.
        Specified by:
        setLastModifiedDate in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc