Class ArchivValue

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

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

    Fields 
    Modifier and Type Field Description
    protected int count  
    protected int year  

    Fields inherited from class byps.BValueClass

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

    Constructors 
    Constructor Description
    ArchivValue()  
  • Method Summary

    Modifier and Type Method Description
    int getCount()  
    int getYear()  
    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

  • Method Details

    • getYear

      public int getYear()
    • getCount

      public int getCount()
    • setYear

      public void setYear​(int year)
    • setCount

      public void setCount​(int count)