de.mid.innovator.srv2api.icw2elem
Class ARG_XFindHistoryTerm

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2elem.ARG_XFindTerm
      extended by de.mid.innovator.srv2api.icw2elem.ARG_XFindHistoryTerm
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_XFindHistoryTerm
extends ARG_XFindTerm
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 Date endTimestamp
          high timestamp value for interval
 Date startTimestamp
          low timestamp value for interval
 boolean useCreation
          creation or modification?
 String userName
          name of creation or modification
 
Fields inherited from class de.mid.innovator.srv2api.icw2elem.ARG_XFindTerm
isNot
 
Constructor Summary
ARG_XFindHistoryTerm()
           
ARG_XFindHistoryTerm(boolean isNot, Date startTimestamp, Date endTimestamp, boolean useCreation, String userName)
           
 
Method Summary
 void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
           
 void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
           
 void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endTimestamp

public Date endTimestamp
high timestamp value for interval


startTimestamp

public Date startTimestamp
low timestamp value for interval


useCreation

public boolean useCreation
creation or modification?


userName

public String userName
name of creation or modification

Constructor Detail

ARG_XFindHistoryTerm

public ARG_XFindHistoryTerm()

ARG_XFindHistoryTerm

public ARG_XFindHistoryTerm(boolean isNot,
                            Date startTimestamp,
                            Date endTimestamp,
                            boolean useCreation,
                            String userName)
Method Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
Specified by:
marshal in class ARG_XFindTerm

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
Specified by:
resolveReferences in class ARG_XFindTerm

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
Specified by:
unmarshal in class ARG_XFindTerm