org.kuali.ole.license.bo
Class OleLicenseRequestBo

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.OleLicenseRequestBo
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 OleLicenseRequestBo
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

OleLicenseRequestBo 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
OleLicenseRequestBo()
          Initiate oleLicenseRequestStatus.
 
Method Summary
 List<OleAgreementDocumentMetadata> getAgreementDocumentMetadataList()
          Gets the agreementDocumentMetadataList attribute.
 String getAgreementId()
          Gets the agreementId attribute.
 String getAgreementMethod()
          Gets the agreementMethod attribute.
 String getAssignee()
          Gets the assignee attribute.
 String getBibliographicTitle()
           
 String getDocumentNumber()
           
 List<OleEventLogBo> getEventLogs()
          Gets the eventLogs attribute.
 org.joda.time.DateTime getLastModifiedDate()
           
 String getLicenseRequestStatusCode()
          Gets the licenseRequestStatusCode attribute.
 String getLicenseRequestTypeId()
          Gets the licenseRequestTypeId attribute.
 String getLicenseRequestWorkflowTypeCode()
          Gets the licenseRequestWorkflowTypeCode attribute.
 String getLinkedAgreement()
           
 String getLocationId()
          Gets the locationId attribute.
 String getOleLicenseRequestId()
          Gets the oleLicenseRequestId attribute.
 OleLicenseRequestLocation getOleLicenseRequestLocation()
           
 OleLicenseRequestStatus getOleLicenseRequestStatus()
          Gets the oleLicenseRequestStatus attribute.
 OleLicenseRequestWorkflowType getOleLicenseRequestWorkflowType()
           
 String getRequisitionDocNumber()
          Gets the requisitionDocNumber attribute.
 void setAgreementDocumentMetadataList(List<OleAgreementDocumentMetadata> agreementDocumentMetadataList)
          Sets the agreementDocumentMetadataList attribute value.
 void setAgreementId(String agreementId)
          Sets the agreementId attribute value.
 void setAgreementMethod(String agreementMethod)
          Sets the agreementMethod attribute value.
 void setAssignee(String assignee)
          Sets the assignee attribute value.
 void setBibliographicTitle(String bibliographicTitle)
           
 void setDocumentNumber(String documentNumber)
           
 void setEventLogs(List<OleEventLogBo> eventLogs)
          Sets the eventLogs attribute value.
 void setLastModifiedDate(org.joda.time.DateTime lastModifiedDate)
           
 void setLicenseRequestStatusCode(String licenseRequestStatusCode)
          Sets the licenseRequestStatusCode attribute value.
 void setLicenseRequestTypeId(String licenseRequestTypeId)
          Sets the licenseRequestTypeId attribute value.
 void setLicenseRequestWorkflowTypeCode(String licenseRequestWorkflowTypeCode)
          Sets the licenseRequestWorkflowTypeCode attribute value.
 void setLinkedAgreement(String linkedAgreement)
           
 void setLocationId(String locationId)
          Sets the locationId attribute value.
 void setOleLicenseRequestId(String oleLicenseRequestId)
          Sets the oleLicenseRequestId attribute value.
 void setOleLicenseRequestLocation(OleLicenseRequestLocation oleLicenseRequestLocation)
           
 void setOleLicenseRequestStatus(OleLicenseRequestStatus oleLicenseRequestStatus)
          Sets the oleLicenseRequestStatus attribute value.
 void setOleLicenseRequestWorkflowType(OleLicenseRequestWorkflowType oleLicenseRequestWorkflowType)
           
 void setRequisitionDocNumber(String requisitionDocNumber)
          Sets the requisitionDocNumber 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

OleLicenseRequestBo

public OleLicenseRequestBo()
Initiate oleLicenseRequestStatus.

Method Detail

getLastModifiedDate

public org.joda.time.DateTime getLastModifiedDate()

setLastModifiedDate

public void setLastModifiedDate(org.joda.time.DateTime lastModifiedDate)

getOleLicenseRequestStatus

public OleLicenseRequestStatus getOleLicenseRequestStatus()
Gets the oleLicenseRequestStatus attribute.

Returns:
Returns the oleLicenseRequestStatus

setOleLicenseRequestStatus

public void setOleLicenseRequestStatus(OleLicenseRequestStatus oleLicenseRequestStatus)
Sets the oleLicenseRequestStatus attribute value.

Parameters:
oleLicenseRequestStatus - The oleLicenseRequestStatus 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.

getLicenseRequestStatusCode

public String getLicenseRequestStatusCode()
Gets the licenseRequestStatusCode attribute.

Returns:
Returns the licenseRequestStatusCode

setLicenseRequestStatusCode

public void setLicenseRequestStatusCode(String licenseRequestStatusCode)
Sets the licenseRequestStatusCode attribute value.

Parameters:
licenseRequestStatusCode - The licenseRequestStatusCode to set.

getAssignee

public String getAssignee()
Gets the assignee attribute.

Returns:
Returns the assignee

setAssignee

public void setAssignee(String assignee)
Sets the assignee attribute value.

Parameters:
assignee - The assignee to set.

getLocationId

public String getLocationId()
Gets the locationId attribute.

Returns:
Returns the locationId

setLocationId

public void setLocationId(String locationId)
Sets the locationId attribute value.

Parameters:
locationId - The locationId to set.

getLicenseRequestTypeId

public String getLicenseRequestTypeId()
Gets the licenseRequestTypeId attribute.

Returns:
Returns the licenseRequestTypeId

setLicenseRequestTypeId

public void setLicenseRequestTypeId(String licenseRequestTypeId)
Sets the licenseRequestTypeId attribute value.

Parameters:
licenseRequestTypeId - The licenseRequestTypeId to set.

getEventLogs

public List<OleEventLogBo> getEventLogs()
Gets the eventLogs attribute.

Returns:
Returns the eventLogs

setEventLogs

public void setEventLogs(List<OleEventLogBo> eventLogs)
Sets the eventLogs attribute value.

Parameters:
eventLogs - The eventLogs to set.

getRequisitionDocNumber

public String getRequisitionDocNumber()
Gets the requisitionDocNumber attribute.

Returns:
Returns the requisitionDocNumber

setRequisitionDocNumber

public void setRequisitionDocNumber(String requisitionDocNumber)
Sets the requisitionDocNumber attribute value.

Parameters:
requisitionDocNumber - The requisitionDocNumber to set.

getAgreementId

public String getAgreementId()
Gets the agreementId attribute.

Returns:
Returns the agreementId

setAgreementId

public void setAgreementId(String agreementId)
Sets the agreementId attribute value.

Parameters:
agreementId - The agreementId to set.

getLicenseRequestWorkflowTypeCode

public String getLicenseRequestWorkflowTypeCode()
Gets the licenseRequestWorkflowTypeCode attribute.

Returns:
Returns the licenseRequestWorkflowTypeCode

setLicenseRequestWorkflowTypeCode

public void setLicenseRequestWorkflowTypeCode(String licenseRequestWorkflowTypeCode)
Sets the licenseRequestWorkflowTypeCode attribute value.

Parameters:
licenseRequestWorkflowTypeCode - The licenseRequestWorkflowTypeCode to set.

getAgreementMethod

public String getAgreementMethod()
Gets the agreementMethod attribute.

Returns:
Returns the agreementMethod

setAgreementMethod

public void setAgreementMethod(String agreementMethod)
Sets the agreementMethod attribute value.

Parameters:
agreementMethod - The agreementMethod to set.

getAgreementDocumentMetadataList

public List<OleAgreementDocumentMetadata> getAgreementDocumentMetadataList()
Gets the agreementDocumentMetadataList attribute.

Returns:
Returns the agreementDocumentMetadataList

setAgreementDocumentMetadataList

public void setAgreementDocumentMetadataList(List<OleAgreementDocumentMetadata> agreementDocumentMetadataList)
Sets the agreementDocumentMetadataList attribute value.

Parameters:
agreementDocumentMetadataList - The agreementDocumentMetadataList to set.

getBibliographicTitle

public String getBibliographicTitle()

setBibliographicTitle

public void setBibliographicTitle(String bibliographicTitle)

getDocumentNumber

public String getDocumentNumber()

setDocumentNumber

public void setDocumentNumber(String documentNumber)

getOleLicenseRequestLocation

public OleLicenseRequestLocation getOleLicenseRequestLocation()

setOleLicenseRequestLocation

public void setOleLicenseRequestLocation(OleLicenseRequestLocation oleLicenseRequestLocation)

getOleLicenseRequestWorkflowType

public OleLicenseRequestWorkflowType getOleLicenseRequestWorkflowType()

setOleLicenseRequestWorkflowType

public void setOleLicenseRequestWorkflowType(OleLicenseRequestWorkflowType oleLicenseRequestWorkflowType)

getLinkedAgreement

public String getLinkedAgreement()

setLinkedAgreement

public void setLinkedAgreement(String linkedAgreement)


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