Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_GuaranteeDays
Column name GuaranteeDaysstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsAutoGenerateLot
Column name IsAutoGenerateLotstatic String
COLUMNNAME_IsGuaranteeDate
Column name IsGuaranteeDatestatic String
COLUMNNAME_IsGuaranteeDateMandatory
Column name IsGuaranteeDateMandatorystatic String
COLUMNNAME_IsInstanceAttribute
Column name IsInstanceAttributestatic String
COLUMNNAME_IsLot
Column name IsLotstatic String
COLUMNNAME_IsLotMandatory
Column name IsLotMandatorystatic String
COLUMNNAME_IsSerNo
Column name IsSerNostatic String
COLUMNNAME_IsSerNoMandatory
Column name IsSerNoMandatorystatic String
COLUMNNAME_LotCharEOverwrite
Column name LotCharEOverwritestatic String
COLUMNNAME_LotCharSOverwrite
Column name LotCharSOverwritestatic String
COLUMNNAME_M_AttributeSet_ID
Column name M_AttributeSet_IDstatic String
COLUMNNAME_M_AttributeSet_Type
Column name M_AttributeSet_Typestatic String
COLUMNNAME_M_AttributeSet_UU
Column name M_AttributeSet_UUstatic String
COLUMNNAME_M_LotCtl_ID
Column name M_LotCtl_IDstatic String
COLUMNNAME_M_SerNoCtl_ID
Column name M_SerNoCtl_IDstatic String
COLUMNNAME_MandatoryType
Column name MandatoryTypestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_SerNoCharEOverwrite
Column name SerNoCharEOverwritestatic String
COLUMNNAME_SerNoCharSOverwrite
Column name SerNoCharSOverwritestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_UseGuaranteeDateForMPolicy
Column name UseGuaranteeDateForMPolicystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=560static String
Table_Name
TableName=M_AttributeSet
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.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.String
getM_AttributeSet_Type()
Get AttributeSet TypeString
getM_AttributeSet_UU()
Get M_AttributeSet_UUI_M_LotCtl
getM_LotCtl()
int
getM_LotCtl_ID()
Get Lot Control.I_M_SerNoCtl
getM_SerNoCtl()
int
getM_SerNoCtl_ID()
Get Serial No Control.String
getMandatoryType()
Get Mandatory Type.String
getName()
Get Name.String
getSerNoCharEOverwrite()
Get SerNo Char End Overwrite.String
getSerNoCharSOverwrite()
Get SerNo Char Start Overwrite.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isAutoGenerateLot()
Get IsAutoGenerateLotboolean
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.boolean
isUseGuaranteeDateForMPolicy()
Get Use Guarantee Date for Material Policyvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setDescription(String Description)
Set Description.void
setGuaranteeDays(int GuaranteeDays)
Set Guarantee Days.void
setIsActive(boolean IsActive)
Set Active.void
setIsAutoGenerateLot(boolean IsAutoGenerateLot)
Set IsAutoGenerateLotvoid
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_AttributeSet_Type(String M_AttributeSet_Type)
Set AttributeSet Typevoid
setM_AttributeSet_UU(String M_AttributeSet_UU)
Set M_AttributeSet_UUvoid
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.void
setUseGuaranteeDateForMPolicy(boolean UseGuaranteeDateForMPolicy)
Set Use Guarantee Date for Material Policy
-
-
-
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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsAutoGenerateLot
static final String COLUMNNAME_IsAutoGenerateLot
Column name IsAutoGenerateLot- 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_AttributeSet_Type
static final String COLUMNNAME_M_AttributeSet_Type
Column name M_AttributeSet_Type- See Also:
- Constant Field Values
-
COLUMNNAME_M_AttributeSet_UU
static final String COLUMNNAME_M_AttributeSet_UU
Column name M_AttributeSet_UU- 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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_UseGuaranteeDateForMPolicy
static final String COLUMNNAME_UseGuaranteeDateForMPolicy
Column name UseGuaranteeDateForMPolicy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsAutoGenerateLot
void setIsAutoGenerateLot(boolean IsAutoGenerateLot)
Set IsAutoGenerateLot
-
isAutoGenerateLot
boolean isAutoGenerateLot()
Get IsAutoGenerateLot
-
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_AttributeSet_Type
void setM_AttributeSet_Type(String M_AttributeSet_Type)
Set AttributeSet Type
-
getM_AttributeSet_Type
String getM_AttributeSet_Type()
Get AttributeSet Type
-
setM_AttributeSet_UU
void setM_AttributeSet_UU(String M_AttributeSet_UU)
Set M_AttributeSet_UU
-
getM_AttributeSet_UU
String getM_AttributeSet_UU()
Get M_AttributeSet_UU
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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 #
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setUseGuaranteeDateForMPolicy
void setUseGuaranteeDateForMPolicy(boolean UseGuaranteeDateForMPolicy)
Set Use Guarantee Date for Material Policy
-
isUseGuaranteeDateForMPolicy
boolean isUseGuaranteeDateForMPolicy()
Get Use Guarantee Date for Material Policy
-
-