@Entity public class SessionDocument extends PersistableBusinessObjectBase
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 |
extension, 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) |
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
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
protected String documentNumber
protected Timestamp lastUpdatedDate
protected byte[] serializedDocumentForm
protected boolean encrypted
protected String principalId
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-2015 The Kuali Foundation. All Rights Reserved.