org.kuali.ole.license.bo
Class OleAgreementDocumentMetadata

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

OleAgreementDocumentMetadata is the business object class for Agreement.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OleAgreementDocumentMetadata()
           
 
Method Summary
 String getAgreementFileName()
          Gets the agreementFileName attribute.
 String getAgreementMimeType()
          Gets the agreementMimeType attribute.
 String getAgreementName()
          Gets the agreementName attribute.
 String getAgreementNotes()
          Gets the agreementNotes attribute.
 String getAgreementType()
          Gets the agreementType attribute.
 String getAgreementUUID()
          Gets the agreementUUID attribute.
 String getAgreementVersion()
          Gets the agreementVersion attribute.
 String getOleAgreementDocumentId()
          Gets the oleAgreementDocumentId attribute.
 OleLicenseRequestBo getOleLicenseRequestBo()
          Gets the oleLicenseRequestBo attribute.
 String getOleLicenseRequestId()
          Gets the oleLicenseRequestId attribute.
 String getUploadedBy()
          Gets the uploadedBy attribute.
 Timestamp getUploadedDate()
          Gets the uploadedDate attribute.
 boolean isComplete()
          Gets the isComplete attribute.
 void setAgreementFileName(String agreementFileName)
          Sets the agreementFileName attribute value.
 void setAgreementMimeType(String agreementMimeType)
          Sets the agreementMimeType attribute value.
 void setAgreementName(String agreementName)
          Sets the agreementName attribute value.
 void setAgreementNotes(String agreementNotes)
          Sets the agreementNotes attribute value.
 void setAgreementType(String agreementType)
          Sets the agreementType attribute value.
 void setAgreementUUID(String agreementUUID)
          Sets the agreementUUID attribute value.
 void setAgreementVersion(String agreementVersion)
          Sets the agreementVersion attribute value.
 void setCurrentTimeStamp()
          Sets the setUploadedDate attribute value.
 void setOleAgreementDocumentId(String oleAgreementDocumentId)
          Sets the oleAgreementDocumentId attribute value.
 void setOleLicenseRequestBo(OleLicenseRequestBo oleLicenseRequestBo)
          Sets the oleLicenseRequestBo attribute value.
 void setOleLicenseRequestId(String oleLicenseRequestId)
          Sets the oleLicenseRequestId attribute value.
 void setUploadedBy(String uploadedBy)
          Sets the uploadedBy attribute value.
 void setUploadedDate(Timestamp uploadedDate)
          Sets the uploadedDate 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

OleAgreementDocumentMetadata

public OleAgreementDocumentMetadata()
Method Detail

getUploadedDate

public Timestamp getUploadedDate()
Gets the uploadedDate attribute.

Returns:
Returns the uploadedDate

setUploadedDate

public void setUploadedDate(Timestamp uploadedDate)
Sets the uploadedDate attribute value.

Parameters:
uploadedDate - The uploadedDate to set.

getUploadedBy

public String getUploadedBy()
Gets the uploadedBy attribute.

Returns:
Returns the uploadedBy

setUploadedBy

public void setUploadedBy(String uploadedBy)
Sets the uploadedBy attribute value.

Parameters:
uploadedBy - The uploadedBy to set.

getAgreementType

public String getAgreementType()
Gets the agreementType attribute.

Returns:
Returns the agreementType

setAgreementType

public void setAgreementType(String agreementType)
Sets the agreementType attribute value.

Parameters:
agreementType - The agreementType to set.

getAgreementName

public String getAgreementName()
Gets the agreementName attribute.

Returns:
Returns the agreementName

setAgreementName

public void setAgreementName(String agreementName)
Sets the agreementName attribute value.

Parameters:
agreementName - The agreementName to set.

getAgreementFileName

public String getAgreementFileName()
Gets the agreementFileName attribute.

Returns:
Returns the agreementFileName

setAgreementFileName

public void setAgreementFileName(String agreementFileName)
Sets the agreementFileName attribute value.

Parameters:
agreementFileName - The agreementFileName to set.

getAgreementNotes

public String getAgreementNotes()
Gets the agreementNotes attribute.

Returns:
Returns the agreementNotes

setAgreementNotes

public void setAgreementNotes(String agreementNotes)
Sets the agreementNotes attribute value.

Parameters:
agreementNotes - The agreementNotes to set.

getAgreementVersion

public String getAgreementVersion()
Gets the agreementVersion attribute.

Returns:
Returns the agreementVersion

setAgreementVersion

public void setAgreementVersion(String agreementVersion)
Sets the agreementVersion attribute value.

Parameters:
agreementVersion - The agreementVersion to set.

getAgreementMimeType

public String getAgreementMimeType()
Gets the agreementMimeType attribute.

Returns:
Returns the agreementMimeType

setAgreementMimeType

public void setAgreementMimeType(String agreementMimeType)
Sets the agreementMimeType attribute value.

Parameters:
agreementMimeType - The agreementMimeType to set.

getAgreementUUID

public String getAgreementUUID()
Gets the agreementUUID attribute.

Returns:
Returns the agreementUUID

setAgreementUUID

public void setAgreementUUID(String agreementUUID)
Sets the agreementUUID attribute value.

Parameters:
agreementUUID - The agreementUUID to set.

getOleAgreementDocumentId

public String getOleAgreementDocumentId()
Gets the oleAgreementDocumentId attribute.

Returns:
Returns the oleAgreementDocumentId

setOleAgreementDocumentId

public void setOleAgreementDocumentId(String oleAgreementDocumentId)
Sets the oleAgreementDocumentId attribute value.

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

isComplete

public boolean isComplete()
Gets the isComplete attribute.

Returns:
boolean

setCurrentTimeStamp

public void setCurrentTimeStamp()
Sets the setUploadedDate attribute value.



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