@Embeddable public class ApplicationDocumentStatusCategoryId extends Object implements Serializable
ApplicationDocumentStatusCategory. The
elements that uniquely identify a category are the document type id and the category name.| Constructor and Description |
|---|
ApplicationDocumentStatusCategoryId() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
determines equality based on the class, documentTypeId and categoryName
|
String |
getCategoryName()
Get the category name
|
String |
getDocumentTypeId()
Get the document type id
|
int |
hashCode()
calculates a hashcode based on the documentTypeId and categoryName
|
void |
setCategoryName(String categoryName)
Set the category name
|
void |
setDocumentTypeId(String documentTypeId)
Set the document type id
|
public ApplicationDocumentStatusCategoryId()
public String getDocumentTypeId()
public void setDocumentTypeId(String documentTypeId)
documentTypeId - the document type id to setpublic String getCategoryName()
public void setCategoryName(String categoryName)
categoryName - the category name to setpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(Object)Copyright © 2005–2017 The Kuali Foundation. All rights reserved.