org.kuali.rice.krad.bo
Class SessionDocumentId
java.lang.Object
org.kuali.rice.core.framework.persistence.jpa.CompositePrimaryKeyBase
org.kuali.rice.krad.bo.SessionDocumentId
- All Implemented Interfaces:
- Serializable
public class SessionDocumentId
- extends CompositePrimaryKeyBase
PK for SessionDocument. 'Cause we love the JPAness.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
documentNumber
protected String documentNumber
sessionId
protected String sessionId
principalId
protected String principalId
ipAddress
protected String ipAddress
SessionDocumentId
public SessionDocumentId()
SessionDocumentId
public SessionDocumentId(String documentNumber,
String sessionId,
String principalId,
String ipAddress)
getDocumentNumber
public String getDocumentNumber()
- Returns:
- the documentNumber
getSessionId
public String getSessionId()
- Returns:
- the sessionId
getPrincipalId
public String getPrincipalId()
- Returns:
- the principalId
getIpAddress
public String getIpAddress()
- Returns:
- the ipAddress
setDocumentNumber
public void setDocumentNumber(String documentNumber)
- Parameters:
documentNumber
- the documentNumber to set
setSessionId
public void setSessionId(String sessionId)
- Parameters:
sessionId
- the sessionId to set
setPrincipalId
public void setPrincipalId(String principalId)
- Parameters:
principalId
- the principalId to set
setIpAddress
public void setIpAddress(String ipAddress)
- Parameters:
ipAddress
- the ipAddress to set
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.