@Entity public class SessionDocument extends DataObjectBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
documentNumber |
protected Boolean |
encrypted |
protected String |
ipAddress |
protected Timestamp |
lastUpdatedDate |
protected String |
principalId |
protected byte[] |
serializedDocumentForm |
protected String |
sessionId |
objectId, versionNumber| Constructor and Description |
|---|
SessionDocument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentNumber() |
String |
getIpAddress() |
Timestamp |
getLastUpdatedDate() |
String |
getPrincipalId() |
byte[] |
getSerializedDocumentForm() |
String |
getSessionId() |
boolean |
isEncrypted() |
void |
setDocumentNumber(String documentNumber) |
void |
setEncrypted(boolean encrypted) |
void |
setIpAddress(String ipAddress) |
void |
setLastUpdatedDate(Timestamp lastUpdatedDate) |
void |
setPrincipalId(String principalId) |
void |
setSerializedDocumentForm(byte[] serializedDocumentForm) |
void |
setSessionId(String sessionId) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringprotected String documentNumber
protected String principalId
protected Timestamp lastUpdatedDate
protected byte[] serializedDocumentForm
public SessionDocument()
public byte[] getSerializedDocumentForm()
public void setSerializedDocumentForm(byte[] serializedDocumentForm)
serializedDocumentForm - the serializedDocumentForm to setpublic String getSessionId()
public void setSessionId(String sessionId)
sessionId - the sessionId to setpublic Timestamp getLastUpdatedDate()
public void setLastUpdatedDate(Timestamp lastUpdatedDate)
lastUpdatedDate - the lastUpdatedDate to setpublic String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber - the documentNumber to setpublic String getPrincipalId()
public void setPrincipalId(String principalId)
principalId - the principalId to setpublic String getIpAddress()
public void setIpAddress(String ipAddress)
ipAddress - the ipAddress to setpublic boolean isEncrypted()
public void setEncrypted(boolean encrypted)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.