Class BBjAdminFileKeySegment

java.lang.Object
com.basis.api.admin.BBjAdminFileKeySegment
All Implemented Interfaces:
Serializable

public class BBjAdminFileKeySegment extends Object implements Serializable
See Also:
  • Field Details

    • SEGMENT_NORMAL

      public static final int SEGMENT_NORMAL
      Nothing special about this segment.
      See Also:
    • SEGMENT_BUS

      public static final int SEGMENT_BUS
      Key segment is a BBj Business Math value. When set, this ensures the values will sort numerically.
      See Also:
    • SEGMENT_ORDERED_NUMERIC

      public static final int SEGMENT_ORDERED_NUMERIC
      Key segment is a set of bytes stored in a string template as type N. When set, the key will sort numerically rather than lexically.
      See Also:
    • SEGMENT_CASE_INSENSITIVE

      public static final int SEGMENT_CASE_INSENSITIVE
      Key segment is case-insensitive when using the key for lookups.
      See Also:
  • Constructor Details

    • BBjAdminFileKeySegment

      public BBjAdminFileKeySegment()
  • Method Details

    • getFieldNumber

      public int getFieldNumber()
    • setFieldNumber

      public void setFieldNumber(int p_fieldNumber)
    • getOffset

      public int getOffset()
    • setOffset

      public void setOffset(int p_offset)
    • getLength

      public int getLength()
    • setLength

      public void setLength(int p_length)
    • isDescending

      public boolean isDescending()
    • setDescending

      public void setDescending(boolean p_descending)
    • getSpecial

      public int getSpecial()
      Returns SEGMENT_NORMAL, SEGMENT_BUS, SEGMENT_ORDERED_NUMERIC, SEGMENT_CASE_INSENSITIVE.
      Returns:
      Any special information about this segment.
    • setSpecial

      public void setSpecial(int p_special)