Package org.compiere.model
Interface I_M_AttributeSetExclude
- All Known Implementing Classes:
MAttributeSetExclude
,X_M_AttributeSetExclude
public interface I_M_AttributeSetExclude
Generated Interface for M_AttributeSetExclude
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 2 - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Table_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name IsSOTrxstatic final String
Column name M_AttributeSet_IDstatic final String
Column name M_AttributeSetExclude_IDstatic final String
Column name M_AttributeSetExclude_UUstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=809static final String
TableName=M_AttributeSetExclude -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Table.Get Created.int
Get Created By.int
Get Attribute Set.int
Get Exclude Attribute Set.Get M_AttributeSetExclude_UUGet Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
isSOTrx()
Get Sales Transaction.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Table_ID
(int AD_Table_ID) Set Table.void
setIsActive
(boolean IsActive) Set Active.void
setIsSOTrx
(boolean IsSOTrx) Set Sales Transaction.void
setM_AttributeSet_ID
(int M_AttributeSet_ID) Set Attribute Set.void
setM_AttributeSetExclude_ID
(int M_AttributeSetExclude_ID) Set Exclude Attribute Set.void
setM_AttributeSetExclude_UU
(String M_AttributeSetExclude_UU) Set M_AttributeSetExclude_UU
-
Field Details
-
Table_Name
TableName=M_AttributeSetExclude- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=809- See Also:
-
Model
-
accessLevel
AccessLevel = 2 - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
-
COLUMNNAME_M_AttributeSetExclude_ID
Column name M_AttributeSetExclude_ID- See Also:
-
COLUMNNAME_M_AttributeSetExclude_UU
Column name M_AttributeSetExclude_UU- See Also:
-
COLUMNNAME_M_AttributeSet_ID
Column name M_AttributeSet_ID- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAD_Table_ID
void setAD_Table_ID(int AD_Table_ID) Set Table. Database Table information -
getAD_Table_ID
int getAD_Table_ID()Get Table. Database Table information -
getAD_Table
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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 -
setIsSOTrx
void setIsSOTrx(boolean IsSOTrx) Set Sales Transaction. This is a Sales Transaction -
isSOTrx
boolean isSOTrx()Get Sales Transaction. This is a Sales Transaction -
setM_AttributeSetExclude_ID
void setM_AttributeSetExclude_ID(int M_AttributeSetExclude_ID) Set Exclude Attribute Set. Exclude the ability to enter Attribute Sets -
getM_AttributeSetExclude_ID
int getM_AttributeSetExclude_ID()Get Exclude Attribute Set. Exclude the ability to enter Attribute Sets -
setM_AttributeSetExclude_UU
Set M_AttributeSetExclude_UU -
getM_AttributeSetExclude_UU
String getM_AttributeSetExclude_UU()Get M_AttributeSetExclude_UU -
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
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-