Class NotificationZ

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

public class NotificationZ
extends ValueClass

This class encapsulates the constants of NotificationC

Copyright: Copyright (c) 2015

Organisation: ELO Digital Office GmbH

Since:
9.00.022.003
See Also:
NotificationC, Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected long bset
    Bitset field for constants from the NotificationC class.

    Fields inherited from class byps.BValueClass

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

    Constructors 
    Constructor Description
    NotificationZ()  
    NotificationZ​(long bset)  
    NotificationZ​(NotificationZ rhs)  
  • 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 byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    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 NotificationC 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