Adempiere 3.5.2a

org.eevolution.model
Class X_DD_NetworkDistributionLine

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.eevolution.model.X_DD_NetworkDistributionLine
All Implemented Interfaces:
Serializable, Comparator, I_Persistent, Evaluatee, I_DD_NetworkDistributionLine
Direct Known Subclasses:
MDDNetworkDistributionLine

public class X_DD_NetworkDistributionLine
extends PO
implements I_DD_NetworkDistributionLine, I_Persistent

Generated Model for DD_NetworkDistributionLine

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int M_WAREHOUSE_ID_AD_Reference_ID
          M_Warehouse_ID AD_Reference_ID=197
static int M_WAREHOUSESOURCE_ID_AD_Reference_ID
          M_WarehouseSource_ID AD_Reference_ID=197
 
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, 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_DD_NetworkDistribution_ID, COLUMNNAME_DD_NetworkDistributionLine_ID, COLUMNNAME_M_Shipper_ID, COLUMNNAME_M_Warehouse_ID, COLUMNNAME_M_WarehouseSource_ID, COLUMNNAME_Percent, COLUMNNAME_PriorityNo, COLUMNNAME_TransfertTime, COLUMNNAME_ValidFrom, COLUMNNAME_ValidTo, Model, Table_ID, Table_Name
 
Constructor Summary
X_DD_NetworkDistributionLine(Properties ctx, int DD_NetworkDistributionLine_ID, String trxName)
          Standard Constructor
X_DD_NetworkDistributionLine(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getDD_NetworkDistribution_ID()
          Get Network Distribution.
 I_DD_NetworkDistribution getDD_NetworkDistribution()
           
 int getDD_NetworkDistributionLine_ID()
          Get DD_NetworkDistributionLine_ID.
 int getM_Shipper_ID()
          Get Shipper.
 I_M_Shipper getM_Shipper()
           
 int getM_Warehouse_ID()
          Get Warehouse.
 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 Data
 void setDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID)
          Set Network Distribution.
 void setDD_NetworkDistributionLine_ID(int DD_NetworkDistributionLine_ID)
          Set DD_NetworkDistributionLine_ID.
 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, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, 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_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

M_WAREHOUSE_ID_AD_Reference_ID

public static final int M_WAREHOUSE_ID_AD_Reference_ID
M_Warehouse_ID AD_Reference_ID=197

See Also:
Constant Field Values

M_WAREHOUSESOURCE_ID_AD_Reference_ID

public static final int M_WAREHOUSESOURCE_ID_AD_Reference_ID
M_WarehouseSource_ID AD_Reference_ID=197

See Also:
Constant Field Values
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 class PO
Returns:
3 - Client - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

getDD_NetworkDistribution

public I_DD_NetworkDistribution getDD_NetworkDistribution()
                                                   throws Exception
Specified by:
getDD_NetworkDistribution in interface I_DD_NetworkDistributionLine
Throws:
Exception

setDD_NetworkDistribution_ID

public void setDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID)
Set Network Distribution.

Specified by:
setDD_NetworkDistribution_ID in interface I_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 interface I_DD_NetworkDistributionLine
Returns:
Network Distribution

setDD_NetworkDistributionLine_ID

public void setDD_NetworkDistributionLine_ID(int DD_NetworkDistributionLine_ID)
Set DD_NetworkDistributionLine_ID.

Specified by:
setDD_NetworkDistributionLine_ID in interface I_DD_NetworkDistributionLine
Parameters:
DD_NetworkDistributionLine_ID - DD_NetworkDistributionLine_ID

getDD_NetworkDistributionLine_ID

public int getDD_NetworkDistributionLine_ID()
Get DD_NetworkDistributionLine_ID.

Specified by:
getDD_NetworkDistributionLine_ID in interface I_DD_NetworkDistributionLine
Returns:
DD_NetworkDistributionLine_ID

getM_Shipper

public I_M_Shipper getM_Shipper()
                         throws Exception
Specified by:
getM_Shipper in interface I_DD_NetworkDistributionLine
Throws:
Exception

setM_Shipper_ID

public void setM_Shipper_ID(int M_Shipper_ID)
Set Shipper.

Specified by:
setM_Shipper_ID in interface I_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 interface I_DD_NetworkDistributionLine
Returns:
Method or manner of product delivery

setM_Warehouse_ID

public void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse.

Specified by:
setM_Warehouse_ID in interface I_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 interface I_DD_NetworkDistributionLine
Returns:
Storage Warehouse and Service Point

setM_WarehouseSource_ID

public void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
Set Source Warehouse.

Specified by:
setM_WarehouseSource_ID in interface I_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 interface I_DD_NetworkDistributionLine
Returns:
Optional Warehouse to replenish from

setPercent

public void setPercent(BigDecimal Percent)
Set Percent.

Specified by:
setPercent in interface I_DD_NetworkDistributionLine
Parameters:
Percent - Percentage

getPercent

public BigDecimal getPercent()
Get Percent.

Specified by:
getPercent in interface I_DD_NetworkDistributionLine
Returns:
Percentage

setPriorityNo

public void setPriorityNo(int PriorityNo)
Set Relative Priority.

Specified by:
setPriorityNo in interface I_DD_NetworkDistributionLine
Parameters:
PriorityNo - Where inventory should be picked from first

getPriorityNo

public int getPriorityNo()
Get Relative Priority.

Specified by:
getPriorityNo in interface I_DD_NetworkDistributionLine
Returns:
Where inventory should be picked from first

setTransfertTime

public void setTransfertTime(BigDecimal TransfertTime)
Set Transfert Time.

Specified by:
setTransfertTime in interface I_DD_NetworkDistributionLine
Parameters:
TransfertTime - Transfert Time

getTransfertTime

public BigDecimal getTransfertTime()
Get Transfert Time.

Specified by:
getTransfertTime in interface I_DD_NetworkDistributionLine
Returns:
Transfert Time

setValidFrom

public void setValidFrom(Timestamp ValidFrom)
Set Valid from.

Specified by:
setValidFrom in interface I_DD_NetworkDistributionLine
Parameters:
ValidFrom - Valid from including this date (first day)

getValidFrom

public Timestamp getValidFrom()
Get Valid from.

Specified by:
getValidFrom in interface I_DD_NetworkDistributionLine
Returns:
Valid from including this date (first day)

setValidTo

public void setValidTo(Timestamp ValidTo)
Set Valid to.

Specified by:
setValidTo in interface I_DD_NetworkDistributionLine
Parameters:
ValidTo - Valid to including this date (last day)

getValidTo

public Timestamp getValidTo()
Get Valid to.

Specified by:
getValidTo in interface I_DD_NetworkDistributionLine
Returns:
Valid to including this date (last day)

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.