Package org.compiere.model
Interface I_M_AttributeUse
- All Known Implementing Classes:
MAttributeUse
,X_M_AttributeUse
public interface I_M_AttributeUse
Generated Interface for M_AttributeUse
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name M_Attribute_IDstatic final String
Column name M_AttributeSet_IDstatic final String
Column name M_AttributeUse_UUstatic final String
Column name SeqNostatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=563static final String
TableName=M_AttributeUse -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Created.int
Get Created By.int
Get Attribute.int
Get Attribute Set.Get M_AttributeUse_UUint
getSeqNo()
Get Sequence.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setIsActive
(boolean IsActive) Set Active.void
setM_Attribute_ID
(int M_Attribute_ID) Set Attribute.void
setM_AttributeSet_ID
(int M_AttributeSet_ID) Set Attribute Set.void
setM_AttributeUse_UU
(String M_AttributeUse_UU) Set M_AttributeUse_UUvoid
setSeqNo
(int SeqNo) Set Sequence.
-
Field Details
-
Table_Name
TableName=M_AttributeUse- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=563- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_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_M_Attribute_ID
Column name M_Attribute_ID- See Also:
-
COLUMNNAME_M_AttributeSet_ID
Column name M_AttributeSet_ID- See Also:
-
COLUMNNAME_M_AttributeUse_UU
Column name M_AttributeUse_UU- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- 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 -
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 -
setM_Attribute_ID
void setM_Attribute_ID(int M_Attribute_ID) Set Attribute. Product Attribute -
getM_Attribute_ID
int getM_Attribute_ID()Get Attribute. Product Attribute -
getM_Attribute
- Throws:
RuntimeException
-
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
-
setM_AttributeUse_UU
Set M_AttributeUse_UU -
getM_AttributeUse_UU
String getM_AttributeUse_UU()Get M_AttributeUse_UU -
setSeqNo
void setSeqNo(int SeqNo) Set Sequence. Method of ordering records; lowest number comes first -
getSeqNo
int getSeqNo()Get Sequence. Method of ordering records; lowest number comes first -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-