|
||||||||||
| 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.OleLicenseRequestBo
public class OleLicenseRequestBo
OleLicenseRequestBo 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 | |
|---|---|
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 |
|---|
public OleLicenseRequestBo()
| Method Detail |
|---|
public org.joda.time.DateTime getLastModifiedDate()
public void setLastModifiedDate(org.joda.time.DateTime lastModifiedDate)
public OleLicenseRequestStatus getOleLicenseRequestStatus()
public void setOleLicenseRequestStatus(OleLicenseRequestStatus oleLicenseRequestStatus)
oleLicenseRequestStatus - The oleLicenseRequestStatus to set.public String getOleLicenseRequestId()
public void setOleLicenseRequestId(String oleLicenseRequestId)
oleLicenseRequestId - The oleLicenseRequestId to set.public String getLicenseRequestStatusCode()
public void setLicenseRequestStatusCode(String licenseRequestStatusCode)
licenseRequestStatusCode - The licenseRequestStatusCode to set.public String getAssignee()
public void setAssignee(String assignee)
assignee - The assignee to set.public String getLocationId()
public void setLocationId(String locationId)
locationId - The locationId to set.public String getLicenseRequestTypeId()
public void setLicenseRequestTypeId(String licenseRequestTypeId)
licenseRequestTypeId - The licenseRequestTypeId to set.public List<OleEventLogBo> getEventLogs()
public void setEventLogs(List<OleEventLogBo> eventLogs)
eventLogs - The eventLogs to set.public String getRequisitionDocNumber()
public void setRequisitionDocNumber(String requisitionDocNumber)
requisitionDocNumber - The requisitionDocNumber to set.public String getAgreementId()
public void setAgreementId(String agreementId)
agreementId - The agreementId to set.public String getLicenseRequestWorkflowTypeCode()
public void setLicenseRequestWorkflowTypeCode(String licenseRequestWorkflowTypeCode)
licenseRequestWorkflowTypeCode - The licenseRequestWorkflowTypeCode to set.public String getAgreementMethod()
public void setAgreementMethod(String agreementMethod)
agreementMethod - The agreementMethod to set.public List<OleAgreementDocumentMetadata> getAgreementDocumentMetadataList()
public void setAgreementDocumentMetadataList(List<OleAgreementDocumentMetadata> agreementDocumentMetadataList)
agreementDocumentMetadataList - The agreementDocumentMetadataList to set.public String getBibliographicTitle()
public void setBibliographicTitle(String bibliographicTitle)
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public OleLicenseRequestLocation getOleLicenseRequestLocation()
public void setOleLicenseRequestLocation(OleLicenseRequestLocation oleLicenseRequestLocation)
public OleLicenseRequestWorkflowType getOleLicenseRequestWorkflowType()
public void setOleLicenseRequestWorkflowType(OleLicenseRequestWorkflowType oleLicenseRequestWorkflowType)
public String getLinkedAgreement()
public void setLinkedAgreement(String linkedAgreement)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||