Class Catalog

All Implemented Interfaces:
Serializable

public class Catalog extends AbstractEntity
See Also:
  • Constructor Details

    • Catalog

      public Catalog()
  • Method Details

    • getEntityType

      public String getEntityType()
    • setEntityType

      public void setEntityType(String entityType)
    • getEntityKey

      public Long getEntityKey()
    • setEntityKey

      public void setEntityKey(Long entityKey)
    • getParentEntityType

      public String getParentEntityType()
    • setParentEntityType

      public void setParentEntityType(String parentEntityType)
    • getParentEntityKey

      public Long getParentEntityKey()
    • setParentEntityKey

      public void setParentEntityKey(Long parentEntityKey)
    • getEntityDisplayName

      public String getEntityDisplayName()
    • setEntityDisplayName

      public void setEntityDisplayName(String entityDisplayName)
    • getEntityName

      public String getEntityName()
    • setEntityName

      public void setEntityName(String entityName)
    • getEntityDescription

      public String getEntityDescription()
    • setEntityDescription

      public void setEntityDescription(String entityDescription)
    • isRequestable

      public Boolean isRequestable()
    • setRequestable

      public void setRequestable(Boolean requestable)
    • isDeleted

      public Boolean isDeleted()
    • setDeleted

      public void setDeleted(Boolean deleted)
    • getUserDefinedTags

      public String getUserDefinedTags()
    • setUserDefinedTags

      public void setUserDefinedTags(String userDefinedTags)
    • getTags

      public String getTags()
    • setTags

      public void setTags(String tags)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getAuditObjective

      public String getAuditObjective()
    • setAuditObjective

      public void setAuditObjective(String auditObjective)
    • getCertifer

      public String getCertifer()
    • setCertifer

      public void setCertifer(String dataOwner)
    • getCatalogCreateby

      public Long getCatalogCreateby()
    • setCatalogCreateby

      public void setCatalogCreateby(Long catalogCreateby)
    • getCatalogCreate

      public Date getCatalogCreate()
    • setCatalogCreate

      public void setCatalogCreate(Date catalogCreate)
    • getCatalogUpdate

      public Date getCatalogUpdate()
    • setCatalogUpdate

      public void setCatalogUpdate(Date catalogUpdate)
    • getRiskUpdateDate

      public Date getRiskUpdateDate()
    • setRiskUpdateDate

      public void setRiskUpdateDate(Date riskUpdateDate)
    • getCatalogUpdateby

      public Long getCatalogUpdateby()
    • setCatalogUpdateby

      public void setCatalogUpdateby(Long catalogUpdateby)
    • getItemRisk

      public Integer getItemRisk()
    • setItemRisk

      public void setItemRisk(Integer itemRisk)
    • isCertifiable

      public Boolean isCertifiable()
    • setCertifiable

      public void setCertifiable(Boolean certifiable)
    • toString

      public String toString()
      Overrides:
      toString in class Object