|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsField
public class WsField
This represents an item field. These are used to get the values of an item.
| Constructor Summary | |
|---|---|
WsField()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getDisplays()
Gets the field's display values. |
java.lang.Long |
getId()
Gets the id of the field. |
java.lang.String |
getLabel()
Gets the label of the field. |
java.lang.String |
getName()
Gets the name of the field. |
java.lang.String |
getType()
Gets the field type. |
java.lang.String[] |
getValues()
Gets the values of the field. |
void |
setDisplays(java.lang.String[] displays)
Sets the fields display values. |
void |
setId(java.lang.Long id)
Sets the id of the field. |
void |
setLabel(java.lang.String label)
Sets the label of the field. |
void |
setName(java.lang.String name)
Sets the name of the field. |
void |
setType(java.lang.String type)
Sets the field type. |
void |
setValues(java.lang.String[] values)
Sets the values for the field. |
java.lang.String |
toString()
Gets a string representation of this field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsField()
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - the id to setpublic java.lang.String[] getValues()
public void setValues(java.lang.String[] values)
values - the values to setpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - the label to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic java.lang.String[] getDisplays()
public void setDisplays(java.lang.String[] displays)
displays - field's display valuespublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||