Adempiere 3.5.2a

org.compiere.model
Interface I_M_AttributeSetInstance

All Known Implementing Classes:
MAttributeSetInstance, X_M_AttributeSetInstance

public interface I_M_AttributeSetInstance

Generated Interface for M_AttributeSetInstance

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_GuaranteeDate
          Column name GuaranteeDate
static String COLUMNNAME_Lot
          Column name Lot
static String COLUMNNAME_M_AttributeSet_ID
          Column name M_AttributeSet_ID
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_Lot_ID
          Column name M_Lot_ID
static String COLUMNNAME_SerNo
          Column name SerNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=559
static String Table_Name
          TableName=M_AttributeSetInstance
 
Method Summary
 String getDescription()
          Get Description.
 Timestamp getGuaranteeDate()
          Get Guarantee Date.
 String getLot()
          Get Lot No.
 int getM_AttributeSet_ID()
          Get Attribute Set.
 I_M_AttributeSet getM_AttributeSet()
           
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_Lot_ID()
          Get Lot.
 I_M_Lot getM_Lot()
           
 String getSerNo()
          Get Serial No.
 void setDescription(String Description)
          Set Description.
 void setGuaranteeDate(Timestamp GuaranteeDate)
          Set Guarantee Date.
 void setLot(String Lot)
          Set Lot No.
 void setM_AttributeSet_ID(int M_AttributeSet_ID)
          Set Attribute Set.
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_Lot_ID(int M_Lot_ID)
          Set Lot.
 void setSerNo(String SerNo)
          Set Serial No.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_AttributeSetInstance

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=559


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_GuaranteeDate

static final String COLUMNNAME_GuaranteeDate
Column name GuaranteeDate

See Also:
Constant Field Values

COLUMNNAME_Lot

static final String COLUMNNAME_Lot
Column name Lot

See Also:
Constant Field Values

COLUMNNAME_M_AttributeSet_ID

static final String COLUMNNAME_M_AttributeSet_ID
Column name M_AttributeSet_ID

See Also:
Constant Field Values

COLUMNNAME_M_AttributeSetInstance_ID

static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_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_SerNo

static final String COLUMNNAME_SerNo
Column name SerNo

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


setGuaranteeDate

void setGuaranteeDate(Timestamp GuaranteeDate)
Set Guarantee Date. Date when guarantee expires


getGuaranteeDate

Timestamp getGuaranteeDate()
Get Guarantee Date. Date when guarantee expires


setLot

void setLot(String Lot)
Set Lot No. Lot number (alphanumeric)


getLot

String getLot()
Get Lot No. Lot number (alphanumeric)


setM_AttributeSet_ID

void setM_AttributeSet_ID(int M_AttributeSet_ID)
Set Attribute Set. Product Attribute Set


getM_AttributeSet_ID

int getM_AttributeSet_ID()
Get Attribute Set. Product Attribute Set


getM_AttributeSet

I_M_AttributeSet getM_AttributeSet()
                                   throws Exception
Throws:
Exception

setM_AttributeSetInstance_ID

void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. Product Attribute Set Instance


getM_AttributeSetInstance_ID

int getM_AttributeSetInstance_ID()
Get Attribute Set Instance. Product Attribute Set Instance


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


getM_Lot

I_M_Lot getM_Lot()
                 throws Exception
Throws:
Exception

setSerNo

void setSerNo(String SerNo)
Set Serial No. Product Serial Number


getSerNo

String getSerNo()
Get Serial No. Product Serial Number


Adempiere 3.5.2a

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