Package org.eevolution.model
Class X_DD_NetworkDistributionLine
java.lang.Object
org.compiere.model.PO
org.eevolution.model.X_DD_NetworkDistributionLine
- All Implemented Interfaces:
Serializable,Cloneable,Comparator<Object>,I_Persistent,Evaluatee,I_DD_NetworkDistributionLine
public class X_DD_NetworkDistributionLine
extends PO
implements I_DD_NetworkDistributionLine, I_Persistent
Generated Model for DD_NetworkDistributionLine
- Version:
- Release 13 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_IDFields inherited from interface org.eevolution.model.I_DD_NetworkDistributionLine
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_DD_NetworkDistribution_ID, COLUMNNAME_DD_NetworkDistributionLine_ID, COLUMNNAME_DD_NetworkDistributionLine_UU, COLUMNNAME_IsActive, COLUMNNAME_M_Shipper_ID, COLUMNNAME_M_Warehouse_ID, COLUMNNAME_M_WarehouseSource_ID, COLUMNNAME_Percent, COLUMNNAME_PriorityNo, COLUMNNAME_TransfertTime, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, COLUMNNAME_ValidFrom, COLUMNNAME_ValidTo, Model, Table_ID, Table_Name -
Constructor Summary
ConstructorsConstructorDescriptionX_DD_NetworkDistributionLine(Properties ctx, int DD_NetworkDistributionLine_ID, String trxName) Standard ConstructorX_DD_NetworkDistributionLine(Properties ctx, int DD_NetworkDistributionLine_ID, String trxName, String... virtualColumns) Standard ConstructorX_DD_NetworkDistributionLine(Properties ctx, String DD_NetworkDistributionLine_UU, String trxName) Standard ConstructorX_DD_NetworkDistributionLine(Properties ctx, String DD_NetworkDistributionLine_UU, String trxName, String... virtualColumns) Standard ConstructorX_DD_NetworkDistributionLine(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected intAccessLevelDeprecated.intGet Network Distribution.intGet Network Distribution Line.Get DD_NetworkDistributionLine_UU.Deprecated.intGet Shipper.Deprecated.intGet Warehouse.Deprecated.intGet Source Warehouse.Get Percent.intGet Relative Priority.Get Transfer Time.Get Valid from.Get Valid to.protected POInfoinitPO(Properties ctx) Load Meta DatavoidsetDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID) Set Network Distribution.voidsetDD_NetworkDistributionLine_ID(int DD_NetworkDistributionLine_ID) Set Network Distribution Line.voidsetDD_NetworkDistributionLine_UU(String DD_NetworkDistributionLine_UU) Set DD_NetworkDistributionLine_UU.voidsetM_Shipper_ID(int M_Shipper_ID) Set Shipper.voidsetM_Warehouse_ID(int M_Warehouse_ID) Set Warehouse.voidsetM_WarehouseSource_ID(int M_WarehouseSource_ID) Set Source Warehouse.voidsetPercent(BigDecimal Percent) Set Percent.voidsetPriorityNo(int PriorityNo) Set Relative Priority.voidsetTransfertTime(BigDecimal TransfertTime) Set Transfer Time.voidsetValidFrom(Timestamp ValidFrom) Set Valid from.voidsetValidTo(Timestamp ValidTo) Set Valid to.toString()String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableAttribute, get_TableAttributeAsBoolean, get_TableAttributeAsInt, get_TableAttributes, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys, validForeignKeysExMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface org.eevolution.model.I_DD_NetworkDistributionLine
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActiveMethods inherited from interface org.compiere.model.I_Persistent
save
-
Constructor Details
-
X_DD_NetworkDistributionLine
public X_DD_NetworkDistributionLine(Properties ctx, int DD_NetworkDistributionLine_ID, String trxName) Standard Constructor -
X_DD_NetworkDistributionLine
public X_DD_NetworkDistributionLine(Properties ctx, int DD_NetworkDistributionLine_ID, String trxName, String... virtualColumns) Standard Constructor -
X_DD_NetworkDistributionLine
public X_DD_NetworkDistributionLine(Properties ctx, String DD_NetworkDistributionLine_UU, String trxName) Standard Constructor -
X_DD_NetworkDistributionLine
public X_DD_NetworkDistributionLine(Properties ctx, String DD_NetworkDistributionLine_UU, String trxName, String... virtualColumns) Standard Constructor -
X_DD_NetworkDistributionLine
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevelin classPO- Returns:
- 3 - Client - Org
-
initPO
Load Meta Data -
toString
Description copied from class:POString representation -
setDD_NetworkDistributionLine_ID
public void setDD_NetworkDistributionLine_ID(int DD_NetworkDistributionLine_ID) Set Network Distribution Line.- Specified by:
setDD_NetworkDistributionLine_IDin interfaceI_DD_NetworkDistributionLine- Parameters:
DD_NetworkDistributionLine_ID- Network Distribution Line
-
getDD_NetworkDistributionLine_ID
public int getDD_NetworkDistributionLine_ID()Get Network Distribution Line.- Specified by:
getDD_NetworkDistributionLine_IDin interfaceI_DD_NetworkDistributionLine- Returns:
- Network Distribution Line
-
setDD_NetworkDistributionLine_UU
Set DD_NetworkDistributionLine_UU.- Specified by:
setDD_NetworkDistributionLine_UUin interfaceI_DD_NetworkDistributionLine- Parameters:
DD_NetworkDistributionLine_UU- DD_NetworkDistributionLine_UU
-
getDD_NetworkDistributionLine_UU
Get DD_NetworkDistributionLine_UU.- Specified by:
getDD_NetworkDistributionLine_UUin interfaceI_DD_NetworkDistributionLine- Returns:
- DD_NetworkDistributionLine_UU
-
getDD_NetworkDistribution
@Deprecated(since="13") public I_DD_NetworkDistribution getDD_NetworkDistribution() throws RuntimeExceptionDeprecated.- Specified by:
getDD_NetworkDistributionin interfaceI_DD_NetworkDistributionLine- Throws:
RuntimeException
-
setDD_NetworkDistribution_ID
public void setDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID) Set Network Distribution.- Specified by:
setDD_NetworkDistribution_IDin interfaceI_DD_NetworkDistributionLine- Parameters:
DD_NetworkDistribution_ID- Network Distribution
-
getDD_NetworkDistribution_ID
public int getDD_NetworkDistribution_ID()Get Network Distribution.- Specified by:
getDD_NetworkDistribution_IDin interfaceI_DD_NetworkDistributionLine- Returns:
- Network Distribution
-
getM_Shipper
Deprecated.- Specified by:
getM_Shipperin interfaceI_DD_NetworkDistributionLine- Throws:
RuntimeException
-
setM_Shipper_ID
public void setM_Shipper_ID(int M_Shipper_ID) Set Shipper.- Specified by:
setM_Shipper_IDin interfaceI_DD_NetworkDistributionLine- Parameters:
M_Shipper_ID- Method or manner of product delivery
-
getM_Shipper_ID
public int getM_Shipper_ID()Get Shipper.- Specified by:
getM_Shipper_IDin interfaceI_DD_NetworkDistributionLine- Returns:
- Method or manner of product delivery
-
getM_WarehouseSource
Deprecated.- Specified by:
getM_WarehouseSourcein interfaceI_DD_NetworkDistributionLine- Throws:
RuntimeException
-
setM_WarehouseSource_ID
public void setM_WarehouseSource_ID(int M_WarehouseSource_ID) Set Source Warehouse.- Specified by:
setM_WarehouseSource_IDin interfaceI_DD_NetworkDistributionLine- Parameters:
M_WarehouseSource_ID- Optional Warehouse to replenish from
-
getM_WarehouseSource_ID
public int getM_WarehouseSource_ID()Get Source Warehouse.- Specified by:
getM_WarehouseSource_IDin interfaceI_DD_NetworkDistributionLine- Returns:
- Optional Warehouse to replenish from
-
getM_Warehouse
Deprecated.- Specified by:
getM_Warehousein interfaceI_DD_NetworkDistributionLine- Throws:
RuntimeException
-
setM_Warehouse_ID
public void setM_Warehouse_ID(int M_Warehouse_ID) Set Warehouse.- Specified by:
setM_Warehouse_IDin interfaceI_DD_NetworkDistributionLine- Parameters:
M_Warehouse_ID- Storage Warehouse and Service Point
-
getM_Warehouse_ID
public int getM_Warehouse_ID()Get Warehouse.- Specified by:
getM_Warehouse_IDin interfaceI_DD_NetworkDistributionLine- Returns:
- Storage Warehouse and Service Point
-
setPercent
Set Percent.- Specified by:
setPercentin interfaceI_DD_NetworkDistributionLine- Parameters:
Percent- Percentage
-
getPercent
Get Percent.- Specified by:
getPercentin interfaceI_DD_NetworkDistributionLine- Returns:
- Percentage
-
setPriorityNo
public void setPriorityNo(int PriorityNo) Set Relative Priority.- Specified by:
setPriorityNoin interfaceI_DD_NetworkDistributionLine- Parameters:
PriorityNo- Where inventory should be picked from first
-
getPriorityNo
public int getPriorityNo()Get Relative Priority.- Specified by:
getPriorityNoin interfaceI_DD_NetworkDistributionLine- Returns:
- Where inventory should be picked from first
-
setTransfertTime
Set Transfer Time.- Specified by:
setTransfertTimein interfaceI_DD_NetworkDistributionLine- Parameters:
TransfertTime- Transfer Time
-
getTransfertTime
Get Transfer Time.- Specified by:
getTransfertTimein interfaceI_DD_NetworkDistributionLine- Returns:
- Transfer Time
-
setValidFrom
Set Valid from.- Specified by:
setValidFromin interfaceI_DD_NetworkDistributionLine- Parameters:
ValidFrom- Valid from including this date (first day)
-
getValidFrom
Get Valid from.- Specified by:
getValidFromin interfaceI_DD_NetworkDistributionLine- Returns:
- Valid from including this date (first day)
-
setValidTo
Set Valid to.- Specified by:
setValidToin interfaceI_DD_NetworkDistributionLine- Parameters:
ValidTo- Valid to including this date (last day)
-
getValidTo
Get Valid to.- Specified by:
getValidToin interfaceI_DD_NetworkDistributionLine- Returns:
- Valid to including this date (last day)
-