|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.profiles.UserProfile
public class UserProfile
Contains user data for a particular ProfileField
.
ProfileField
,
ProfileFieldOption
,
Serialized FormConstructor Summary | |
---|---|
UserProfile()
|
Method Summary | |
---|---|
int |
getCachedSize()
Returns the esitmated cache size of this obejct by calculating the size of each field. |
long |
getFieldID()
Gets the id of the profile field. |
java.lang.String |
getValue()
Gets the value that the user selected for the profile field. |
java.util.List |
getValues()
Gets the list of values that the user selected for the profile field. |
void |
readExternal(java.io.DataInput in)
|
void |
setFieldID(long fieldID)
Sets the id of the profile field. |
void |
setValue(java.lang.String value)
Sets the value that the user selected for the profile field. |
void |
setValues(java.util.List values)
Sets the list of values that the user selected for the profile field. |
void |
writeExternal(java.io.DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserProfile()
Method Detail |
---|
public long getFieldID()
public void setFieldID(long fieldID)
fieldID
- the id of the profile field.public java.util.List getValues()
getValue()
.
public void setValues(java.util.List values)
setValue(String)
.
values
- the list of values that the user selectedpublic java.lang.String getValue()
getValues()
.
public void setValue(java.lang.String value)
setValues(java.util.List)
.
value
- the value that the user enteredpublic int getCachedSize()
getCachedSize
in interface Cacheable
public void readExternal(java.io.DataInput in) throws java.io.IOException
readExternal
in interface com.tangosol.io.ExternalizableLite
java.io.IOException
public void writeExternal(java.io.DataOutput out) throws java.io.IOException
writeExternal
in interface com.tangosol.io.ExternalizableLite
java.io.IOException
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |