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 9 - $Id$
- Author:
- iDempiere (generated)
- See Also:
- Serialized Form
-
-
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, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
-
Fields 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
Constructors Constructor Description X_DD_NetworkDistributionLine(Properties ctx, int DD_NetworkDistributionLine_ID, String trxName)
Standard ConstructorX_DD_NetworkDistributionLine(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
get_AccessLevel()
AccessLevelI_DD_NetworkDistribution
getDD_NetworkDistribution()
int
getDD_NetworkDistribution_ID()
Get Network Distribution.int
getDD_NetworkDistributionLine_ID()
Get Network Distribution Line.String
getDD_NetworkDistributionLine_UU()
Get DD_NetworkDistributionLine_UU.I_M_Shipper
getM_Shipper()
int
getM_Shipper_ID()
Get Shipper.I_M_Warehouse
getM_Warehouse()
int
getM_Warehouse_ID()
Get Warehouse.I_M_Warehouse
getM_WarehouseSource()
int
getM_WarehouseSource_ID()
Get Source Warehouse.BigDecimal
getPercent()
Get Percent.int
getPriorityNo()
Get Relative Priority.BigDecimal
getTransfertTime()
Get Transfert Time.Timestamp
getValidFrom()
Get Valid from.Timestamp
getValidTo()
Get Valid to.protected POInfo
initPO(Properties ctx)
Load Meta Datavoid
setDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID)
Set Network Distribution.void
setDD_NetworkDistributionLine_ID(int DD_NetworkDistributionLine_ID)
Set Network Distribution Line.void
setDD_NetworkDistributionLine_UU(String DD_NetworkDistributionLine_UU)
Set DD_NetworkDistributionLine_UU.void
setM_Shipper_ID(int M_Shipper_ID)
Set Shipper.void
setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse.void
setM_WarehouseSource_ID(int M_WarehouseSource_ID)
Set Source Warehouse.void
setPercent(BigDecimal Percent)
Set Percent.void
setPriorityNo(int PriorityNo)
Set Relative Priority.void
setTransfertTime(BigDecimal TransfertTime)
Set Transfert Time.void
setValidFrom(Timestamp ValidFrom)
Set Valid from.void
setValidTo(Timestamp ValidTo)
Set Valid to.String
toString()
String representation-
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, 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_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, 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, load, loadByUU, loadComplete, loadDefaults, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, 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, unlock, update_Tree, validForeignKeys
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Methods inherited from interface org.eevolution.model.I_DD_NetworkDistributionLine
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
-
Methods inherited from interface org.compiere.model.I_Persistent
save
-
-
-
-
Constructor Detail
-
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, ResultSet rs, String trxName)
Load Constructor
-
-
Method Detail
-
get_AccessLevel
protected int get_AccessLevel()
AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 3 - Client - Org
-
initPO
protected POInfo initPO(Properties ctx)
Load Meta Data
-
getDD_NetworkDistribution
public I_DD_NetworkDistribution getDD_NetworkDistribution() throws RuntimeException
- Specified by:
getDD_NetworkDistribution
in interfaceI_DD_NetworkDistributionLine
- Throws:
RuntimeException
-
setDD_NetworkDistribution_ID
public void setDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID)
Set Network Distribution.- Specified by:
setDD_NetworkDistribution_ID
in interfaceI_DD_NetworkDistributionLine
- Parameters:
DD_NetworkDistribution_ID
- Network Distribution
-
getDD_NetworkDistribution_ID
public int getDD_NetworkDistribution_ID()
Get Network Distribution.- Specified by:
getDD_NetworkDistribution_ID
in interfaceI_DD_NetworkDistributionLine
- Returns:
- Network Distribution
-
setDD_NetworkDistributionLine_ID
public void setDD_NetworkDistributionLine_ID(int DD_NetworkDistributionLine_ID)
Set Network Distribution Line.- Specified by:
setDD_NetworkDistributionLine_ID
in 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_ID
in interfaceI_DD_NetworkDistributionLine
- Returns:
- Network Distribution Line
-
setDD_NetworkDistributionLine_UU
public void setDD_NetworkDistributionLine_UU(String DD_NetworkDistributionLine_UU)
Set DD_NetworkDistributionLine_UU.- Specified by:
setDD_NetworkDistributionLine_UU
in interfaceI_DD_NetworkDistributionLine
- Parameters:
DD_NetworkDistributionLine_UU
- DD_NetworkDistributionLine_UU
-
getDD_NetworkDistributionLine_UU
public String getDD_NetworkDistributionLine_UU()
Get DD_NetworkDistributionLine_UU.- Specified by:
getDD_NetworkDistributionLine_UU
in interfaceI_DD_NetworkDistributionLine
- Returns:
- DD_NetworkDistributionLine_UU
-
getM_Shipper
public I_M_Shipper getM_Shipper() throws RuntimeException
- Specified by:
getM_Shipper
in interfaceI_DD_NetworkDistributionLine
- Throws:
RuntimeException
-
setM_Shipper_ID
public void setM_Shipper_ID(int M_Shipper_ID)
Set Shipper.- Specified by:
setM_Shipper_ID
in 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_ID
in interfaceI_DD_NetworkDistributionLine
- Returns:
- Method or manner of product delivery
-
getM_Warehouse
public I_M_Warehouse getM_Warehouse() throws RuntimeException
- Specified by:
getM_Warehouse
in interfaceI_DD_NetworkDistributionLine
- Throws:
RuntimeException
-
setM_Warehouse_ID
public void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse.- Specified by:
setM_Warehouse_ID
in 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_ID
in interfaceI_DD_NetworkDistributionLine
- Returns:
- Storage Warehouse and Service Point
-
getM_WarehouseSource
public I_M_Warehouse getM_WarehouseSource() throws RuntimeException
- Specified by:
getM_WarehouseSource
in interfaceI_DD_NetworkDistributionLine
- Throws:
RuntimeException
-
setM_WarehouseSource_ID
public void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
Set Source Warehouse.- Specified by:
setM_WarehouseSource_ID
in 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_ID
in interfaceI_DD_NetworkDistributionLine
- Returns:
- Optional Warehouse to replenish from
-
setPercent
public void setPercent(BigDecimal Percent)
Set Percent.- Specified by:
setPercent
in interfaceI_DD_NetworkDistributionLine
- Parameters:
Percent
- Percentage
-
getPercent
public BigDecimal getPercent()
Get Percent.- Specified by:
getPercent
in interfaceI_DD_NetworkDistributionLine
- Returns:
- Percentage
-
setPriorityNo
public void setPriorityNo(int PriorityNo)
Set Relative Priority.- Specified by:
setPriorityNo
in interfaceI_DD_NetworkDistributionLine
- Parameters:
PriorityNo
- Where inventory should be picked from first
-
getPriorityNo
public int getPriorityNo()
Get Relative Priority.- Specified by:
getPriorityNo
in interfaceI_DD_NetworkDistributionLine
- Returns:
- Where inventory should be picked from first
-
setTransfertTime
public void setTransfertTime(BigDecimal TransfertTime)
Set Transfert Time.- Specified by:
setTransfertTime
in interfaceI_DD_NetworkDistributionLine
- Parameters:
TransfertTime
- Transfert Time
-
getTransfertTime
public BigDecimal getTransfertTime()
Get Transfert Time.- Specified by:
getTransfertTime
in interfaceI_DD_NetworkDistributionLine
- Returns:
- Transfert Time
-
setValidFrom
public void setValidFrom(Timestamp ValidFrom)
Set Valid from.- Specified by:
setValidFrom
in interfaceI_DD_NetworkDistributionLine
- Parameters:
ValidFrom
- Valid from including this date (first day)
-
getValidFrom
public Timestamp getValidFrom()
Get Valid from.- Specified by:
getValidFrom
in interfaceI_DD_NetworkDistributionLine
- Returns:
- Valid from including this date (first day)
-
setValidTo
public void setValidTo(Timestamp ValidTo)
Set Valid to.- Specified by:
setValidTo
in interfaceI_DD_NetworkDistributionLine
- Parameters:
ValidTo
- Valid to including this date (last day)
-
getValidTo
public Timestamp getValidTo()
Get Valid to.- Specified by:
getValidTo
in interfaceI_DD_NetworkDistributionLine
- Returns:
- Valid to including this date (last day)
-
-