Class EditInfoZ

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

public class EditInfoZ
extends ValueClass
implements java.io.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:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected long bset
    Bitset field for constants from the EditInfoC class.
    protected SordZ 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()  
    EditInfoZ​(long bset, SordZ sordZ)  
    EditInfoZ​(EditInfoZ rhs)  
  • Method Summary

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

    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

  • 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​(java.lang.Object rhs)
      Overrides:
      equals in class java.lang.Object
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object