Class WFVersionC

java.lang.Object
de.elo.ix.client.WFVersionC
All Implemented Interfaces:
java.io.Serializable

public class WFVersionC
extends java.lang.Object
implements java.io.Serializable
Constants for WFVersion
Since:
7.00.000.008
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int lnComment
    Length of WFVersion.comment.
    protected int lnVersion
    Length of WFVersion.version.
  • Constructor Summary

    Constructors 
    Constructor Description
    WFVersionC()  
  • Method Summary

    Modifier and Type Method Description
    int getLnComment()  
    int getLnVersion()  
    void setLnComment​(int lnComment)  
    void setLnVersion​(int lnVersion)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lnComment

      protected int lnComment
      Length of WFVersion.comment.
    • lnVersion

      protected int lnVersion
      Length of WFVersion.version.
      Since:
      7.00.000.018
  • Constructor Details

  • Method Details