|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.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.X_A_RegistrationValue |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MRegistrationValue(Ctx ctx,
int ignored,
String trxName)
Persistency Constructor |
|
MRegistrationValue(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MRegistrationValue(MRegistration registration,
int A_RegistrationAttribute_ID,
String Name)
Parent Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(MRegistrationValue oo)
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_RegistrationAttribute_ID, getDescription, getKeyNamePair, getName, initPO, setA_Registration_ID, setA_RegistrationAttribute_ID, setDescription, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRegistrationValue(Ctx ctx,
int ignored,
String trxName)
ctx - contextignored - ignored
public MRegistrationValue(Ctx 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(MRegistrationValue oo)
compareTo in interface Comparable<MRegistrationValue>o - the Object to be compared.
public String toString()
toString in class X_A_RegistrationValue
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||