Package com.basis.api.admin
Class BBjAdminFileKeySegment
java.lang.Object
com.basis.api.admin.BBjAdminFileKeySegment
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Key segment is a BBj Business Math value.static final int
Key segment is case-insensitive when using the key for lookups.static final int
Nothing special about this segment.static final int
Key segment is a set of bytes stored in a string template as type N. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
Returns SEGMENT_NORMAL, SEGMENT_BUS, SEGMENT_ORDERED_NUMERIC, SEGMENT_CASE_INSENSITIVE.boolean
void
setDescending
(boolean p_descending) void
setFieldNumber
(int p_fieldNumber) void
setLength
(int p_length) void
setOffset
(int p_offset) void
setSpecial
(int p_special)
-
Field Details
-
SEGMENT_NORMAL
public static final int SEGMENT_NORMALNothing special about this segment.- See Also:
-
SEGMENT_BUS
public static final int SEGMENT_BUSKey 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_NUMERICKey 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_INSENSITIVEKey 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)
-