org.kuali.ole.license.bo
Class OleEventLogBo

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.license.bo.OleEventLogBo
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class OleEventLogBo
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

OleEventLogBo is the business object class for License Request Maintenance Document.

See Also:
Serialized Form

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

OleEventLogBo

public OleEventLogBo()
Method Detail

getOleEventLogId

public String getOleEventLogId()
Gets the oleEventLogId attribute.

Returns:
Returns the oleEventLogId

setOleEventLogId

public void setOleEventLogId(String oleEventLogId)
Sets the oleEventLogId attribute value.

Parameters:
oleEventLogId - The oleEventLogId to set.

getEventType

public String getEventType()
Gets the eventType attribute.

Returns:
Returns the eventType

setEventType

public void setEventType(String eventType)
Sets the eventType attribute value.

Parameters:
eventType - The eventType to set.

getCreatedDate

public Timestamp getCreatedDate()
Gets the createdDate attribute.

Returns:
Returns the createdDate

setCreatedDate

public void setCreatedDate(Timestamp createdDate)
Sets the createdDate attribute value.

Parameters:
createdDate - The createdDate to set.

getCreatedBy

public String getCreatedBy()
Gets the createdBy attribute.

Returns:
Returns the createdBy

setCreatedBy

public void setCreatedBy(String createdBy)
Sets the createdBy attribute value.

Parameters:
createdBy - The createdBy to set.

getEventDescription

public String getEventDescription()
Gets the eventDescription attribute.

Returns:
Returns the eventDescription

setEventDescription

public void setEventDescription(String eventDescription)
Sets the eventDescription attribute value.

Parameters:
eventDescription - The eventDescription to set.

getOleLicenseRequestId

public String getOleLicenseRequestId()
Gets the oleLicenseRequestId attribute.

Returns:
Returns the oleLicenseRequestId

setOleLicenseRequestId

public void setOleLicenseRequestId(String oleLicenseRequestId)
Sets the oleLicenseRequestId attribute value.

Parameters:
oleLicenseRequestId - The oleLicenseRequestId to set.

getOleLicenseRequestBo

public OleLicenseRequestBo getOleLicenseRequestBo()
Gets the oleLicenseRequestBo attribute.

Returns:
Returns the oleLicenseRequestBo

setOleLicenseRequestBo

public void setOleLicenseRequestBo(OleLicenseRequestBo oleLicenseRequestBo)
Sets the oleLicenseRequestBo attribute value.

Parameters:
oleLicenseRequestBo - The oleLicenseRequestBo to set.

setCurrentTimeStamp

public void setCurrentTimeStamp()
set the timestamp attribute value.



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.