public class TimeWrapper extends AbstractWrapper<java.sql.Time>
Time class.basicClass, value| Constructor and Description |
|---|
TimeWrapper() |
TimeWrapper(java.sql.Time value) |
| Modifier and Type | Method and Description |
|---|---|
<R,P,Q,TH extends java.lang.Throwable> |
accept(WrapperVisitor<R,P,Q,TH> visitor,
P p,
Q q)
Accept a visitor.
|
protected java.sql.Time |
doGetCopy() |
doGet, doHasEqualValue, doSet, get, getBasicClass, getCopy, getDefault, hasEqualValue, set, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisPrimitiveWrapperpublic TimeWrapper()
public TimeWrapper(java.sql.Time value)
protected java.sql.Time doGetCopy()
doGetCopy in class AbstractWrapper<java.sql.Time>public <R,P,Q,TH extends java.lang.Throwable> R accept(WrapperVisitor<R,P,Q,TH> visitor, P p, Q q) throws TH extends java.lang.Throwable
WrapperR - The resultP - The first parameter typeQ - The second parameter typeTH - The error or exception typevisitor - the visitorp - the first parameterq - the second parameterTH - the error or exception typeTH extends java.lang.Throwable