Class SessionDocument

java.lang.Object
org.kuali.rice.krad.bo.DataObjectBase
org.kuali.rice.krad.bo.SessionDocument
All Implemented Interfaces:
Serializable, GloballyUnique, Versioned

@Entity public class SessionDocument extends DataObjectBase
See Also:
  • Field Details

    • sessionId

      protected String sessionId
    • documentNumber

      protected String documentNumber
    • principalId

      protected String principalId
    • ipAddress

      protected String ipAddress
    • lastUpdatedDate

      protected Timestamp lastUpdatedDate
    • serializedDocumentForm

      protected byte[] serializedDocumentForm
    • encrypted

      protected Boolean 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

      public String getSessionId()
      Returns:
      the sessionId
    • setSessionId

      public void setSessionId(String sessionId)
      Parameters:
      sessionId - the sessionId to set
    • getLastUpdatedDate

      public Timestamp getLastUpdatedDate()
      Returns:
      the lastUpdatedDate
    • setLastUpdatedDate

      public void setLastUpdatedDate(Timestamp lastUpdatedDate)
      Parameters:
      lastUpdatedDate - the lastUpdatedDate to set
    • getDocumentNumber

      public String getDocumentNumber()
      Returns:
      the documentNumber
    • setDocumentNumber

      public void setDocumentNumber(String documentNumber)
      Parameters:
      documentNumber - the documentNumber to set
    • getPrincipalId

      public String getPrincipalId()
      Returns:
      the principalId
    • setPrincipalId

      public void setPrincipalId(String principalId)
      Parameters:
      principalId - the principalId to set
    • getIpAddress

      public String getIpAddress()
      Returns:
      the ipAddress
    • setIpAddress

      public void setIpAddress(String ipAddress)
      Parameters:
      ipAddress - the ipAddress to set
    • isEncrypted

      public boolean isEncrypted()
    • setEncrypted

      public void setEncrypted(boolean encrypted)