|
||||||||||
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.CorrectionChangeGroup
public class CorrectionChangeGroup
This class represents a GLCP correction change group
Nested Class Summary | |
---|---|
static class |
CorrectionChangeGroup.CorrectionGroupLineNumberComparator
A comparator that compares to GLCP correction change groups based on their group line numbers within the GLCP document |
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
CorrectionChangeGroup()
|
|
CorrectionChangeGroup(String documentNumber,
Integer correctionChangeGroupLineNumber)
|
Method Summary | |
---|---|
void |
addCorrectionChange(CorrectionChange cc)
Add correction change to this correction change group |
void |
addCorrectionCriteria(CorrectionCriteria cc)
Add correction criteria to this correction change group |
int |
compareTo(Object o)
Compares this correction change group to another correction change group object by comparing document number and correction group line number |
List<CorrectionChange> |
getCorrectionChange()
|
Integer |
getCorrectionChangeGroupLineNumber()
|
CorrectionChange |
getCorrectionChangeItem(int changeNumber)
Get correction change item |
Integer |
getCorrectionChangeNextLineNumber()
|
List<CorrectionCriteria> |
getCorrectionCriteria()
|
CorrectionCriteria |
getCorrectionCriteriaItem(int criteriaNumber)
Get correction criteria item |
Integer |
getCorrectionCriteriaNextLineNumber()
|
String |
getDocumentNumber()
|
void |
removeCorrectionChangeItem(int changeNumber)
Remove correction change item |
void |
removeCorrectionCriteriaItem(int criteriaNumber)
Remove correction criteria item |
void |
setCorrectionChange(List<CorrectionChange> correctionChange)
|
void |
setCorrectionChangeGroupLineNumber(Integer correctionChangeGroupLineNumber)
|
void |
setCorrectionChangeNextLineNumber(Integer correctionChangeNextLineNumber)
|
void |
setCorrectionCriteria(List<CorrectionCriteria> correctionCriteria)
|
void |
setCorrectionCriteriaNextLineNumber(Integer correctionCriteriaNextLineNumber)
|
void |
setDocumentNumber(String documentNumber)
Set document number for this correction change group. |
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 CorrectionChangeGroup(String documentNumber, Integer correctionChangeGroupLineNumber)
public CorrectionChangeGroup()
Method Detail |
---|
public void addCorrectionChange(CorrectionChange cc)
cc
- correction change to addpublic void addCorrectionCriteria(CorrectionCriteria cc)
cc
- correction criteria to add to this correction change grouppublic void removeCorrectionChangeItem(int changeNumber)
changeNumber
- correction change line number used to determine which correction change item to removepublic void removeCorrectionCriteriaItem(int criteriaNumber)
criteriaNumber
- correction criteria line number used to determine which correction change to removepublic CorrectionChange getCorrectionChangeItem(int changeNumber)
changeNumber
- correction change line number of object to return
public CorrectionCriteria getCorrectionCriteriaItem(int criteriaNumber)
criteriaNumber
- correction change line number of object to return
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- new document numberpublic Integer getCorrectionChangeGroupLineNumber()
public void setCorrectionChangeGroupLineNumber(Integer correctionChangeGroupLineNumber)
public Integer getCorrectionCriteriaNextLineNumber()
public void setCorrectionCriteriaNextLineNumber(Integer correctionCriteriaNextLineNumber)
public Integer getCorrectionChangeNextLineNumber()
public void setCorrectionChangeNextLineNumber(Integer correctionChangeNextLineNumber)
public List<CorrectionCriteria> getCorrectionCriteria()
public void setCorrectionCriteria(List<CorrectionCriteria> correctionCriteria)
public List<CorrectionChange> getCorrectionChange()
public void setCorrectionChange(List<CorrectionChange> correctionChange)
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 |