de.mid.innovator.srv2api.icw2meta
Class ARG_ModifyOptionDlgCmd

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2meta.ARG_ModifyOptionDlgCmd
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_ModifyOptionDlgCmd
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 K_OPTION kOption
          Kind of the option
 int lValGeneral
          Long value for the general option
 int lValUser
          Long value for the user option
 int lValUserHost
          Long value for the user host option
 boolean setGeneral
          isTrue, if general option should be set
 boolean setUser
          isTrue, if user option should be set
 boolean setUserHost
          isTrue, if user host option should be set
 String sValGeneral
          String value for the general option
 String sValUser
          String value for the user option
 String sValUserHost
          String value for the user host option
 
Constructor Summary
ARG_ModifyOptionDlgCmd()
           
ARG_ModifyOptionDlgCmd(K_OPTION kOption, boolean setUserHost, String sValUserHost, int lValUserHost, boolean setUser, String sValUser, int lValUser, boolean setGeneral, String sValGeneral, int lValGeneral)
           
 
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

kOption

public K_OPTION kOption
Kind of the option


lValGeneral

public int lValGeneral
Long value for the general option


lValUser

public int lValUser
Long value for the user option


lValUserHost

public int lValUserHost
Long value for the user host option


setGeneral

public boolean setGeneral
isTrue, if general option should be set


setUser

public boolean setUser
isTrue, if user option should be set


setUserHost

public boolean setUserHost
isTrue, if user host option should be set


sValGeneral

public String sValGeneral
String value for the general option


sValUser

public String sValUser
String value for the user option


sValUserHost

public String sValUserHost
String value for the user host option

Constructor Detail

ARG_ModifyOptionDlgCmd

public ARG_ModifyOptionDlgCmd()

ARG_ModifyOptionDlgCmd

public ARG_ModifyOptionDlgCmd(K_OPTION kOption,
                              boolean setUserHost,
                              String sValUserHost,
                              int lValUserHost,
                              boolean setUser,
                              String sValUser,
                              int lValUser,
                              boolean setGeneral,
                              String sValGeneral,
                              int lValGeneral)
Method Detail

marshal

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

resolveReferences

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

unmarshal

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