public class WSAttribute extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_BOOLEAN |
static int |
TYPE_DATE |
static int |
TYPE_DOUBLE |
static int |
TYPE_INT |
static int |
TYPE_STRING |
static int |
TYPE_USER |
Constructor and Description |
---|
WSAttribute() |
Modifier and Type | Method and Description |
---|---|
String |
getDateValue() |
Double |
getDoubleValue() |
int |
getEditor() |
Long |
getIntValue() |
String |
getLabel() |
int |
getMandatory() |
String |
getName() |
int |
getPosition() |
String |
getStringValue() |
int |
getType() |
Object |
getValue()
Gets the attribute value.
|
void |
setDateValue(String dateValue) |
void |
setDoubleValue(Double doubleValue) |
void |
setEditor(int editor) |
void |
setIntValue(Long intValue) |
void |
setLabel(String label) |
void |
setMandatory(int mandatory) |
void |
setName(String name) |
void |
setPosition(int position) |
void |
setStringValue(String stringValue) |
void |
setType(int type) |
void |
setValue(Object value)
Sets the attribute value.
|
String |
toString() |
public static final int TYPE_STRING
public static final int TYPE_INT
public static final int TYPE_DOUBLE
public static final int TYPE_DATE
public static final int TYPE_USER
public static final int TYPE_BOOLEAN
public String getName()
public void setName(String name)
public String getStringValue()
public void setStringValue(String stringValue)
public Long getIntValue()
public void setIntValue(Long intValue)
public Double getDoubleValue()
public void setDoubleValue(Double doubleValue)
public String getDateValue()
public void setDateValue(String dateValue)
public int getType()
public void setType(int type)
public int getMandatory()
public void setMandatory(int mandatory)
public int getPosition()
public void setPosition(int position)
public String getLabel()
public void setLabel(String label)
public Object getValue()
public void setValue(Object value)
value
- The attribute value.public int getEditor()
public void setEditor(int editor)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.