Class ArchivValue

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

public class ArchivValue extends ValueClass
Since:
10.17.040.003
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected int
     

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    void
    setCount(int count)
     
    void
    setYear(int year)
     

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

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

    • year

      protected int year
    • count

      protected int count
  • Constructor Details

    • ArchivValue

      public ArchivValue()
  • Method Details

    • getYear

      public int getYear()
    • getCount

      public int getCount()
    • setYear

      public void setYear(int year)
    • setCount

      public void setCount(int count)