Class ApplicationDocumentStatusCategoryId

java.lang.Object
org.kuali.rice.kew.doctype.ApplicationDocumentStatusCategoryId
All Implemented Interfaces:
Serializable

@Embeddable public class ApplicationDocumentStatusCategoryId extends Object implements Serializable
Composite identifier object for an ApplicationDocumentStatusCategory. The elements that uniquely identify a category are the document type id and the category name.
See Also:
  • Constructor Details

    • ApplicationDocumentStatusCategoryId

      public ApplicationDocumentStatusCategoryId()
  • Method Details

    • getDocumentTypeId

      public String getDocumentTypeId()
      Get the document type id
      Returns:
      the document type id
    • setDocumentTypeId

      public void setDocumentTypeId(String documentTypeId)
      Set the document type id
      Parameters:
      documentTypeId - the document type id to set
    • getCategoryName

      public String getCategoryName()
      Get the category name
      Returns:
      the category name
    • setCategoryName

      public void setCategoryName(String categoryName)
      Set the category name
      Parameters:
      categoryName - the category name to set
    • hashCode

      public int hashCode()
      calculates a hashcode based on the documentTypeId and categoryName
      Overrides:
      hashCode in class Object
      See Also:
    • equals

      public boolean equals(Object obj)
      determines equality based on the class, documentTypeId and categoryName
      Overrides:
      equals in class Object
      See Also: