@Entity public class DocumentTypeAttributeBo extends Object implements DocumentTypeAttributeContract, Comparable, Serializable
| Constructor and Description |
|---|
DocumentTypeAttributeBo() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
static DocumentTypeAttributeBo |
from(DocumentTypeAttribute dta) |
DocumentType |
getDocumentType() |
String |
getDocumentTypeId() |
String |
getId() |
Integer |
getLockVerNbr() |
int |
getOrderIndex() |
RuleAttribute |
getRuleAttribute() |
String |
getRuleAttributeId() |
void |
setDocumentType(DocumentType documentType) |
void |
setDocumentTypeId(String documentTypeId) |
void |
setId(String id) |
void |
setLockVerNbr(Integer lockVerNbr) |
void |
setOrderIndex(int orderIndex) |
void |
setRuleAttribute(RuleAttribute ruleAttribute) |
void |
setRuleAttributeId(String ruleAttributeId) |
static DocumentTypeAttribute |
to(DocumentTypeAttributeBo documentTypeAttributeBo) |
public DocumentTypeAttributeBo()
public String getId()
getId in interface Identifiablepublic void setDocumentTypeId(String documentTypeId)
documentTypeId - The documentTypeId to set.public String getDocumentTypeId()
getDocumentTypeId in interface DocumentTypeAttributeContractpublic void setRuleAttributeId(String ruleAttributeId)
ruleAttributeId - The ruleAttributeId to set.public String getRuleAttributeId()
public void setRuleAttribute(RuleAttribute ruleAttribute)
ruleAttribute - The ruleAttribute to set.public RuleAttribute getRuleAttribute()
getRuleAttribute in interface DocumentTypeAttributeContractpublic int compareTo(Object o)
compareTo in interface Comparablepublic DocumentType getDocumentType()
public void setDocumentType(DocumentType documentType)
public int getOrderIndex()
getOrderIndex in interface DocumentTypeAttributeContractpublic void setOrderIndex(int orderIndex)
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
public static DocumentTypeAttribute to(DocumentTypeAttributeBo documentTypeAttributeBo)
public static DocumentTypeAttributeBo from(DocumentTypeAttribute dta)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.