org.sakaiproject.hbm.privacy
Class PrivacyRecordImpl

java.lang.Object
  extended by org.sakaiproject.hbm.privacy.PrivacyRecordImpl

public class PrivacyRecordImpl
extends Object


Constructor Summary
PrivacyRecordImpl()
           
PrivacyRecordImpl(String userId, String contextId, String recordType, boolean viewable)
           
 
Method Summary
 String getContextId()
           
 Integer getLockId()
           
 String getRecordType()
           
 Long getSurrogateKey()
           
 String getUserId()
           
 boolean getViewable()
           
 void setContextId(String contextId)
           
 void setLockId(Integer lockId)
           
 void setRecordType(String recordType)
           
 void setSurrogateKey(Long surrogateKey)
           
 void setUserId(String userId)
           
 void setViewable(boolean viewable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivacyRecordImpl

public PrivacyRecordImpl()

PrivacyRecordImpl

public PrivacyRecordImpl(String userId,
                         String contextId,
                         String recordType,
                         boolean viewable)
Method Detail

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.