|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.ole.license.bo.OleEventLogBo
public class OleEventLogBo
OleEventLogBo is the business object class for License Request Maintenance Document.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
OleEventLogBo()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
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 |
| Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Constructor Detail |
|---|
public OleEventLogBo()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||