|
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_Registration
public class X_A_Registration
Generated Model for A_Registration
| 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 |
| Constructor Summary | |
|---|---|
X_A_Registration(Properties ctx,
int A_Registration_ID,
String trxName)
Standard Constructor |
|
X_A_Registration(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getA_Asset_ID()
Get Asset. |
I_A_Asset |
getA_Asset()
|
int |
getA_Registration_ID()
Get Registration. |
int |
getAD_User_ID()
Get User/Contact. |
I_AD_User |
getAD_User()
|
Timestamp |
getAssetServiceDate()
Get In Service Date. |
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
String |
getName()
Get Name. |
String |
getNote()
Get Note. |
String |
getRemote_Addr()
Get Remote Addr. |
String |
getRemote_Host()
Get Remote Host. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isAllowPublish()
Get Allowed to be Published. |
boolean |
isInProduction()
Get In Production. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isRegistered()
Get Registered. |
void |
setA_Asset_ID(int A_Asset_ID)
Set Asset. |
void |
setA_Registration_ID(int A_Registration_ID)
Set Registration. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setAssetServiceDate(Timestamp AssetServiceDate)
Set In Service Date. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsAllowPublish(boolean IsAllowPublish)
Set Allowed to be Published. |
void |
setIsInProduction(boolean IsInProduction)
Set In Production. |
void |
setIsRegistered(boolean IsRegistered)
Set Registered. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setName(String Name)
Set Name. |
void |
setNote(String Note)
Set Note. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setRemote_Addr(String Remote_Addr)
Set Remote Addr. |
void |
setRemote_Host(String Remote_Host)
Set Remote Host. |
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_A_Registration(Properties ctx,
int A_Registration_ID,
String trxName)
public X_A_Registration(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_A_Asset getA_Asset()
throws Exception
getA_Asset in interface I_A_RegistrationExceptionpublic void setA_Asset_ID(int A_Asset_ID)
setA_Asset_ID in interface I_A_RegistrationA_Asset_ID - Asset used internally or by customerspublic int getA_Asset_ID()
getA_Asset_ID in interface I_A_Registration
public I_AD_User getAD_User()
throws Exception
getAD_User in interface I_A_RegistrationExceptionpublic void setAD_User_ID(int AD_User_ID)
setAD_User_ID in interface I_A_RegistrationAD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
getAD_User_ID in interface I_A_Registrationpublic void setA_Registration_ID(int A_Registration_ID)
setA_Registration_ID in interface I_A_RegistrationA_Registration_ID - User Asset Registrationpublic int getA_Registration_ID()
getA_Registration_ID in interface I_A_Registrationpublic void setAssetServiceDate(Timestamp AssetServiceDate)
setAssetServiceDate in interface I_A_RegistrationAssetServiceDate - Date when Asset was put into servicepublic Timestamp getAssetServiceDate()
getAssetServiceDate in interface I_A_Registration
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_A_RegistrationExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_A_RegistrationC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_A_Registrationpublic void setDescription(String Description)
setDescription in interface I_A_RegistrationDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_A_Registrationpublic void setHelp(String Help)
setHelp in interface I_A_RegistrationHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_A_Registrationpublic void setIsAllowPublish(boolean IsAllowPublish)
setIsAllowPublish in interface I_A_RegistrationIsAllowPublish - You allow to publish the information, not just statistical summary infopublic boolean isAllowPublish()
isAllowPublish in interface I_A_Registrationpublic void setIsInProduction(boolean IsInProduction)
setIsInProduction in interface I_A_RegistrationIsInProduction - The system is in productionpublic boolean isInProduction()
isInProduction in interface I_A_Registrationpublic void setIsRegistered(boolean IsRegistered)
setIsRegistered in interface I_A_RegistrationIsRegistered - The application is registered.public boolean isRegistered()
isRegistered in interface I_A_Registration
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_A_RegistrationExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_A_RegistrationM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_A_Registrationpublic void setName(String Name)
setName in interface I_A_RegistrationName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_A_Registrationpublic KeyNamePair getKeyNamePair()
public void setNote(String Note)
setNote in interface I_A_RegistrationNote - Optional additional user defined informationpublic String getNote()
getNote in interface I_A_Registrationpublic void setProcessing(boolean Processing)
setProcessing in interface I_A_RegistrationProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_A_Registrationpublic void setRemote_Addr(String Remote_Addr)
setRemote_Addr in interface I_A_RegistrationRemote_Addr - Remote Addresspublic String getRemote_Addr()
getRemote_Addr in interface I_A_Registrationpublic void setRemote_Host(String Remote_Host)
setRemote_Host in interface I_A_RegistrationRemote_Host - Remote host Infopublic String getRemote_Host()
getRemote_Host in interface I_A_Registration
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||