public class OleEventLogBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OleEventLogBo() |
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy()
Gets the createdBy attribute.
|
Timestamp |
getCreatedDate()
Gets the createdDate attribute.
|
String |
getEventDescription()
Gets the eventDescription attribute.
|
String |
getEventType()
Gets the eventType attribute.
|
String |
getOleEventLogId()
Gets the oleEventLogId attribute.
|
OleLicenseRequestBo |
getOleLicenseRequestBo()
Gets the oleLicenseRequestBo attribute.
|
String |
getOleLicenseRequestId()
Gets the oleLicenseRequestId attribute.
|
void |
setCreatedBy(String createdBy)
Sets the createdBy attribute value.
|
void |
setCreatedDate(Timestamp createdDate)
Sets the createdDate attribute value.
|
void |
setCurrentTimeStamp()
set the timestamp attribute value.
|
void |
setEventDescription(String eventDescription)
Sets the eventDescription attribute value.
|
void |
setEventType(String eventType)
Sets the eventType attribute value.
|
void |
setOleEventLogId(String oleEventLogId)
Sets the oleEventLogId attribute value.
|
void |
setOleLicenseRequestBo(OleLicenseRequestBo oleLicenseRequestBo)
Sets the oleLicenseRequestBo attribute value.
|
void |
setOleLicenseRequestId(String oleLicenseRequestId)
Sets the oleLicenseRequestId attribute value.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public OleEventLogBo()
public String getOleEventLogId()
public void setOleEventLogId(String oleEventLogId)
oleEventLogId
- The oleEventLogId to set.public String getEventType()
public void setEventType(String eventType)
eventType
- The eventType to set.public Timestamp getCreatedDate()
public void setCreatedDate(Timestamp createdDate)
createdDate
- The createdDate to set.public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy
- The createdBy to set.public String getEventDescription()
public void setEventDescription(String eventDescription)
eventDescription
- The eventDescription to set.public String getOleLicenseRequestId()
public void setOleLicenseRequestId(String oleLicenseRequestId)
oleLicenseRequestId
- The oleLicenseRequestId to set.public OleLicenseRequestBo getOleLicenseRequestBo()
public void setOleLicenseRequestBo(OleLicenseRequestBo oleLicenseRequestBo)
oleLicenseRequestBo
- The oleLicenseRequestBo to set.public void setCurrentTimeStamp()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.