org.kuali.rice.krad.bo
Class SessionDocument

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.krad.bo.SessionDocument
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject

@Entity
public class SessionDocument
extends PersistableBusinessObjectBase

See Also:
Serialized Form

Field Summary
protected  String documentNumber
           
protected  boolean encrypted
           
protected  String ipAddress
           
protected  Timestamp lastUpdatedDate
           
protected  String principalId
           
protected  byte[] serializedDocumentForm
           
protected  String sessionId
           
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
SessionDocument()
           
 
Method Summary
 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)
           
 
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
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
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
 

Field Detail

documentNumber

protected String documentNumber

sessionId

protected String sessionId

lastUpdatedDate

protected Timestamp lastUpdatedDate

serializedDocumentForm

protected byte[] serializedDocumentForm

encrypted

protected boolean encrypted

principalId

protected String principalId

ipAddress

protected String ipAddress
Constructor Detail

SessionDocument

public SessionDocument()
Method Detail

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)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.