Class TimeWrapper

java.lang.Object
org.seasar.doma.wrapper.AbstractWrapper<Time>
org.seasar.doma.wrapper.TimeWrapper
All Implemented Interfaces:
Wrapper<Time>

public class TimeWrapper extends AbstractWrapper<Time>
A wrapper for the Time class.
  • Constructor Details

    • TimeWrapper

      public TimeWrapper()
    • TimeWrapper

      public TimeWrapper(Time value)
  • Method Details

    • doGetCopy

      protected Time doGetCopy()
      Overrides:
      doGetCopy in class AbstractWrapper<Time>
    • accept

      public <R, P, Q, TH extends Throwable> R accept(WrapperVisitor<R,P,Q,TH> visitor, P p, Q q) throws TH
      Description copied from interface: Wrapper
      Accept a visitor.
      Type Parameters:
      R - The result
      P - The first parameter type
      Q - The second parameter type
      TH - The error or exception type
      Parameters:
      visitor - the visitor
      p - the first parameter
      q - the second parameter
      Returns:
      the result
      Throws:
      TH - the error or exception type