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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 7 - System - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DefaultValuestatic final StringColumn name EntityTypestatic final StringColumn name IsActivestatic final StringColumn name M_Attribute_IDstatic final StringColumn name M_AttributeSet_IDstatic final StringColumn name M_AttributeUse_UUstatic final StringColumn name SeqNostatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=563static final StringTableName=M_AttributeUse -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get Created.intGet Created By.Get Default Logic.Get Entity Type.Deprecated.intGet Attribute.Deprecated.intGet Attribute Set.Get M_AttributeUse_UUintgetSeqNo()Get Sequence.Get Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetDefaultValue(String DefaultValue) Set Default Logic.voidsetEntityType(String EntityType) Set Entity Type.voidsetIsActive(boolean IsActive) Set Active.voidsetM_Attribute_ID(int M_Attribute_ID) Set Attribute.voidsetM_AttributeSet_ID(int M_AttributeSet_ID) Set Attribute Set.voidsetM_AttributeUse_UU(String M_AttributeUse_UU) Set M_AttributeUse_UUvoidsetSeqNo(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 = 7 - System - 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_DefaultValue
Column name DefaultValue- See Also:
-
COLUMNNAME_EntityType
Column name EntityType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- 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_M_Attribute_ID
Column name M_Attribute_ID- 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 -
setDefaultValue
Set Default Logic. Default value hierarchy, separated by ; -
getDefaultValue
String getDefaultValue()Get Default Logic. Default value hierarchy, separated by ; -
setEntityType
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
getEntityType
String getEntityType()Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
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_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
Deprecated.- Throws:
RuntimeException
-
setM_AttributeUse_UU
Set M_AttributeUse_UU -
getM_AttributeUse_UU
String getM_AttributeUse_UU()Get M_AttributeUse_UU -
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
Deprecated.- Throws:
RuntimeException
-
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
-