Class EloIxOpt_old

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.EloIxOpt_old
All Implemented Interfaces:
Serializable

public class EloIxOpt_old extends ValueClass implements Serializable
Internal class.
See Also:
  • Field Details

    • optNo

      protected int optNo
      DB column: optno
    • optVal

      protected String optVal
      DB column: optval
    • remark

      protected String remark
      DB column: remark
  • Constructor Details

    • EloIxOpt_old

      public EloIxOpt_old()
    • EloIxOpt_old

      public EloIxOpt_old(EloIxOpt_old rhs)
  • Method Details

    • getOptNo

      public int getOptNo()
    • setOptNo

      public void setOptNo(int optNo)
    • getOptVal

      public String getOptVal()
    • setOptVal

      public void setOptVal(String optVal)
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)