|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.caleigo.core.UserProxyData
Constructor Summary | |
UserProxyData(java.lang.String propertyName)
|
Method Summary | |
static java.lang.Object |
convertToStringObject(java.lang.Object data)
Used to convert an object to a Date Object, either the java.util.Date object or a DateProxyData object. |
java.lang.Object |
getData()
Implementation of the IProxy interface getData Goes through UserInfo and lookups the propertyName |
DataType |
getDataType()
Implementation of the IProxy Interface getDataType |
static UserProxyData |
parse(java.lang.String value)
Parses the incoming value and converts it into a UserProxyData. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserProxyData(java.lang.String propertyName)
Method Detail |
public static UserProxyData parse(java.lang.String value)
value
- the data
public static java.lang.Object convertToStringObject(java.lang.Object data)
data
- The data representing a Date
public java.lang.Object getData()
getData
in interface IProxyData
IProxyData.getData()
public DataType getDataType()
getDataType
in interface IProxyData
IProxyData.getDataType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |