Adempiere 3.5.2a

org.compiere.model
Interface I_M_DistributionRun

All Known Implementing Classes:
MDistributionRun, X_M_DistributionRun

public interface I_M_DistributionRun

Generated Interface for M_DistributionRun

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_BPartner_Location_ID
          Column name C_BPartner_Location_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsCreateSingleOrder
          Column name IsCreateSingleOrder
static String COLUMNNAME_M_DistributionRun_ID
          Column name M_DistributionRun_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Processing
          Column name Processing
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=712
static String Table_Name
          TableName=M_DistributionRun
 
Method Summary
 int getC_BPartner_ID()
          Get Business Partner .
 int getC_BPartner_Location_ID()
          Get Partner Location.
 I_C_BPartner_Location getC_BPartner_Location()
           
 I_C_BPartner getC_BPartner()
           
 String getDescription()
          Get Description.
 int getM_DistributionRun_ID()
          Get Distribution Run.
 String getName()
          Get Name.
 boolean isCreateSingleOrder()
          Get Create Single Order.
 boolean isProcessing()
          Get Process Now
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
          Set Partner Location.
 void setDescription(String Description)
          Set Description.
 void setIsCreateSingleOrder(boolean IsCreateSingleOrder)
          Set Create Single Order.
 void setM_DistributionRun_ID(int M_DistributionRun_ID)
          Set Distribution Run.
 void setName(String Name)
          Set Name.
 void setProcessing(boolean Processing)
          Set Process Now
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_DistributionRun

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=712


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_Location_ID

static final String COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsCreateSingleOrder

static final String COLUMNNAME_IsCreateSingleOrder
Column name IsCreateSingleOrder

See Also:
Constant Field Values

COLUMNNAME_M_DistributionRun_ID

static final String COLUMNNAME_M_DistributionRun_ID
Column name M_DistributionRun_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values
Method Detail

setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setC_BPartner_Location_ID

void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location_ID

int getC_BPartner_Location_ID()
Get Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location

I_C_BPartner_Location getC_BPartner_Location()
                                             throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setIsCreateSingleOrder

void setIsCreateSingleOrder(boolean IsCreateSingleOrder)
Set Create Single Order. For all shipments create one Order


isCreateSingleOrder

boolean isCreateSingleOrder()
Get Create Single Order. For all shipments create one Order


setM_DistributionRun_ID

void setM_DistributionRun_ID(int M_DistributionRun_ID)
Set Distribution Run. Distribution Run create Orders to distribute products to a selected list of partners


getM_DistributionRun_ID

int getM_DistributionRun_ID()
Get Distribution Run. Distribution Run create Orders to distribute products to a selected list of partners


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


Adempiere 3.5.2a

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