|
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_A_RegistrationValue
org.compiere.model.MRegistrationValue
public class MRegistrationValue
Asset Registration Attribute Value
| 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_A_RegistrationValue |
|---|
accessLevel, COLUMNNAME_A_Registration_ID, COLUMNNAME_A_RegistrationAttribute_ID, COLUMNNAME_Description, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MRegistrationValue(MRegistration registration,
int A_RegistrationAttribute_ID,
String Name)
Parent Constructor |
|
MRegistrationValue(Properties ctx,
int ignored,
String trxName)
Persistency Constructor |
|
MRegistrationValue(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
Compare To |
String |
getRegistrationAttribute()
Get Registration Attribute |
String |
getRegistrationAttributeDescription()
Get Registration Attribute Description |
int |
getSeqNo()
Get Attribute SeqNo |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_A_RegistrationValue |
|---|
get_AccessLevel, getA_Registration_ID, getA_Registration, getA_RegistrationAttribute_ID, getA_RegistrationAttribute, getDescription, getKeyNamePair, getName, initPO, setA_Registration_ID, setA_RegistrationAttribute_ID, setDescription, setName |
| 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 MRegistrationValue(Properties ctx,
int ignored,
String trxName)
ctx - contextignored - ignored
public MRegistrationValue(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result set
public MRegistrationValue(MRegistration registration,
int A_RegistrationAttribute_ID,
String Name)
registration - parentA_RegistrationAttribute_ID - attributeName - value| Method Detail |
|---|
public String getRegistrationAttribute()
public String getRegistrationAttributeDescription()
public int getSeqNo()
public int compareTo(Object o)
compareTo in interface Comparableo - the Object to be compared.
public String toString()
toString in class X_A_RegistrationValue
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||