public class WsField extends Object
Constructor and Description |
---|
WsField() |
WsField(String name,
String type,
String label,
String value,
String display) |
Modifier and Type | Method and Description |
---|---|
String[] |
getDisplays()
Gets the field's display values.
|
Long |
getId()
Gets the id of the field.
|
String |
getLabel()
Gets the label of the field.
|
String |
getName()
Gets the name of the field.
|
String |
getType()
Gets the field type.
|
String[] |
getValues()
Gets the values of the field.
|
void |
setDisplays(String[] displays)
Sets the fields display values.
|
void |
setId(Long id)
Sets the id of the field.
|
void |
setLabel(String label)
Sets the label of the field.
|
void |
setName(String name)
Sets the name of the field.
|
void |
setType(String type)
Sets the field type.
|
void |
setValues(String[] values)
Sets the values for the field.
|
String |
toString()
Gets a string representation of this field.
|
public Long getId()
public void setId(Long id)
id
- the id to setpublic String[] getValues()
public void setValues(String[] values)
values
- the values to setpublic String getLabel()
public void setLabel(String label)
label
- the label to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getType()
public void setType(String type)
type
- the type to setpublic String[] getDisplays()
public void setDisplays(String[] displays)
displays
- field's display valuesCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.