Class UserReportZ

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

public class UserReportZ extends ValueClass implements Serializable

This class encapsulates the constants of UserReportC

Since:
12.00.000.049
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected long
     

    Fields inherited from class byps.BValueClass

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

    Constructors
    Constructor
    Description
     
    UserReportZ(long bset)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(long v)
     
    boolean
     
    long
     
    int
     
    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, wait, wait, wait
  • Field Details

    • bset

      protected long bset
  • Constructor Details

    • UserReportZ

      public UserReportZ()
    • UserReportZ

      public UserReportZ(long bset)
    • UserReportZ

      public UserReportZ(UserReportZ rhs)
  • 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(Object rhs)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object