org.sakaiproject.hbm.privacy
Class PrivacyRecordImpl
java.lang.Object
org.sakaiproject.hbm.privacy.PrivacyRecordImpl
public class PrivacyRecordImpl
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrivacyRecordImpl
public PrivacyRecordImpl()
PrivacyRecordImpl
public PrivacyRecordImpl(String userId,
String contextId,
String recordType,
boolean viewable)
getContextId
public String getContextId()
getLockId
public Integer getLockId()
getRecordType
public String getRecordType()
getUserId
public String getUserId()
getViewable
public boolean getViewable()
setContextId
public void setContextId(String contextId)
setLockId
public void setLockId(Integer lockId)
setRecordType
public void setRecordType(String recordType)
setUserId
public void setUserId(String userId)
setViewable
public void setViewable(boolean viewable)
getSurrogateKey
public Long getSurrogateKey()
setSurrogateKey
public void setSurrogateKey(Long surrogateKey)
Copyright © 2004-2012 Sakai Project. All Rights Reserved.