|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.gl.businessobject.CorrectionCriteria
public class CorrectionCriteria
Represents a GLCP criteria
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
CorrectionCriteria()
|
|
CorrectionCriteria(String documentNumber,
Integer correctionChangeGroupLineNumber,
Integer correctionCriteriaLineNumber)
|
Method Summary | |
---|---|
int |
compareTo(Object o)
Compares this object with another CorrectionCriteria based on document number, correction change group line number, and correction criteria line number |
CorrectionChangeGroup |
getCorrectionChangeGroup()
|
Integer |
getCorrectionChangeGroupLineNumber()
|
Integer |
getCorrectionCriteriaLineNumber()
|
String |
getCorrectionFieldName()
|
String |
getCorrectionFieldValue()
|
String |
getCorrectionOperatorCode()
|
String |
getDocumentNumber()
|
boolean |
isEmpty()
|
void |
setCorrectionChangeGroup(CorrectionChangeGroup correctionChangeGroup)
|
void |
setCorrectionChangeGroupLineNumber(Integer correctionChangeGroupLineNumber)
|
void |
setCorrectionCriteriaLineNumber(Integer correctionCriteriaLineNumber)
|
void |
setCorrectionFieldName(String correctionFieldName)
|
void |
setCorrectionFieldValue(String correctionFieldValue)
|
void |
setCorrectionOperatorCode(String correctionOperatorCode)
|
void |
setDocumentNumber(String documentNumber)
|
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public CorrectionCriteria()
public CorrectionCriteria(String documentNumber, Integer correctionChangeGroupLineNumber, Integer correctionCriteriaLineNumber)
Method Detail |
---|
public boolean isEmpty()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public Integer getCorrectionChangeGroupLineNumber()
public void setCorrectionChangeGroupLineNumber(Integer correctionChangeGroupLineNumber)
public Integer getCorrectionCriteriaLineNumber()
public void setCorrectionCriteriaLineNumber(Integer correctionCriteriaLineNumber)
public String getCorrectionOperatorCode()
public void setCorrectionOperatorCode(String correctionOperatorCode)
public String getCorrectionFieldValue()
public void setCorrectionFieldValue(String correctionFieldValue)
public CorrectionChangeGroup getCorrectionChangeGroup()
public void setCorrectionChangeGroup(CorrectionChangeGroup correctionChangeGroup)
public String getCorrectionFieldName()
public void setCorrectionFieldName(String correctionFieldName)
public int compareTo(Object o)
compareTo
in interface Comparable
Comparable.compareTo(java.lang.Object)
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |