|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_M_AttributeSet
Generated Interface for M_AttributeSet
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_Description
static final String COLUMNNAME_GuaranteeDays
static final String COLUMNNAME_IsGuaranteeDate
static final String COLUMNNAME_IsGuaranteeDateMandatory
static final String COLUMNNAME_IsInstanceAttribute
static final String COLUMNNAME_IsLot
static final String COLUMNNAME_IsLotMandatory
static final String COLUMNNAME_IsSerNo
static final String COLUMNNAME_IsSerNoMandatory
static final String COLUMNNAME_LotCharEOverwrite
static final String COLUMNNAME_LotCharSOverwrite
static final String COLUMNNAME_MandatoryType
static final String COLUMNNAME_M_AttributeSet_ID
static final String COLUMNNAME_M_LotCtl_ID
static final String COLUMNNAME_M_SerNoCtl_ID
static final String COLUMNNAME_Name
static final String COLUMNNAME_SerNoCharEOverwrite
static final String COLUMNNAME_SerNoCharSOverwrite
| Method Detail |
|---|
void setDescription(String Description)
String getDescription()
void setGuaranteeDays(int GuaranteeDays)
int getGuaranteeDays()
void setIsGuaranteeDate(boolean IsGuaranteeDate)
boolean isGuaranteeDate()
void setIsGuaranteeDateMandatory(boolean IsGuaranteeDateMandatory)
boolean isGuaranteeDateMandatory()
void setIsInstanceAttribute(boolean IsInstanceAttribute)
boolean isInstanceAttribute()
void setIsLot(boolean IsLot)
boolean isLot()
void setIsLotMandatory(boolean IsLotMandatory)
boolean isLotMandatory()
void setIsSerNo(boolean IsSerNo)
boolean isSerNo()
void setIsSerNoMandatory(boolean IsSerNoMandatory)
boolean isSerNoMandatory()
void setLotCharEOverwrite(String LotCharEOverwrite)
String getLotCharEOverwrite()
void setLotCharSOverwrite(String LotCharSOverwrite)
String getLotCharSOverwrite()
void setMandatoryType(String MandatoryType)
String getMandatoryType()
void setM_AttributeSet_ID(int M_AttributeSet_ID)
int getM_AttributeSet_ID()
void setM_LotCtl_ID(int M_LotCtl_ID)
int getM_LotCtl_ID()
I_M_LotCtl getM_LotCtl()
throws Exception
Exceptionvoid setM_SerNoCtl_ID(int M_SerNoCtl_ID)
int getM_SerNoCtl_ID()
I_M_SerNoCtl getM_SerNoCtl()
throws Exception
Exceptionvoid setName(String Name)
String getName()
void setSerNoCharEOverwrite(String SerNoCharEOverwrite)
String getSerNoCharEOverwrite()
void setSerNoCharSOverwrite(String SerNoCharSOverwrite)
String getSerNoCharSOverwrite()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||