Class EditInfoZ

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

public class EditInfoZ extends ValueClass implements Serializable
This class encapsulates the constants of the EditInfoC class. EditInfo also returns a Sord object and a SordZ member is included to control the Sord data returned.

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 EditInfoC class.
    protected SordZ
    SordZ object to control the SordC elements returned.

    Fields inherited from class byps.BValueClass

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

    Constructors
    Constructor
    Description
     
    EditInfoZ(long bset, SordZ sordZ)
     
     
  • 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
    setSordZ(SordZ sordZ)
     
    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 EditInfoC class.
    • sordZ

      protected SordZ sordZ
      SordZ object to control the SordC elements returned.
  • Constructor Details

    • EditInfoZ

      public EditInfoZ()
    • EditInfoZ

      public EditInfoZ(long bset, SordZ sordZ)
    • EditInfoZ

      public EditInfoZ(EditInfoZ 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)
    • getSordZ

      public SordZ getSordZ()
    • setSordZ

      public void setSordZ(SordZ sordZ)
    • 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