Adempiere 3.5.2a

org.compiere.model
Interface I_M_Lot

All Known Implementing Classes:
MLot, X_M_Lot

public interface I_M_Lot

Generated Interface for M_Lot

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_DateFrom
          Column name DateFrom
static String COLUMNNAME_DateTo
          Column name DateTo
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_M_Lot_ID
          Column name M_Lot_ID
static String COLUMNNAME_M_LotCtl_ID
          Column name M_LotCtl_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=557
static String Table_Name
          TableName=M_Lot
 
Method Summary
 Timestamp getDateFrom()
          Get Date From.
 Timestamp getDateTo()
          Get Date To.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 int getM_Lot_ID()
          Get Lot.
 int getM_LotCtl_ID()
          Get Lot Control.
 I_M_LotCtl getM_LotCtl()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getName()
          Get Name.
 void setDateFrom(Timestamp DateFrom)
          Set Date From.
 void setDateTo(Timestamp DateTo)
          Set Date To.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setM_Lot_ID(int M_Lot_ID)
          Set Lot.
 void setM_LotCtl_ID(int M_LotCtl_ID)
          Set Lot Control.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Lot

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=557


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_DateFrom

static final String COLUMNNAME_DateFrom
Column name DateFrom

See Also:
Constant Field Values

COLUMNNAME_DateTo

static final String COLUMNNAME_DateTo
Column name DateTo

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_M_LotCtl_ID

static final String COLUMNNAME_M_LotCtl_ID
Column name M_LotCtl_ID

See Also:
Constant Field Values

COLUMNNAME_M_Lot_ID

static final String COLUMNNAME_M_Lot_ID
Column name M_Lot_ID

See Also:
Constant Field Values

COLUMNNAME_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setDateFrom

void setDateFrom(Timestamp DateFrom)
Set Date From. Starting date for a range


getDateFrom

Timestamp getDateFrom()
Get Date From. Starting date for a range


setDateTo

void setDateTo(Timestamp DateTo)
Set Date To. End date of a date range


getDateTo

Timestamp getDateTo()
Get Date To. End date of a date range


setDescription

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


getDescription

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


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setM_LotCtl_ID

void setM_LotCtl_ID(int M_LotCtl_ID)
Set Lot Control. Product Lot Control


getM_LotCtl_ID

int getM_LotCtl_ID()
Get Lot Control. Product Lot Control


getM_LotCtl

I_M_LotCtl getM_LotCtl()
                       throws Exception
Throws:
Exception

setM_Lot_ID

void setM_Lot_ID(int M_Lot_ID)
Set Lot. Product Lot Definition


getM_Lot_ID

int getM_Lot_ID()
Get Lot. Product Lot Definition


setM_Product_ID

void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item


getM_Product_ID

int getM_Product_ID()
Get Product. Product, Service, Item


getM_Product

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

setName

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


getName

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


Adempiere 3.5.2a

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