Package de.elo.ix.client
Class SubscriptionZ
java.lang.Object
de.elo.ix.client.SubscriptionZ
- All Implemented Interfaces:
java.io.Serializable
public class SubscriptionZ
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected long
bset
Bitset field for constants from the SubscriptionC class. -
Constructor Summary
Constructors Constructor Description SubscriptionZ()
SubscriptionZ(long bset)
-
Method Summary
-
Field Details
-
bset
protected long bsetBitset field for constants from the SubscriptionC class.
-
-
Constructor Details
-
SubscriptionZ
public SubscriptionZ() -
SubscriptionZ
public SubscriptionZ(long bset)
-
-
Method Details
-
getBset
public long getBset() -
setBset
public void setBset(long bset) -
add
public void add(long v) -
sub
public void sub(long v) -
isAllTrue
public boolean isAllTrue(long v) -
isTrue
public boolean isTrue(long v) -
equals
public boolean equals(java.lang.Object rhs)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-