Adempiere 3.5.2a

org.compiere.model
Interface I_M_AttributeSet

All Known Implementing Classes:
MAttributeSet, X_M_AttributeSet

public interface I_M_AttributeSet

Generated Interface for M_AttributeSet

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_GuaranteeDays
          Column name GuaranteeDays
static String COLUMNNAME_IsGuaranteeDate
          Column name IsGuaranteeDate
static String COLUMNNAME_IsGuaranteeDateMandatory
          Column name IsGuaranteeDateMandatory
static String COLUMNNAME_IsInstanceAttribute
          Column name IsInstanceAttribute
static String COLUMNNAME_IsLot
          Column name IsLot
static String COLUMNNAME_IsLotMandatory
          Column name IsLotMandatory
static String COLUMNNAME_IsSerNo
          Column name IsSerNo
static String COLUMNNAME_IsSerNoMandatory
          Column name IsSerNoMandatory
static String COLUMNNAME_LotCharEOverwrite
          Column name LotCharEOverwrite
static String COLUMNNAME_LotCharSOverwrite
          Column name LotCharSOverwrite
static String COLUMNNAME_M_AttributeSet_ID
          Column name M_AttributeSet_ID
static String COLUMNNAME_M_LotCtl_ID
          Column name M_LotCtl_ID
static String COLUMNNAME_M_SerNoCtl_ID
          Column name M_SerNoCtl_ID
static String COLUMNNAME_MandatoryType
          Column name MandatoryType
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_SerNoCharEOverwrite
          Column name SerNoCharEOverwrite
static String COLUMNNAME_SerNoCharSOverwrite
          Column name SerNoCharSOverwrite
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=560
static String Table_Name
          TableName=M_AttributeSet
 
Method Summary
 String getDescription()
          Get Description.
 int getGuaranteeDays()
          Get Guarantee Days.
 String getLotCharEOverwrite()
          Get Lot Char End Overwrite.
 String getLotCharSOverwrite()
          Get Lot Char Start Overwrite.
 int getM_AttributeSet_ID()
          Get Attribute Set.
 int getM_LotCtl_ID()
          Get Lot Control.
 I_M_LotCtl getM_LotCtl()
           
 int getM_SerNoCtl_ID()
          Get Serial No Control.
 I_M_SerNoCtl getM_SerNoCtl()
           
 String getMandatoryType()
          Get Mandatory Type.
 String getName()
          Get Name.
 String getSerNoCharEOverwrite()
          Get SerNo Char End Overwrite.
 String getSerNoCharSOverwrite()
          Get SerNo Char Start Overwrite.
 boolean isGuaranteeDate()
          Get Guarantee Date.
 boolean isGuaranteeDateMandatory()
          Get Mandatory Guarantee Date.
 boolean isInstanceAttribute()
          Get Instance Attribute.
 boolean isLot()
          Get Lot.
 boolean isLotMandatory()
          Get Mandatory Lot.
 boolean isSerNo()
          Get Serial No.
 boolean isSerNoMandatory()
          Get Mandatory Serial No.
 void setDescription(String Description)
          Set Description.
 void setGuaranteeDays(int GuaranteeDays)
          Set Guarantee Days.
 void setIsGuaranteeDate(boolean IsGuaranteeDate)
          Set Guarantee Date.
 void setIsGuaranteeDateMandatory(boolean IsGuaranteeDateMandatory)
          Set Mandatory Guarantee Date.
 void setIsInstanceAttribute(boolean IsInstanceAttribute)
          Set Instance Attribute.
 void setIsLot(boolean IsLot)
          Set Lot.
 void setIsLotMandatory(boolean IsLotMandatory)
          Set Mandatory Lot.
 void setIsSerNo(boolean IsSerNo)
          Set Serial No.
 void setIsSerNoMandatory(boolean IsSerNoMandatory)
          Set Mandatory Serial No.
 void setLotCharEOverwrite(String LotCharEOverwrite)
          Set Lot Char End Overwrite.
 void setLotCharSOverwrite(String LotCharSOverwrite)
          Set Lot Char Start Overwrite.
 void setM_AttributeSet_ID(int M_AttributeSet_ID)
          Set Attribute Set.
 void setM_LotCtl_ID(int M_LotCtl_ID)
          Set Lot Control.
 void setM_SerNoCtl_ID(int M_SerNoCtl_ID)
          Set Serial No Control.
 void setMandatoryType(String MandatoryType)
          Set Mandatory Type.
 void setName(String Name)
          Set Name.
 void setSerNoCharEOverwrite(String SerNoCharEOverwrite)
          Set SerNo Char End Overwrite.
 void setSerNoCharSOverwrite(String SerNoCharSOverwrite)
          Set SerNo Char Start Overwrite.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_AttributeSet

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=560


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_GuaranteeDays

static final String COLUMNNAME_GuaranteeDays
Column name GuaranteeDays

See Also:
Constant Field Values

COLUMNNAME_IsGuaranteeDate

static final String COLUMNNAME_IsGuaranteeDate
Column name IsGuaranteeDate

See Also:
Constant Field Values

COLUMNNAME_IsGuaranteeDateMandatory

static final String COLUMNNAME_IsGuaranteeDateMandatory
Column name IsGuaranteeDateMandatory

See Also:
Constant Field Values

COLUMNNAME_IsInstanceAttribute

static final String COLUMNNAME_IsInstanceAttribute
Column name IsInstanceAttribute

See Also:
Constant Field Values

COLUMNNAME_IsLot

static final String COLUMNNAME_IsLot
Column name IsLot

See Also:
Constant Field Values

COLUMNNAME_IsLotMandatory

static final String COLUMNNAME_IsLotMandatory
Column name IsLotMandatory

See Also:
Constant Field Values

COLUMNNAME_IsSerNo

static final String COLUMNNAME_IsSerNo
Column name IsSerNo

See Also:
Constant Field Values

COLUMNNAME_IsSerNoMandatory

static final String COLUMNNAME_IsSerNoMandatory
Column name IsSerNoMandatory

See Also:
Constant Field Values

COLUMNNAME_LotCharEOverwrite

static final String COLUMNNAME_LotCharEOverwrite
Column name LotCharEOverwrite

See Also:
Constant Field Values

COLUMNNAME_LotCharSOverwrite

static final String COLUMNNAME_LotCharSOverwrite
Column name LotCharSOverwrite

See Also:
Constant Field Values

COLUMNNAME_MandatoryType

static final String COLUMNNAME_MandatoryType
Column name MandatoryType

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_LotCtl_ID

static final String COLUMNNAME_M_LotCtl_ID
Column name M_LotCtl_ID

See Also:
Constant Field Values

COLUMNNAME_M_SerNoCtl_ID

static final String COLUMNNAME_M_SerNoCtl_ID
Column name M_SerNoCtl_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_SerNoCharEOverwrite

static final String COLUMNNAME_SerNoCharEOverwrite
Column name SerNoCharEOverwrite

See Also:
Constant Field Values

COLUMNNAME_SerNoCharSOverwrite

static final String COLUMNNAME_SerNoCharSOverwrite
Column name SerNoCharSOverwrite

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


setGuaranteeDays

void setGuaranteeDays(int GuaranteeDays)
Set Guarantee Days. Number of days the product is guaranteed or available


getGuaranteeDays

int getGuaranteeDays()
Get Guarantee Days. Number of days the product is guaranteed or available


setIsGuaranteeDate

void setIsGuaranteeDate(boolean IsGuaranteeDate)
Set Guarantee Date. Product has Guarantee or Expiry Date


isGuaranteeDate

boolean isGuaranteeDate()
Get Guarantee Date. Product has Guarantee or Expiry Date


setIsGuaranteeDateMandatory

void setIsGuaranteeDateMandatory(boolean IsGuaranteeDateMandatory)
Set Mandatory Guarantee Date. The entry of a Guarantee Date is mandatory when creating a Product Instance


isGuaranteeDateMandatory

boolean isGuaranteeDateMandatory()
Get Mandatory Guarantee Date. The entry of a Guarantee Date is mandatory when creating a Product Instance


setIsInstanceAttribute

void setIsInstanceAttribute(boolean IsInstanceAttribute)
Set Instance Attribute. The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date)


isInstanceAttribute

boolean isInstanceAttribute()
Get Instance Attribute. The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date)


setIsLot

void setIsLot(boolean IsLot)
Set Lot. The product instances have a Lot Number


isLot

boolean isLot()
Get Lot. The product instances have a Lot Number


setIsLotMandatory

void setIsLotMandatory(boolean IsLotMandatory)
Set Mandatory Lot. The entry of Lot info is mandatory when creating a Product Instance


isLotMandatory

boolean isLotMandatory()
Get Mandatory Lot. The entry of Lot info is mandatory when creating a Product Instance


setIsSerNo

void setIsSerNo(boolean IsSerNo)
Set Serial No. The product instances have Serial Numbers


isSerNo

boolean isSerNo()
Get Serial No. The product instances have Serial Numbers


setIsSerNoMandatory

void setIsSerNoMandatory(boolean IsSerNoMandatory)
Set Mandatory Serial No. The entry of a Serial No is mandatory when creating a Product Instance


isSerNoMandatory

boolean isSerNoMandatory()
Get Mandatory Serial No. The entry of a Serial No is mandatory when creating a Product Instance


setLotCharEOverwrite

void setLotCharEOverwrite(String LotCharEOverwrite)
Set Lot Char End Overwrite. Lot/Batch End Indicator overwrite - default »


getLotCharEOverwrite

String getLotCharEOverwrite()
Get Lot Char End Overwrite. Lot/Batch End Indicator overwrite - default »


setLotCharSOverwrite

void setLotCharSOverwrite(String LotCharSOverwrite)
Set Lot Char Start Overwrite. Lot/Batch Start Indicator overwrite - default «


getLotCharSOverwrite

String getLotCharSOverwrite()
Get Lot Char Start Overwrite. Lot/Batch Start Indicator overwrite - default «


setMandatoryType

void setMandatoryType(String MandatoryType)
Set Mandatory Type. The specification of a Product Attribute Instance is mandatory


getMandatoryType

String getMandatoryType()
Get Mandatory Type. The specification of a Product Attribute Instance is mandatory


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


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_SerNoCtl_ID

void setM_SerNoCtl_ID(int M_SerNoCtl_ID)
Set Serial No Control. Product Serial Number Control


getM_SerNoCtl_ID

int getM_SerNoCtl_ID()
Get Serial No Control. Product Serial Number Control


getM_SerNoCtl

I_M_SerNoCtl getM_SerNoCtl()
                           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


setSerNoCharEOverwrite

void setSerNoCharEOverwrite(String SerNoCharEOverwrite)
Set SerNo Char End Overwrite. Serial Number End Indicator overwrite - default empty


getSerNoCharEOverwrite

String getSerNoCharEOverwrite()
Get SerNo Char End Overwrite. Serial Number End Indicator overwrite - default empty


setSerNoCharSOverwrite

void setSerNoCharSOverwrite(String SerNoCharSOverwrite)
Set SerNo Char Start Overwrite. Serial Number Start Indicator overwrite - default #


getSerNoCharSOverwrite

String getSerNoCharSOverwrite()
Get SerNo Char Start Overwrite. Serial Number Start Indicator overwrite - default #


Adempiere 3.5.2a

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