Class LinkSordZ

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

public class LinkSordZ extends ValueClass implements Serializable
This class encapsulates the constants of LinkSordC.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Summary

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

    Fields inherited from class byps.BValueClass

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

    Constructors
    Constructor
    Description
     
    LinkSordZ(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
      Bitset field for constants from the LinkSordC class.
  • Constructor Details

    • LinkSordZ

      public LinkSordZ()
    • LinkSordZ

      public LinkSordZ(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(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