|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.org.usurper.handlers.basic.AbstractPropertyTypeHandler
org.org.usurper.handlers.sql.TimestampPropertyTypeHandler
public class TimestampPropertyTypeHandler
This handler returns a random java.sql.Timestamp value.
It handles the java.sql.Timestamp type.
| Constructor Summary | |
|---|---|
TimestampPropertyTypeHandler()
Instantiates a new timestamp property type handler. |
|
| Method Summary | |
|---|---|
java.lang.Object |
handle(HandledBeanProperty handledBeanProperty)
This method allows the generation of a properties' value. |
java.lang.Object |
handle(HandledConstructorArg handledConstructorArg)
This method allows the generation of a constructor argument. |
| Methods inherited from class org.org.usurper.handlers.basic.AbstractPropertyTypeHandler |
|---|
getHandledTypes, setHandledTypes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimestampPropertyTypeHandler()
| Method Detail |
|---|
public java.lang.Object handle(HandledBeanProperty handledBeanProperty)
IHandler
handledBeanProperty - The bean property's info
org.org.zepag.vogenerator.handlers.AbstractPropertyTypeHandler#handle()public java.lang.Object handle(HandledConstructorArg handledConstructorArg)
IHandler
handledConstructorArg - The constructor's arg's info
org.org.zepag.vogenerator.handlers.AbstractPropertyTypeHandler#handle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||