|
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_AttributeValue
public class X_M_AttributeValue
Generated Model for M_AttributeValue
| 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_AttributeValue |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_M_Attribute_ID, COLUMNNAME_M_AttributeValue_ID, COLUMNNAME_Name, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_AttributeValue(Properties ctx,
int M_AttributeValue_ID,
String trxName)
Standard Constructor |
|
X_M_AttributeValue(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Attribute_ID()
Get Attribute. |
I_M_Attribute |
getM_Attribute()
|
int |
getM_AttributeValue_ID()
Get Attribute Value. |
String |
getName()
Get Name. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDescription(String Description)
Set Description. |
void |
setM_Attribute_ID(int M_Attribute_ID)
Set Attribute. |
void |
setM_AttributeValue_ID(int M_AttributeValue_ID)
Set Attribute Value. |
void |
setName(String Name)
Set Name. |
void |
setValue(String Value)
Set Search Key. |
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_AttributeValue(Properties ctx,
int M_AttributeValue_ID,
String trxName)
public X_M_AttributeValue(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 POpublic void setDescription(String Description)
setDescription in interface I_M_AttributeValueDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_AttributeValue
public I_M_Attribute getM_Attribute()
throws Exception
getM_Attribute in interface I_M_AttributeValueExceptionpublic void setM_Attribute_ID(int M_Attribute_ID)
setM_Attribute_ID in interface I_M_AttributeValueM_Attribute_ID - Product Attributepublic int getM_Attribute_ID()
getM_Attribute_ID in interface I_M_AttributeValuepublic void setM_AttributeValue_ID(int M_AttributeValue_ID)
setM_AttributeValue_ID in interface I_M_AttributeValueM_AttributeValue_ID - Product Attribute Valuepublic int getM_AttributeValue_ID()
getM_AttributeValue_ID in interface I_M_AttributeValuepublic void setName(String Name)
setName in interface I_M_AttributeValueName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_AttributeValuepublic KeyNamePair getKeyNamePair()
public void setValue(String Value)
setValue in interface I_M_AttributeValueValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_M_AttributeValue
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||