public class AwardAmountTransaction extends KraPersistableBusinessObjectBase implements Serializable
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardAmountTransaction() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAwardAmountTransactionId() |
String |
getAwardNumber() |
AwardTransactionType |
getAwardTransactionType()
Gets the awardTransactionType attribute.
|
String |
getComments() |
String |
getDocumentNumber() |
Date |
getNoticeDate() |
Integer |
getTransactionTypeCode() |
void |
setAwardAmountTransactionId(Long awardAmountTransactionId) |
void |
setAwardNumber(String awardNumber) |
void |
setAwardTransactionType(AwardTransactionType awardTransactionType)
Sets the awardTransactionType attribute value.
|
void |
setComments(String comments) |
void |
setDocumentNumber(String documentNumber) |
void |
setNoticeDate(Date noticeDate) |
void |
setTransactionTypeCode(Integer transactionTypeCode) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, 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 getAwardAmountTransactionId()
public void setAwardAmountTransactionId(Long awardAmountTransactionId)
public String getAwardNumber()
public void setAwardNumber(String awardNumber)
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public Integer getTransactionTypeCode()
public void setTransactionTypeCode(Integer transactionTypeCode)
public Date getNoticeDate()
public void setNoticeDate(Date noticeDate)
public String getComments()
public void setComments(String comments)
public AwardTransactionType getAwardTransactionType()
public void setAwardTransactionType(AwardTransactionType awardTransactionType)
awardTransactionType - The awardTransactionType to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.