Class TypeD

    • 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 TypeIfc
      • setTypeId

        public void setTypeId​(Long typeId)
        Set the itemTypeID for this ItemType.
        Specified by:
        setTypeId in interface TypeIfc
      • getKeyword

        public String getKeyword()
        Return the Name for this ItemType.
        Specified by:
        getKeyword in interface TypeIfc
      • setKeyword

        public void setKeyword​(String keyword)
        Set the Name for this ItemType.
        Specified by:
        setKeyword in interface TypeIfc
      • getStatus

        public int getStatus()
        Return the status for this ItemType.
        Specified by:
        getStatus in interface TypeIfc
      • setStatus

        public void setStatus​(int status)
        Set the status for this ItemType.
        Specified by:
        setStatus in interface TypeIfc
      • getCreatedBy

        public String getCreatedBy()
        Return the createdBy for this ItemType.
        Specified by:
        getCreatedBy in interface TypeIfc
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Set the createdBy for this ItemType.
        Specified by:
        setCreatedBy in interface TypeIfc
      • getCreatedDate

        public Date getCreatedDate()
        Return the createdDate for this ItemType.
        Specified by:
        getCreatedDate in interface TypeIfc
      • setCreatedDate

        public void setCreatedDate​(Date createdDate)
        Set the createdDate for this ItemType.
        Specified by:
        setCreatedDate in interface TypeIfc
      • getLastModifiedBy

        public String getLastModifiedBy()
        Return the lastModifiedBy for this ItemType.
        Specified by:
        getLastModifiedBy in interface TypeIfc
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
        Set the lastModifiedBy for this ItemType.
        Specified by:
        setLastModifiedBy in interface TypeIfc
      • getLastModifiedDate

        public Date getLastModifiedDate()
        Return the lastModifiedDate for this ItemType.
        Specified by:
        getLastModifiedDate in interface TypeIfc
      • setLastModifiedDate

        public void setLastModifiedDate​(Date lastModifiedDate)
        Set the lastModifiedDate for this ItemType.
        Specified by:
        setLastModifiedDate in interface TypeIfc