public class AwardCloseout extends AwardAssociate
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardCloseout()
Constructs a AwardCloseout.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAwardCloseoutId()
This method...
|
String |
getCloseoutReportCode()
This method...
|
String |
getCloseoutReportName()
Gets the closeoutReportName attribute.
|
CloseoutReportType |
getCloseoutReportType()
Gets the closeoutReportType attribute.
|
Date |
getDueDate()
Gets the dueDate attribute.
|
Date |
getFinalSubmissionDate()
This method...
|
int |
hashCode() |
boolean |
isMultiple()
Gets the multiple attribute.
|
boolean |
isUserDefinedReport()
This method returns true if the closeout report code equals "UD".
|
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setAwardCloseoutId(Long awardCloseoutId)
This method...
|
void |
setCloseoutReportCode(String closeoutReportCode)
This method...
|
void |
setCloseoutReportName(String closeoutReportName)
Sets the closeoutReportName attribute value.
|
void |
setCloseoutReportType(CloseoutReportType closeoutReportType)
Sets the closeoutReportType attribute value.
|
void |
setDueDate(Date dueDate)
Sets the dueDate attribute value.
|
void |
setFinalSubmissionDate(Date finalSubmissionDate)
This method...
|
void |
setMultiple(boolean multiple)
Sets the multiple attribute value.
|
getAward, getAwardNumber, getSequenceNumber, getSequenceOwner, prePersist, setAward, setAwardNumber, setSequenceNumber, setSequenceOwnergetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic Long getAwardCloseoutId()
public void setAwardCloseoutId(Long awardCloseoutId)
awardCloseoutId - public Date getFinalSubmissionDate()
public void setFinalSubmissionDate(Date finalSubmissionDate)
finalSubmissionDate - public String getCloseoutReportCode()
public void setCloseoutReportCode(String closeoutReportCode)
closeoutReportCode - public CloseoutReportType getCloseoutReportType()
public void setCloseoutReportType(CloseoutReportType closeoutReportType)
closeoutReportType - The closeoutReportType to set.public Date getDueDate()
public void setDueDate(Date dueDate)
dueDate - The dueDate to set.public String getCloseoutReportName()
public void setCloseoutReportName(String closeoutReportName)
closeoutReportName - The closeoutReportName to set.public int hashCode()
hashCode in class AwardAssociateObject.hashCode()public boolean isMultiple()
public void setMultiple(boolean multiple)
multiple - The multiple to set.public void resetPersistenceState()
SequenceableSequenceable.resetPersistenceState()public boolean equals(Object obj)
equals in class AwardAssociateObject.equals(java.lang.Object)public boolean isUserDefinedReport()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.