/** * Set Delivery Via. * * @param DeliveryViaRule How the order will be delivered */ public void setDeliveryViaRule(boolean DeliveryViaRule) { set_Value(COLUMNNAME_DeliveryViaRule, Boolean.valueOf(DeliveryViaRule)); }
/** * Set Credit | Debit Note?. * * @param IsCreditDebit Credit | Debit Note? */ public void setIsCreditDebit(boolean IsCreditDebit) { set_Value(COLUMNNAME_IsCreditDebit, Boolean.valueOf(IsCreditDebit)); }
/** * Set Generated. * * @param IsGenerated This Line is generated */ public void setIsGenerated(boolean IsGenerated) { set_Value(COLUMNNAME_IsGenerated, Boolean.valueOf(IsGenerated)); }
/** * Set Process Now. * * @param Processing Process Now */ public void setProcessing(boolean Processing) { set_Value(COLUMNNAME_Processing, Boolean.valueOf(Processing)); }
/** * Set Is Sent. * * @param IsSent Is Sent */ public void setIsSent(boolean IsSent) { set_Value(COLUMNNAME_IsSent, Boolean.valueOf(IsSent)); }
/** * Set Centrally maintained. * * @param IsCentrallyMaintained Information maintained in System Element table */ public void setIsCentrallyMaintained(boolean IsCentrallyMaintained) { set_Value(COLUMNNAME_IsCentrallyMaintained, Boolean.valueOf(IsCentrallyMaintained)); }
/** * Set Processed. * * @param Processed The document has been processed */ public void setProcessed(boolean Processed) { set_Value(COLUMNNAME_Processed, Boolean.valueOf(Processed)); }
/** * Set Query Criteria. * * @param IsQueryCriteria The column is also used as a query criteria */ public void setIsQueryCriteria(boolean IsQueryCriteria) { set_Value(COLUMNNAME_IsQueryCriteria, Boolean.valueOf(IsQueryCriteria)); }
/** * Set Range. * * @param IsRange The parameter is a range of values */ public void setIsRange(boolean IsRange) { set_Value(COLUMNNAME_IsRange, Boolean.valueOf(IsRange)); }
/** * Set Mandatory. * * @param IsMandatory Data entry is required in this column */ public void setIsMandatory(boolean IsMandatory) { set_Value(COLUMNNAME_IsMandatory, Boolean.valueOf(IsMandatory)); }
/** * Set Order by. * * @param IsOrderBy Include in sort order */ public void setIsOrderBy(boolean IsOrderBy) { set_Value(COLUMNNAME_IsOrderBy, Boolean.valueOf(IsOrderBy)); }
/** * Set Key column. * * @param IsKey This column is the key in this table */ public void setIsKey(boolean IsKey) { set_Value(COLUMNNAME_IsKey, Boolean.valueOf(IsKey)); }
/** * Set Identifier. * * @param IsIdentifier This column is part of the record identifier */ public void setIsIdentifier(boolean IsIdentifier) { set_Value(COLUMNNAME_IsIdentifier, Boolean.valueOf(IsIdentifier)); }
/** * Set Displayed. * * @param IsDisplayed Determines, if this field is displayed */ public void setIsDisplayed(boolean IsDisplayed) { set_Value(COLUMNNAME_IsDisplayed, Boolean.valueOf(IsDisplayed)); }
/** * Set Sales Transaction. * * @param IsSOTrx This is a Sales Transaction */ public void setIsSOTrx(boolean IsSOTrx) { set_Value(COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); }
/** * Set Read Only. * * @param IsReadOnly Field is read only */ public void setIsReadOnly(boolean IsReadOnly) { set_Value(COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); }
/** * Set Priority. * * @param PriorityRule Priority of a document */ public void setPriorityRule(boolean PriorityRule) { set_Value(COLUMNNAME_PriorityRule, Boolean.valueOf(PriorityRule)); }
/** * Set Included. * * @param IsInclude Defines whether this content / template is included into another one */ public void setIsInclude(boolean IsInclude) { set_Value(COLUMNNAME_IsInclude, Boolean.valueOf(IsInclude)); }