Package org.kuali.rice.kew.doctype
Class DocumentTypeAttributeBo
java.lang.Object
org.kuali.rice.kew.doctype.DocumentTypeAttributeBo
- All Implemented Interfaces:
Serializable,Comparable<DocumentTypeAttributeBo>,org.kuali.rice.core.api.mo.common.Identifiable,org.kuali.rice.kew.api.doctype.DocumentTypeAttributeContract
@Entity
public class DocumentTypeAttributeBo
extends Object
implements org.kuali.rice.kew.api.doctype.DocumentTypeAttributeContract, Comparable<DocumentTypeAttributeBo>, Serializable
Data bean representing an attribute associated at the document type level. e.g. NoteAttribute,
EmailAttribute, SearchableAttribute, etc.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic DocumentTypeAttributeBofrom(org.kuali.rice.kew.api.doctype.DocumentTypeAttribute dta) getId()intvoidsetDocumentType(DocumentType documentType) voidsetDocumentTypeId(String documentTypeId) voidvoidsetLockVerNbr(Integer lockVerNbr) voidsetOrderIndex(int orderIndex) voidsetRuleAttribute(RuleAttribute ruleAttribute) voidsetRuleAttributeId(String ruleAttributeId) static org.kuali.rice.kew.api.doctype.DocumentTypeAttributeto(DocumentTypeAttributeBo documentTypeAttributeBo)
-
Constructor Details
-
DocumentTypeAttributeBo
public DocumentTypeAttributeBo()
-
-
Method Details
-
setId
- Parameters:
id- The id to set.
-
getId
- Specified by:
getIdin interfaceorg.kuali.rice.core.api.mo.common.Identifiable- Returns:
- Returns the id.
-
setDocumentTypeId
- Parameters:
documentTypeId- The documentTypeId to set.
-
getDocumentTypeId
- Specified by:
getDocumentTypeIdin interfaceorg.kuali.rice.kew.api.doctype.DocumentTypeAttributeContract- Returns:
- Returns the documentTypeId.
-
setRuleAttributeId
- Parameters:
ruleAttributeId- The ruleAttributeId to set.
-
getRuleAttributeId
- Returns:
- Returns the ruleAttributeId.
-
setRuleAttribute
- Parameters:
ruleAttribute- The ruleAttribute to set.
-
getRuleAttribute
- Specified by:
getRuleAttributein interfaceorg.kuali.rice.kew.api.doctype.DocumentTypeAttributeContract- Returns:
- Returns the ruleAttribute.
-
compareTo
- Specified by:
compareToin interfaceComparable<DocumentTypeAttributeBo>
-
getDocumentType
-
setDocumentType
-
getOrderIndex
public int getOrderIndex()- Specified by:
getOrderIndexin interfaceorg.kuali.rice.kew.api.doctype.DocumentTypeAttributeContract
-
setOrderIndex
public void setOrderIndex(int orderIndex) -
getLockVerNbr
-
setLockVerNbr
-
to
public static org.kuali.rice.kew.api.doctype.DocumentTypeAttribute to(DocumentTypeAttributeBo documentTypeAttributeBo) -
from
public static DocumentTypeAttributeBo from(org.kuali.rice.kew.api.doctype.DocumentTypeAttribute dta)
-