|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_AttributeInstance
public class X_M_AttributeInstance
Generated Model for M_AttributeInstance
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_M_AttributeInstance |
|---|
accessLevel, COLUMNNAME_M_Attribute_ID, COLUMNNAME_M_AttributeSetInstance_ID, COLUMNNAME_M_AttributeValue_ID, COLUMNNAME_Value, COLUMNNAME_ValueNumber, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_AttributeInstance(Properties ctx,
int M_AttributeInstance_ID,
String trxName)
Standard Constructor |
|
X_M_AttributeInstance(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Attribute_ID()
Get Attribute. |
I_M_Attribute |
getM_Attribute()
|
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_AttributeValue_ID()
Get Attribute Value. |
I_M_AttributeValue |
getM_AttributeValue()
|
String |
getValue()
Get Search Key. |
BigDecimal |
getValueNumber()
Get Value. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setM_Attribute_ID(int M_Attribute_ID)
Set Attribute. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_AttributeValue_ID(int M_AttributeValue_ID)
Set Attribute Value. |
void |
setValue(String Value)
Set Search Key. |
void |
setValueNumber(BigDecimal ValueNumber)
Set Value. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public X_M_AttributeInstance(Properties ctx,
int M_AttributeInstance_ID,
String trxName)
public X_M_AttributeInstance(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_M_Attribute getM_Attribute()
throws Exception
getM_Attribute in interface I_M_AttributeInstanceExceptionpublic void setM_Attribute_ID(int M_Attribute_ID)
setM_Attribute_ID in interface I_M_AttributeInstanceM_Attribute_ID - Product Attributepublic int getM_Attribute_ID()
getM_Attribute_ID in interface I_M_AttributeInstancepublic void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_M_AttributeInstanceM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_M_AttributeInstance
public I_M_AttributeValue getM_AttributeValue()
throws Exception
getM_AttributeValue in interface I_M_AttributeInstanceExceptionpublic void setM_AttributeValue_ID(int M_AttributeValue_ID)
setM_AttributeValue_ID in interface I_M_AttributeInstanceM_AttributeValue_ID - Product Attribute Valuepublic int getM_AttributeValue_ID()
getM_AttributeValue_ID in interface I_M_AttributeInstancepublic KeyNamePair getKeyNamePair()
public void setValue(String Value)
setValue in interface I_M_AttributeInstanceValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_M_AttributeInstancepublic void setValueNumber(BigDecimal ValueNumber)
setValueNumber in interface I_M_AttributeInstanceValueNumber - Numeric Valuepublic BigDecimal getValueNumber()
getValueNumber in interface I_M_AttributeInstance
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||