Class CounterInfo

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

public class CounterInfo extends ValueClass implements Serializable
This class provides counters for use by the access manager.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Name of the counter
    protected int
    The current value of the counter

    Fields inherited from class byps.BValueClass

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

    Constructors
    Constructor
    Description
     
    CounterInfo(String name, int value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
    void
     
    void
    setValue(int value)
     
     

    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, wait, wait, wait
  • Field Details

    • name

      protected String name
      Name of the counter
    • value

      protected int value
      The current value of the counter
  • Constructor Details

    • CounterInfo

      public CounterInfo()
    • CounterInfo

      public CounterInfo(String name, int value)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public int getValue()
    • setValue

      public void setValue(int value)
    • toString

      public String toString()
      Overrides:
      toString in class Object