Adempiere 3.5.2a

org.compiere.model
Interface I_M_PackageLine

All Known Implementing Classes:
MPackageLine, X_M_PackageLine

public interface I_M_PackageLine

Generated Interface for M_PackageLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_M_InOutLine_ID
          Column name M_InOutLine_ID
static String COLUMNNAME_M_Package_ID
          Column name M_Package_ID
static String COLUMNNAME_M_PackageLine_ID
          Column name M_PackageLine_ID
static String COLUMNNAME_Qty
          Column name Qty
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=663
static String Table_Name
          TableName=M_PackageLine
 
Method Summary
 String getDescription()
          Get Description.
 int getM_InOutLine_ID()
          Get Shipment/Receipt Line.
 I_M_InOutLine getM_InOutLine()
           
 int getM_Package_ID()
          Get Package.
 I_M_Package getM_Package()
           
 int getM_PackageLine_ID()
          Get Package Line.
 BigDecimal getQty()
          Get Quantity.
 void setDescription(String Description)
          Set Description.
 void setM_InOutLine_ID(int M_InOutLine_ID)
          Set Shipment/Receipt Line.
 void setM_Package_ID(int M_Package_ID)
          Set Package.
 void setM_PackageLine_ID(int M_PackageLine_ID)
          Set Package Line.
 void setQty(BigDecimal Qty)
          Set Quantity.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_PackageLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=663


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_M_InOutLine_ID

static final String COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID

See Also:
Constant Field Values

COLUMNNAME_M_Package_ID

static final String COLUMNNAME_M_Package_ID
Column name M_Package_ID

See Also:
Constant Field Values

COLUMNNAME_M_PackageLine_ID

static final String COLUMNNAME_M_PackageLine_ID
Column name M_PackageLine_ID

See Also:
Constant Field Values

COLUMNNAME_Qty

static final String COLUMNNAME_Qty
Column name Qty

See Also:
Constant Field Values
Method Detail

setDescription

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


getDescription

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


setM_InOutLine_ID

void setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. Line on Shipment or Receipt document


getM_InOutLine_ID

int getM_InOutLine_ID()
Get Shipment/Receipt Line. Line on Shipment or Receipt document


getM_InOutLine

I_M_InOutLine getM_InOutLine()
                             throws Exception
Throws:
Exception

setM_Package_ID

void setM_Package_ID(int M_Package_ID)
Set Package. Shipment Package


getM_Package_ID

int getM_Package_ID()
Get Package. Shipment Package


getM_Package

I_M_Package getM_Package()
                         throws Exception
Throws:
Exception

setM_PackageLine_ID

void setM_PackageLine_ID(int M_PackageLine_ID)
Set Package Line. The detail content of the Package


getM_PackageLine_ID

int getM_PackageLine_ID()
Get Package Line. The detail content of the Package


setQty

void setQty(BigDecimal Qty)
Set Quantity. Quantity


getQty

BigDecimal getQty()
Get Quantity. Quantity


Adempiere 3.5.2a

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