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

    Modifier and Type Method Description
    void add​(long v)  
    boolean equals​(java.lang.Object rhs)  
    long getBset()  
    int hashCode()  
    boolean isAllTrue​(long v)  
    boolean isTrue​(long v)  
    void setBset​(long bset)  
    void sub​(long v)  

    Methods inherited from class java.lang.Object

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

    • bset

      protected long bset
      Bitset field for constants from the SubscriptionC class.
  • Constructor Details

  • 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 class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object