public interface Preference
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Date |
getLastseen() |
String |
getPrefcontext()
The context of the preference
|
String |
getPreference() |
String |
getPreftype()
The type of the preference
|
String |
getUserid() |
void |
setId(String id) |
void |
setLastseen(Date lastseen) |
void |
setPrefcontext(String prefcontext)
The context of the perfernece
|
void |
setPreference(String preference) |
void |
setPreftype(String preftype)
The type of the preference
|
void |
setUserid(String user) |
String getId()
void setId(String id)
id - The id to set.Date getLastseen()
void setLastseen(Date lastseen)
lastseen - The lastseen to set.String getPreference()
void setPreference(String preference)
preference - The preference to set.String getUserid()
void setUserid(String user)
user - The user to set.String getPrefcontext()
void setPrefcontext(String prefcontext)
prefcontext - String getPreftype()
void setPreftype(String preftype)
preftype - Copyright © 2003–2021 Sakai Project. All rights reserved.