Package org.kuali.rice.krad.bo
Class SessionDocument
java.lang.Object
org.kuali.rice.krad.bo.DataObjectBase
org.kuali.rice.krad.bo.SessionDocument
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.Versioned
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Stringprotected Timestampprotected Stringprotected byte[]protected StringFields inherited from class org.kuali.rice.krad.bo.DataObjectBase
objectId, versionNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]booleanvoidsetDocumentNumber(String documentNumber) voidsetEncrypted(boolean encrypted) voidsetIpAddress(String ipAddress) voidsetLastUpdatedDate(Timestamp lastUpdatedDate) voidsetPrincipalId(String principalId) voidsetSerializedDocumentForm(byte[] serializedDocumentForm) voidsetSessionId(String sessionId) Methods inherited from class org.kuali.rice.krad.bo.DataObjectBase
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
-
Field Details
-
sessionId
-
documentNumber
-
principalId
-
ipAddress
-
lastUpdatedDate
-
serializedDocumentForm
protected byte[] serializedDocumentForm -
encrypted
-
-
Constructor Details
-
SessionDocument
public SessionDocument()
-
-
Method Details
-
getSerializedDocumentForm
public byte[] getSerializedDocumentForm()- Returns:
- the serializedDocumentForm
-
setSerializedDocumentForm
public void setSerializedDocumentForm(byte[] serializedDocumentForm) - Parameters:
serializedDocumentForm- the serializedDocumentForm to set
-
getSessionId
- Returns:
- the sessionId
-
setSessionId
- Parameters:
sessionId- the sessionId to set
-
getLastUpdatedDate
- Returns:
- the lastUpdatedDate
-
setLastUpdatedDate
- Parameters:
lastUpdatedDate- the lastUpdatedDate to set
-
getDocumentNumber
- Returns:
- the documentNumber
-
setDocumentNumber
- Parameters:
documentNumber- the documentNumber to set
-
getPrincipalId
- Returns:
- the principalId
-
setPrincipalId
- Parameters:
principalId- the principalId to set
-
getIpAddress
- Returns:
- the ipAddress
-
setIpAddress
- Parameters:
ipAddress- the ipAddress to set
-
isEncrypted
public boolean isEncrypted() -
setEncrypted
public void setEncrypted(boolean encrypted)
-