public class AnyDataModel
extends java.lang.Object
implements java.io.Serializable
Serializable
!Constructor and Description |
---|
AnyDataModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getMyDouble()
Gets the my double.
|
java.lang.Integer |
getMyInteger()
Gets the my integer.
|
java.util.Vector<java.lang.String> |
getMyStringVector()
Gets the my string vector.
|
boolean |
isMyBoolean()
Checks if is my boolean.
|
void |
setMyBoolean(boolean myBoolean)
Sets the my boolean.
|
void |
setMyDouble(java.lang.Double myDouble)
Sets the my double.
|
void |
setMyInteger(java.lang.Integer myInteger)
Sets the my integer.
|
void |
setMyStringVector(java.util.Vector<java.lang.String> myStringVector)
Sets the my string vector.
|
public boolean isMyBoolean()
public void setMyBoolean(boolean myBoolean)
myBoolean
- the myBoolean to setpublic java.lang.Integer getMyInteger()
public void setMyInteger(java.lang.Integer myInteger)
myInteger
- the myInteger to setpublic java.lang.Double getMyDouble()
public void setMyDouble(java.lang.Double myDouble)
myDouble
- the myDouble to setpublic java.util.Vector<java.lang.String> getMyStringVector()
public void setMyStringVector(java.util.Vector<java.lang.String> myStringVector)
myStringVector
- the myStringVector to set