public class AwardSyncLog extends KraPersistableBusinessObjectBase implements Comparable<AwardSyncLog>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardSyncLog() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AwardSyncLog log) |
Long |
getAwardSyncChangeId() |
Long |
getAwardSyncLogId() |
Long |
getAwardSyncStatusId() |
AwardSyncChange |
getChange() |
AwardSyncLogType |
getLogType() |
String |
getLogTypeCode() |
String |
getMessageKey() |
String |
getStatus() |
AwardSyncStatus |
getSyncStatus() |
boolean |
isChangeLog() |
boolean |
isSuccess() |
boolean |
isValidationLog() |
void |
setAwardSyncChangeId(Long awardSyncChangeId) |
void |
setAwardSyncLogId(Long awardSyncLogId) |
void |
setAwardSyncStatusId(Long awardSyncStatusId) |
void |
setChange(AwardSyncChange change) |
void |
setLogType(AwardSyncLogType logType) |
void |
setLogTypeCode(String logTypeCode) |
void |
setMessageKey(String messageKey) |
void |
setStatus(String status) |
void |
setSuccess(boolean success) |
void |
setSyncStatus(AwardSyncStatus syncStatus) |
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 getAwardSyncLogId()
public void setAwardSyncLogId(Long awardSyncLogId)
public boolean isSuccess()
public void setSuccess(boolean success)
public String getStatus()
public void setStatus(String status)
public String getMessageKey()
public void setMessageKey(String messageKey)
public Long getAwardSyncChangeId()
public void setAwardSyncChangeId(Long awardSyncChangeId)
public AwardSyncChange getChange()
public void setChange(AwardSyncChange change)
public int compareTo(AwardSyncLog log)
compareTo in interface Comparable<AwardSyncLog>public String getLogTypeCode()
public void setLogTypeCode(String logTypeCode)
public AwardSyncLogType getLogType()
public void setLogType(AwardSyncLogType logType)
public boolean isChangeLog()
public boolean isValidationLog()
public Long getAwardSyncStatusId()
public void setAwardSyncStatusId(Long awardSyncStatusId)
public AwardSyncStatus getSyncStatus()
public void setSyncStatus(AwardSyncStatus syncStatus)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.