Package org.kuali.rice.kew.doctype
Class ApplicationDocumentStatusCategoryId
java.lang.Object
org.kuali.rice.kew.doctype.ApplicationDocumentStatusCategoryId
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandetermines equality based on the class, documentTypeId and categoryNameGet the category nameGet the document type idinthashCode()calculates a hashcode based on the documentTypeId and categoryNamevoidsetCategoryName(String categoryName) Set the category namevoidsetDocumentTypeId(String documentTypeId) Set the document type id
-
Constructor Details
-
ApplicationDocumentStatusCategoryId
public ApplicationDocumentStatusCategoryId()
-
-
Method Details
-
getDocumentTypeId
Get the document type id- Returns:
- the document type id
-
setDocumentTypeId
Set the document type id- Parameters:
documentTypeId- the document type id to set
-
getCategoryName
Get the category name- Returns:
- the category name
-
setCategoryName
Set the category name- Parameters:
categoryName- the category name to set
-
hashCode
public int hashCode()calculates a hashcode based on the documentTypeId and categoryName -
equals
determines equality based on the class, documentTypeId and categoryName
-