public interface CategorizedUserData
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Supports cloneable
|
int |
getNumberOfCategories()
Returns the number of user data categories.
|
UserData |
getUserData(int categoryId)
Returns the user data for the specified category.
|
void |
setUserData(int categoryId, UserData userData)
Sets the user data for the specified category.
|
UserData getUserData(int categoryId)
categoryId
- category IDvoid setUserData(int categoryId, UserData userData)
categoryId
- category IDuserData
- user dataint getNumberOfCategories()
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException