public class DataDescriptor extends java.lang.Object implements DataDescriptorIf
Constructor and Description |
---|
DataDescriptor()
Constructor
|
DataDescriptor(java.lang.String orderBy)
Constructor
|
DataDescriptor(java.lang.String orderBy,
int offset)
Constructor
|
DataDescriptor(java.lang.String orderBy,
int offset,
int limit)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1()
If not null, it is used as a constraint .
|
java.lang.String |
getCustom10()
If not null, it is used as a constraint .
|
int |
getCustom10Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom11()
If not null, it is used as a constraint .
|
int |
getCustom11Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom12()
If not null, it is used as a constraint .
|
int |
getCustom12Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom13()
If not null, it is used as a constraint .
|
int |
getCustom13Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom14()
If not null, it is used as a constraint .
|
int |
getCustom14Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom15()
If not null, it is used as a constraint .
|
int |
getCustom15Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom16()
If not null, it is used as a constraint .
|
int |
getCustom16Rule()
The rule for the search constraint.
|
java.math.BigDecimal |
getCustom1Dec()
If not null, it is used as a constraint .
|
int |
getCustom1DecRule()
The rule for the search constraint.
|
java.lang.Integer |
getCustom1Int()
If not null, it is used as a constraint .
|
int |
getCustom1IntRule()
The rule for the search constraint.
|
int |
getCustom1Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom2()
If not null, it is used as a constraint .
|
java.math.BigDecimal |
getCustom2Dec()
If not null, it is used as a constraint .
|
int |
getCustom2DecRule()
The rule for the search constraint.
|
java.lang.Integer |
getCustom2Int()
If not null, it is used as a constraint .
|
int |
getCustom2IntRule()
The rule for the search constraint.
|
int |
getCustom2Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom3()
If not null, it is used as a constraint .
|
int |
getCustom3Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom4()
If not null, it is used as a constraint .
|
int |
getCustom4Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom5()
If not null, it is used as a constraint .
|
int |
getCustom5Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom6()
If not null, it is used as a constraint .
|
int |
getCustom6Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom7()
If not null, it is used as a constraint .
|
int |
getCustom7Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom8()
If not null, it is used as a constraint .
|
int |
getCustom8Rule()
The rule for the search constraint.
|
java.lang.String |
getCustom9()
If not null, it is used as a constraint .
|
int |
getCustom9Rule()
The rule for the search constraint.
|
int |
getLimit()
It defines the maximum number of objects returned.
|
int |
getOffset()
It sets the offset so that an array of objects can be paged.
|
java.lang.String |
getOrderBy_1()
If set it is used as a secondary order by.
|
java.lang.String |
getOrderBy()
The valid orderBy values are:
com.konakart.app.DataDescConstants.ORDER_BY_NAME_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_NAME_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_PRICE_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_PRICE_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED
com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_RATING_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_RATING_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_ID
com.konakart.app.DataDescConstants.ORDER_BY_MANUFACTURER
com.konakart.app.DataDescConstants.ORDER_BY_MANUFACTURER_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_MANUFACTURER_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM3_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM3_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM4_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM4_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM5_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM5_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM6_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM6_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM7_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM7_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM8_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM8_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM9_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM9_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM10_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM10_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1INT_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1INT_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2INT_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2INT_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1DEC_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1DEC_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2DEC_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2DEC_DESCENDING
|
boolean |
isFillCustomAttrArray()
When set to true, each product returned has an instantiated array of custom attributes when
applicable.
|
boolean |
isFillDescription()
Fills the product description and comparison attributes with values in the chosen language.
|
boolean |
isFillMiscItems()
Indicates whether the miscItems attribute will be filled with the associated miscellaneous
items.
|
boolean |
isFillProductOptions()
When set, each product returned has an instantiated array of product options if they exist
for the product.
|
boolean |
isFillProductQuantities()
When set, each product returned has an instantiated array of product quantities if they exist
for the product.
|
boolean |
isShowInvisible()
If set to true, we return even the invisible products.
|
void |
setCustom1(java.lang.String custom1)
If not null, it is used as a constraint .
|
void |
setCustom10(java.lang.String custom10)
If not null, it is used as a constraint .
|
void |
setCustom10Rule(int custom10Rule)
The rule for the search constraint.
|
void |
setCustom11(java.lang.String custom11)
If not null, it is used as a constraint .
|
void |
setCustom11Rule(int custom11Rule)
The rule for the search constraint.
|
void |
setCustom12(java.lang.String custom12)
If not null, it is used as a constraint .
|
void |
setCustom12Rule(int custom12Rule)
The rule for the search constraint.
|
void |
setCustom13(java.lang.String custom13)
If not null, it is used as a constraint .
|
void |
setCustom13Rule(int custom13Rule)
The rule for the search constraint.
|
void |
setCustom14(java.lang.String custom14)
If not null, it is used as a constraint .
|
void |
setCustom14Rule(int custom14Rule)
The rule for the search constraint.
|
void |
setCustom15(java.lang.String custom15)
If not null, it is used as a constraint .
|
void |
setCustom15Rule(int custom15Rule)
The rule for the search constraint.
|
void |
setCustom16(java.lang.String custom16)
If not null, it is used as a constraint .
|
void |
setCustom16Rule(int custom16Rule)
The rule for the search constraint.
|
void |
setCustom1Dec(java.math.BigDecimal custom1Dec)
If not null, it is used as a constraint .
|
void |
setCustom1DecRule(int custom1DecRule)
The rule for the search constraint.
|
void |
setCustom1Int(java.lang.Integer custom1Int)
If not null, it is used as a constraint .
|
void |
setCustom1IntRule(int custom1IntRule)
The rule for the search constraint.
|
void |
setCustom1Rule(int custom1Rule)
The rule for the search constraint.
|
void |
setCustom2(java.lang.String custom2)
If not null, it is used as a constraint .
|
void |
setCustom2Dec(java.math.BigDecimal custom2Dec)
If not null, it is used as a constraint .
|
void |
setCustom2DecRule(int custom2DecRule)
The rule for the search constraint.
|
void |
setCustom2Int(java.lang.Integer custom2Int)
If not null, it is used as a constraint .
|
void |
setCustom2IntRule(int custom2IntRule)
The rule for the search constraint.
|
void |
setCustom2Rule(int custom2Rule)
The rule for the search constraint.
|
void |
setCustom3(java.lang.String custom3)
If not null, it is used as a constraint .
|
void |
setCustom3Rule(int custom3Rule)
The rule for the search constraint.
|
void |
setCustom4(java.lang.String custom4)
If not null, it is used as a constraint .
|
void |
setCustom4Rule(int custom4Rule)
The rule for the search constraint.
|
void |
setCustom5(java.lang.String custom5)
If not null, it is used as a constraint .
|
void |
setCustom5Rule(int custom5Rule)
The rule for the search constraint.
|
void |
setCustom6(java.lang.String custom6)
If not null, it is used as a constraint .
|
void |
setCustom6Rule(int custom6Rule)
The rule for the search constraint.
|
void |
setCustom7(java.lang.String custom7)
If not null, it is used as a constraint .
|
void |
setCustom7Rule(int custom7Rule)
The rule for the search constraint.
|
void |
setCustom8(java.lang.String custom8)
If not null, it is used as a constraint .
|
void |
setCustom8Rule(int custom8Rule)
The rule for the search constraint.
|
void |
setCustom9(java.lang.String custom9)
If not null, it is used as a constraint .
|
void |
setCustom9Rule(int custom9Rule)
The rule for the search constraint.
|
void |
setFillCustomAttrArray(boolean fillCustomAttrArray)
When set to true, each product returned has an instantiated array of custom attributes when
applicable.
|
void |
setFillDescription(boolean fillDescription)
Fills the product description and comparison attributes with values in the chosen language.
|
void |
setFillMiscItems(boolean fillMiscItems) |
void |
setFillProductOptions(boolean fillProductOptions)
When set, each product returned has an instantiated array of product options if they exist
for the product.
|
void |
setFillProductQuantities(boolean fillProductQuantities)
When set, each product returned has an instantiated array of product quantities if they exist
for the product.
|
void |
setLimit(int limit)
It defines the maximum number of objects returned.
|
void |
setOffset(int offset)
It sets the offset so that an array of objects can be paged.
|
void |
setOrderBy_1(java.lang.String orderBy_1)
If set it is used as a secondary order by.
|
void |
setOrderBy(java.lang.String orderBy)
The valid orderBy values are:
com.konakart.app.DataDescConstants.ORDER_BY_NAME_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_NAME_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_PRICE_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_PRICE_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED
com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_LAST_MODIFIED
com.konakart.app.DataDescConstants.ORDER_BY_LAST_MODIFIED_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_LAST_MODIFIED_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_RATING_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_RATING_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_ID
com.konakart.app.DataDescConstants.ORDER_BY_MANUFACTURER
com.konakart.app.DataDescConstants.ORDER_BY_MANUFACTURER_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_MANUFACTURER_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM3_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM3_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM4_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM4_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM5_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM5_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM6_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM6_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM7_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM7_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM8_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM8_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM9_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM9_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM10_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM10_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1INT_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1INT_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2INT_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2INT_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1DEC_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1DEC_DESCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2DEC_ASCENDING
com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2DEC_DESCENDING
|
void |
setShowInvisible(boolean showInvisible)
If set to true, we return even the invisible products.
|
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
public DataDescriptor()
public DataDescriptor(java.lang.String orderBy, int offset, int limit)
orderBy
- the orderByoffset
- the offsetlimit
- the limitpublic DataDescriptor(java.lang.String orderBy, int offset)
orderBy
- the orderByoffset
- the offsetpublic DataDescriptor(java.lang.String orderBy)
orderBy
- the orderBypublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getLimit()
DataDescriptorIf
getLimit
in interface DataDescriptorIf
public void setLimit(int limit)
DataDescriptorIf
setLimit
in interface DataDescriptorIf
limit
- The limit to set.public int getOffset()
DataDescriptorIf
getOffset
in interface DataDescriptorIf
public void setOffset(int offset)
DataDescriptorIf
setOffset
in interface DataDescriptorIf
offset
- The offset to set.public java.lang.String getOrderBy()
DataDescriptorIf
getOrderBy
in interface DataDescriptorIf
public void setOrderBy(java.lang.String orderBy)
DataDescriptorIf
setOrderBy
in interface DataDescriptorIf
orderBy
- The orderBy to set.public java.lang.String getOrderBy_1()
DataDescriptorIf
getOrderBy_1
in interface DataDescriptorIf
public void setOrderBy_1(java.lang.String orderBy_1)
DataDescriptorIf
setOrderBy_1
in interface DataDescriptorIf
orderBy_1
- The orderBy_1 to set.public java.lang.String getCustom1()
DataDescriptorIf
getCustom1
in interface DataDescriptorIf
public void setCustom1(java.lang.String custom1)
DataDescriptorIf
setCustom1
in interface DataDescriptorIf
custom1
- The custom1 to set.public java.lang.String getCustom2()
DataDescriptorIf
getCustom2
in interface DataDescriptorIf
public void setCustom2(java.lang.String custom2)
DataDescriptorIf
setCustom2
in interface DataDescriptorIf
custom2
- The custom2 to set.public java.lang.String getCustom3()
DataDescriptorIf
getCustom3
in interface DataDescriptorIf
public void setCustom3(java.lang.String custom3)
DataDescriptorIf
setCustom3
in interface DataDescriptorIf
custom3
- The custom3 to set.public java.lang.String getCustom4()
DataDescriptorIf
getCustom4
in interface DataDescriptorIf
public void setCustom4(java.lang.String custom4)
DataDescriptorIf
setCustom4
in interface DataDescriptorIf
custom4
- The custom4 to set.public java.lang.String getCustom5()
DataDescriptorIf
getCustom5
in interface DataDescriptorIf
public void setCustom5(java.lang.String custom5)
DataDescriptorIf
setCustom5
in interface DataDescriptorIf
custom5
- The custom5 to set.public boolean isShowInvisible()
DataDescriptorIf
isShowInvisible
in interface DataDescriptorIf
public void setShowInvisible(boolean showInvisible)
DataDescriptorIf
setShowInvisible
in interface DataDescriptorIf
showInvisible
- The showInvisible to set.public boolean isFillDescription()
DataDescriptorIf
isFillDescription
in interface DataDescriptorIf
public void setFillDescription(boolean fillDescription)
DataDescriptorIf
setFillDescription
in interface DataDescriptorIf
fillDescription
- the fillDescription to setpublic int getCustom1Rule()
DataDescriptorIf
getCustom1Rule
in interface DataDescriptorIf
public void setCustom1Rule(int custom1Rule)
DataDescriptorIf
setCustom1Rule
in interface DataDescriptorIf
custom1Rule
- the custom1Rule to setpublic int getCustom2Rule()
DataDescriptorIf
getCustom2Rule
in interface DataDescriptorIf
public void setCustom2Rule(int custom2Rule)
DataDescriptorIf
setCustom2Rule
in interface DataDescriptorIf
custom2Rule
- the custom2Rule to setpublic int getCustom3Rule()
DataDescriptorIf
getCustom3Rule
in interface DataDescriptorIf
public void setCustom3Rule(int custom3Rule)
DataDescriptorIf
setCustom3Rule
in interface DataDescriptorIf
custom3Rule
- the custom3Rule to setpublic int getCustom4Rule()
DataDescriptorIf
getCustom4Rule
in interface DataDescriptorIf
public void setCustom4Rule(int custom4Rule)
DataDescriptorIf
setCustom4Rule
in interface DataDescriptorIf
custom4Rule
- the custom4Rule to setpublic int getCustom5Rule()
DataDescriptorIf
getCustom5Rule
in interface DataDescriptorIf
public void setCustom5Rule(int custom5Rule)
DataDescriptorIf
setCustom5Rule
in interface DataDescriptorIf
custom5Rule
- the custom5Rule to setpublic java.lang.String getCustom6()
DataDescriptorIf
getCustom6
in interface DataDescriptorIf
public void setCustom6(java.lang.String custom6)
DataDescriptorIf
setCustom6
in interface DataDescriptorIf
custom6
- the custom6 to setpublic int getCustom6Rule()
DataDescriptorIf
getCustom6Rule
in interface DataDescriptorIf
public void setCustom6Rule(int custom6Rule)
DataDescriptorIf
setCustom6Rule
in interface DataDescriptorIf
custom6Rule
- the custom6Rule to setpublic java.lang.String getCustom7()
DataDescriptorIf
getCustom7
in interface DataDescriptorIf
public void setCustom7(java.lang.String custom7)
DataDescriptorIf
setCustom7
in interface DataDescriptorIf
custom7
- the custom7 to setpublic int getCustom7Rule()
DataDescriptorIf
getCustom7Rule
in interface DataDescriptorIf
public void setCustom7Rule(int custom7Rule)
DataDescriptorIf
setCustom7Rule
in interface DataDescriptorIf
custom7Rule
- the custom7Rule to setpublic java.lang.String getCustom8()
DataDescriptorIf
getCustom8
in interface DataDescriptorIf
public void setCustom8(java.lang.String custom8)
DataDescriptorIf
setCustom8
in interface DataDescriptorIf
custom8
- the custom8 to setpublic int getCustom8Rule()
DataDescriptorIf
getCustom8Rule
in interface DataDescriptorIf
public void setCustom8Rule(int custom8Rule)
DataDescriptorIf
setCustom8Rule
in interface DataDescriptorIf
custom8Rule
- the custom8Rule to setpublic java.lang.String getCustom9()
DataDescriptorIf
getCustom9
in interface DataDescriptorIf
public void setCustom9(java.lang.String custom9)
DataDescriptorIf
setCustom9
in interface DataDescriptorIf
custom9
- the custom9 to setpublic int getCustom9Rule()
DataDescriptorIf
getCustom9Rule
in interface DataDescriptorIf
public void setCustom9Rule(int custom9Rule)
DataDescriptorIf
setCustom9Rule
in interface DataDescriptorIf
custom9Rule
- the custom9Rule to setpublic java.lang.String getCustom10()
DataDescriptorIf
getCustom10
in interface DataDescriptorIf
public void setCustom10(java.lang.String custom10)
DataDescriptorIf
setCustom10
in interface DataDescriptorIf
custom10
- the custom10 to setpublic int getCustom10Rule()
DataDescriptorIf
getCustom10Rule
in interface DataDescriptorIf
public void setCustom10Rule(int custom10Rule)
DataDescriptorIf
setCustom10Rule
in interface DataDescriptorIf
custom10Rule
- the custom10Rule to setpublic java.lang.String getCustom11()
DataDescriptorIf
getCustom11
in interface DataDescriptorIf
public void setCustom11(java.lang.String custom11)
DataDescriptorIf
setCustom11
in interface DataDescriptorIf
custom11
- the custom11 to setpublic int getCustom11Rule()
DataDescriptorIf
getCustom11Rule
in interface DataDescriptorIf
public void setCustom11Rule(int custom11Rule)
DataDescriptorIf
setCustom11Rule
in interface DataDescriptorIf
custom11Rule
- the custom11Rule to setpublic java.lang.String getCustom12()
DataDescriptorIf
getCustom12
in interface DataDescriptorIf
public void setCustom12(java.lang.String custom12)
DataDescriptorIf
setCustom12
in interface DataDescriptorIf
custom12
- the custom12 to setpublic int getCustom12Rule()
DataDescriptorIf
getCustom12Rule
in interface DataDescriptorIf
public void setCustom12Rule(int custom12Rule)
DataDescriptorIf
setCustom12Rule
in interface DataDescriptorIf
custom12Rule
- the custom12Rule to setpublic java.lang.String getCustom13()
DataDescriptorIf
getCustom13
in interface DataDescriptorIf
public void setCustom13(java.lang.String custom13)
DataDescriptorIf
setCustom13
in interface DataDescriptorIf
custom13
- the custom13 to setpublic int getCustom13Rule()
DataDescriptorIf
getCustom13Rule
in interface DataDescriptorIf
public void setCustom13Rule(int custom13Rule)
DataDescriptorIf
setCustom13Rule
in interface DataDescriptorIf
custom13Rule
- the custom13Rule to setpublic java.lang.String getCustom14()
DataDescriptorIf
getCustom14
in interface DataDescriptorIf
public void setCustom14(java.lang.String custom14)
DataDescriptorIf
setCustom14
in interface DataDescriptorIf
custom14
- the custom14 to setpublic int getCustom14Rule()
DataDescriptorIf
getCustom14Rule
in interface DataDescriptorIf
public void setCustom14Rule(int custom14Rule)
DataDescriptorIf
setCustom14Rule
in interface DataDescriptorIf
custom14Rule
- the custom14Rule to setpublic java.lang.String getCustom15()
DataDescriptorIf
getCustom15
in interface DataDescriptorIf
public void setCustom15(java.lang.String custom15)
DataDescriptorIf
setCustom15
in interface DataDescriptorIf
custom15
- the custom15 to setpublic int getCustom15Rule()
DataDescriptorIf
getCustom15Rule
in interface DataDescriptorIf
public void setCustom15Rule(int custom15Rule)
DataDescriptorIf
setCustom15Rule
in interface DataDescriptorIf
custom15Rule
- the custom15Rule to setpublic java.lang.String getCustom16()
DataDescriptorIf
getCustom16
in interface DataDescriptorIf
public void setCustom16(java.lang.String custom16)
DataDescriptorIf
setCustom16
in interface DataDescriptorIf
custom16
- the custom16 to setpublic int getCustom16Rule()
DataDescriptorIf
getCustom16Rule
in interface DataDescriptorIf
public void setCustom16Rule(int custom16Rule)
DataDescriptorIf
setCustom16Rule
in interface DataDescriptorIf
custom16Rule
- the custom16Rule to setpublic java.lang.Integer getCustom1Int()
DataDescriptorIf
getCustom1Int
in interface DataDescriptorIf
public void setCustom1Int(java.lang.Integer custom1Int)
DataDescriptorIf
setCustom1Int
in interface DataDescriptorIf
custom1Int
- the custom1Int to setpublic int getCustom1IntRule()
DataDescriptorIf
getCustom1IntRule
in interface DataDescriptorIf
public void setCustom1IntRule(int custom1IntRule)
DataDescriptorIf
setCustom1IntRule
in interface DataDescriptorIf
custom1IntRule
- the custom1IntRule to setpublic java.lang.Integer getCustom2Int()
DataDescriptorIf
getCustom2Int
in interface DataDescriptorIf
public void setCustom2Int(java.lang.Integer custom2Int)
DataDescriptorIf
setCustom2Int
in interface DataDescriptorIf
custom2Int
- the custom2Int to setpublic int getCustom2IntRule()
DataDescriptorIf
getCustom2IntRule
in interface DataDescriptorIf
public void setCustom2IntRule(int custom2IntRule)
DataDescriptorIf
setCustom2IntRule
in interface DataDescriptorIf
custom2IntRule
- the custom2IntRule to setpublic java.math.BigDecimal getCustom1Dec()
DataDescriptorIf
getCustom1Dec
in interface DataDescriptorIf
public void setCustom1Dec(java.math.BigDecimal custom1Dec)
DataDescriptorIf
setCustom1Dec
in interface DataDescriptorIf
custom1Dec
- the custom1Dec to setpublic int getCustom1DecRule()
DataDescriptorIf
getCustom1DecRule
in interface DataDescriptorIf
public void setCustom1DecRule(int custom1DecRule)
DataDescriptorIf
setCustom1DecRule
in interface DataDescriptorIf
custom1DecRule
- the custom1DecRule to setpublic java.math.BigDecimal getCustom2Dec()
DataDescriptorIf
getCustom2Dec
in interface DataDescriptorIf
public void setCustom2Dec(java.math.BigDecimal custom2Dec)
DataDescriptorIf
setCustom2Dec
in interface DataDescriptorIf
custom2Dec
- the custom2Dec to setpublic int getCustom2DecRule()
DataDescriptorIf
getCustom2DecRule
in interface DataDescriptorIf
public void setCustom2DecRule(int custom2DecRule)
DataDescriptorIf
setCustom2DecRule
in interface DataDescriptorIf
custom2DecRule
- the custom2DecRule to setpublic boolean isFillCustomAttrArray()
isFillCustomAttrArray
in interface DataDescriptorIf
public void setFillCustomAttrArray(boolean fillCustomAttrArray)
setFillCustomAttrArray
in interface DataDescriptorIf
fillCustomAttrArray
- the fillCustomAttrArray to setpublic boolean isFillMiscItems()
DataDescriptorIf
isFillMiscItems
in interface DataDescriptorIf
public void setFillMiscItems(boolean fillMiscItems)
setFillMiscItems
in interface DataDescriptorIf
fillMiscItems
- the fillMiscItems to setpublic boolean isFillProductOptions()
DataDescriptorIf
isFillProductOptions
in interface DataDescriptorIf
public void setFillProductOptions(boolean fillProductOptions)
DataDescriptorIf
setFillProductOptions
in interface DataDescriptorIf
fillProductOptions
- the fillProductOptions to setpublic boolean isFillProductQuantities()
DataDescriptorIf
isFillProductQuantities
in interface DataDescriptorIf
public void setFillProductQuantities(boolean fillProductQuantities)
DataDescriptorIf
setFillProductQuantities
in interface DataDescriptorIf
fillProductQuantities
- the fillProductQuantities to setCopyright © 2018 DS Data Systems UK Ltd.