A wrapper for the
Date class.-
Field Summary
Fields inherited from class org.seasar.doma.wrapper.AbstractWrapper
basicClass, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P, Q, TH extends Throwable>
Raccept(WrapperVisitor<R, P, Q, TH> visitor, P p, Q q) Accept a visitor.protected DateMethods inherited from class org.seasar.doma.wrapper.AbstractWrapper
doGet, doHasEqualValue, doSet, get, getBasicClass, getCopy, getDefault, hasEqualValue, set, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.seasar.doma.wrapper.Wrapper
isPrimitiveWrapper
-
Constructor Details
-
UtilDateWrapper
public UtilDateWrapper() -
UtilDateWrapper
-
-
Method Details
-
doGetCopy
- Overrides:
doGetCopyin classAbstractWrapper<Date>
-
accept
public <R,P, R acceptQ, TH extends Throwable> (WrapperVisitor<R, P, throws THQ, TH> visitor, P p, Q q) Description copied from interface:WrapperAccept a visitor.- Type Parameters:
R- The resultP- The first parameter typeQ- The second parameter typeTH- The error or exception type- Parameters:
visitor- the visitorp- the first parameterq- the second parameter- Returns:
- the result
- Throws:
TH- the error or exception type
-