Package de.elo.ix.client
Class CounterInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.CounterInfo
- All Implemented Interfaces:
Serializable
This class provides counters for use by the access manager.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Name of the counterprotected int
The current value of the counterFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
name
Name of the counter -
value
protected int valueThe current value of the counter
-
-
Constructor Details
-
CounterInfo
public CounterInfo() -
CounterInfo
-
-
Method Details