public class PrivacyRecordImpl extends Object
| Constructor and Description |
|---|
PrivacyRecordImpl() |
PrivacyRecordImpl(String userId,
String contextId,
String recordType,
boolean viewable) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getContextId()
public Integer getLockId()
public String getRecordType()
public String getUserId()
public boolean getViewable()
public void setContextId(String contextId)
public void setLockId(Integer lockId)
public void setRecordType(String recordType)
public void setUserId(String userId)
public void setViewable(boolean viewable)
public Long getSurrogateKey()
public void setSurrogateKey(Long surrogateKey)
Copyright © 2004-2015 Sakai Project. All Rights Reserved.