public class AwardReportTerm extends AwardAssociate implements GenericAwardReportTerm
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardReportTerm()
Constructs a AwardReportTerm.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equalsInitialFields(GenericAwardReportTerm otherReportTerm)
Unlike
equals(Object), this method only compares the fields a user has to fill in in order to add
a new AwardReportTerm: Report Type, Frequency, Frequency Base, OSP File Copy, and Due Date. |
Long |
getAwardReportTermId() |
List<AwardReportTermRecipient> |
getAwardReportTermRecipients() |
Distribution |
getDistribution()
Gets the distribution attribute.
|
Date |
getDueDate()
Gets the dueDate attribute.
|
Frequency |
getFrequency()
Gets the frequency attribute.
|
FrequencyBase |
getFrequencyBase()
Gets the frequencyBase attribute.
|
String |
getFrequencyBaseCode()
Gets the frequencyBaseCode attribute.
|
String |
getFrequencyCode()
Gets the frequencyCode attribute.
|
String |
getOspDistributionCode()
Gets the ospDistributionCode attribute.
|
Report |
getReport()
Gets the report attribute.
|
ReportClass |
getReportClass()
Gets the reportClass attribute.
|
String |
getReportClassCode()
Gets the reportClassCode attribute.
|
String |
getReportCode()
Gets the reportCode attribute.
|
List<ReportTracking> |
getReportTrackings() |
int |
hashCode() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setAwardReportTermId(Long awardReportTermId) |
void |
setAwardReportTermRecipients(List<AwardReportTermRecipient> awardReportTermRecipients) |
void |
setDistribution(Distribution distribution)
Sets the distribution attribute value.
|
void |
setDueDate(Date dueDate)
Sets the dueDate attribute value.
|
void |
setFrequency(Frequency frequency)
Sets the frequency attribute value.
|
void |
setFrequencyBase(FrequencyBase frequencyBase)
Sets the frequencyBase attribute value.
|
void |
setFrequencyBaseCode(String frequencyBaseCode)
Sets the frequencyBaseCode attribute value.
|
void |
setFrequencyCode(String frequencyCode)
Sets the frequencyCode attribute value.
|
void |
setOspDistributionCode(String ospDistributionCode)
Sets the ospDistributionCode attribute value.
|
void |
setReport(Report report)
Sets the report attribute value.
|
void |
setReportClass(ReportClass reportClass)
Sets the reportClass attribute value.
|
void |
setReportClassCode(String reportClassCode)
Sets the reportClassCode attribute value.
|
void |
setReportCode(String reportCode)
Sets the reportCode attribute value.
|
void |
setReportTrackings(List<ReportTracking> reportTrackings) |
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 getAwardReportTermId()
public void setAwardReportTermId(Long awardReportTermId)
awardReportTermId - public List<AwardReportTermRecipient> getAwardReportTermRecipients()
public void setAwardReportTermRecipients(List<AwardReportTermRecipient> awardReportTermRecipients)
awardReportTermRecipients - public int hashCode()
hashCode in class AwardAssociateObject.hashCode()public boolean equals(Object obj)
equals in class AwardAssociateObject.equals(java.lang.Object)public boolean equalsInitialFields(GenericAwardReportTerm otherReportTerm)
equals(Object), this method only compares the fields a user has to fill in in order to add
a new AwardReportTerm: Report Type, Frequency, Frequency Base, OSP File Copy, and Due Date.equalsInitialFields in interface GenericAwardReportTermotherReportTerm - public void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableSequenceable.resetPersistenceState()public String getReportClassCode()
getReportClassCode in interface GenericAwardReportTermpublic void setReportClassCode(String reportClassCode)
reportClassCode - The reportClassCode to set.public String getReportCode()
getReportCode in interface GenericAwardReportTermpublic void setReportCode(String reportCode)
reportCode - The reportCode to set.public String getFrequencyCode()
getFrequencyCode in interface GenericAwardReportTermpublic void setFrequencyCode(String frequencyCode)
frequencyCode - The frequencyCode to set.public String getFrequencyBaseCode()
getFrequencyBaseCode in interface GenericAwardReportTermpublic void setFrequencyBaseCode(String frequencyBaseCode)
frequencyBaseCode - The frequencyBaseCode to set.public String getOspDistributionCode()
getOspDistributionCode in interface GenericAwardReportTermpublic void setOspDistributionCode(String ospDistributionCode)
ospDistributionCode - The ospDistributionCode to set.public Date getDueDate()
getDueDate in interface GenericAwardReportTermpublic void setDueDate(Date dueDate)
dueDate - The dueDate to set.public Distribution getDistribution()
public void setDistribution(Distribution distribution)
distribution - The distribution to set.public Frequency getFrequency()
public void setFrequency(Frequency frequency)
frequency - The frequency to set.public FrequencyBase getFrequencyBase()
public void setFrequencyBase(FrequencyBase frequencyBase)
frequencyBase - The frequencyBase to set.public Report getReport()
public void setReport(Report report)
report - The report to set.public ReportClass getReportClass()
public void setReportClass(ReportClass reportClass)
reportClass - The reportClass to set.public List<ReportTracking> getReportTrackings()
public void setReportTrackings(List<ReportTracking> reportTrackings)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.