Class ItemType


  • public class ItemType
    extends Object
    • Constructor Detail

      • ItemType

        public ItemType()
    • Method Detail

      • getItemTypeId

        public String getItemTypeId()
        Return the itemTypeId from ItemType
      • setItemTypeId

        public void setItemTypeId​(String itemTypeId)
        Set the itemTypeID for this ItemType.
      • getAuthority

        public String getAuthority()
      • setAuthority

        public void setAuthority​(String authority)
      • getDomain

        public String getDomain()
      • setDomain

        public void setDomain​(String domain)
      • getKeyword

        public String getKeyword()
        Return the Name for this ItemType.
      • setKeyword

        public void setKeyword​(String keyword)
        Set the Name for this ItemType.
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getStatus

        public int getStatus()
        Return the status for this ItemType.
      • setStatus

        public void setStatus​(int status)
        Set the status for this ItemType.
      • getCreatedBy

        public String getCreatedBy()
        Return the createdBy for this ItemType.
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Set the createdBy for this ItemType.
      • getCreatedDate

        public Date getCreatedDate()
        Return the createdDate for this ItemType.
      • setCreatedDate

        public void setCreatedDate​(Date createdDate)
        Set the createdDate for this ItemType.
      • getLastModifiedBy

        public String getLastModifiedBy()
        Return the lastModifiedBy for this ItemType.
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
        Set the lastModifiedBy for this ItemType.
      • getLastModifiedDate

        public Date getLastModifiedDate()
        Return the lastModifiedDate for this ItemType.
      • setLastModifiedDate

        public void setLastModifiedDate​(Date lastModifiedDate)
        Set the lastModifiedDate for this ItemType.