|
Clearspace API (1.10.14) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.ProfileFieldOption
public class ProfileFieldOption
Represents a possible option of a ProfileField
ProfileField| Constructor Summary | |
|---|---|
ProfileFieldOption()
|
|
| Method Summary | |
|---|---|
long |
getFieldID()
Gets the id of the ProfileField in which this option belongs. |
int |
getIndex()
Gets the index of this option which represents the order in which the options will appear in the list. |
java.lang.String |
getValue()
Gets the value of this option. |
boolean |
isDefaultOption()
Gets whether or not this option is to be selected by default. |
void |
setDefaultOption(boolean defaultOption)
Sets whether or not this option is to be selected by default. |
void |
setFieldID(long fieldID)
Sets the id of the ProfileField in which this option belongs. |
void |
setIndex(int index)
Sets the index of this option which represents the order in which the options will appear in the list. |
void |
setValue(java.lang.String value)
Sets the value of this option. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileFieldOption()
| Method Detail |
|---|
public long getFieldID()
public void setFieldID(long fieldID)
fieldID - the id of the ProfileField in which this option belongs.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value of this option.public int getIndex()
public void setIndex(int index)
index - the index of this option.public boolean isDefaultOption()
public void setDefaultOption(boolean defaultOption)
defaultOption - true if this option is to be selected by default, false otherwise.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||