|
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_AD_Registration
public class X_AD_Registration
Generated Model for AD_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_AD_Registration(Properties ctx,
int AD_Registration_ID,
String trxName)
Standard Constructor |
|
X_AD_Registration(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Registration_ID()
Get System Registration. |
int |
getAD_System_ID()
Get System. |
I_AD_System |
getAD_System()
|
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
int |
getC_Location_ID()
Get Address. |
String |
getDescription()
Get Description. |
String |
getIndustryInfo()
Get Industry Info. |
int |
getNumberEmployees()
Get Employees. |
String |
getPlatformInfo()
Get Platform Info. |
int |
getRecord_ID()
Get Record ID. |
String |
getRemote_Addr()
Get Remote Addr. |
String |
getRemote_Host()
Get Remote Host. |
int |
getSalesVolume()
Get Sales Volume in 1.000. |
Timestamp |
getStartProductionDate()
Get Start Implementation/Production. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isAllowPublish()
Get Allowed to be Published. |
boolean |
isAllowStatistics()
Get Maintain Statistics. |
boolean |
isInProduction()
Get In Production. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isRegistered()
Get Registered. |
void |
setAD_Registration_ID(int AD_Registration_ID)
Set System Registration. |
void |
setAD_System_ID(int AD_System_ID)
Set System. |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setC_Location_ID(int C_Location_ID)
Set Address. |
void |
setDescription(String Description)
Set Description. |
void |
setIndustryInfo(String IndustryInfo)
Set Industry Info. |
void |
setIsAllowPublish(boolean IsAllowPublish)
Set Allowed to be Published. |
void |
setIsAllowStatistics(boolean IsAllowStatistics)
Set Maintain Statistics. |
void |
setIsInProduction(boolean IsInProduction)
Set In Production. |
void |
setIsRegistered(boolean IsRegistered)
Set Registered. |
void |
setNumberEmployees(int NumberEmployees)
Set Employees. |
void |
setPlatformInfo(String PlatformInfo)
Set Platform Info. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setRecord_ID(int Record_ID)
Set Record ID. |
void |
setRemote_Addr(String Remote_Addr)
Set Remote Addr. |
void |
setRemote_Host(String Remote_Host)
Set Remote Host. |
void |
setSalesVolume(int SalesVolume)
Set Sales Volume in 1.000. |
void |
setStartProductionDate(Timestamp StartProductionDate)
Set Start Implementation/Production. |
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_AD_Registration(Properties ctx,
int AD_Registration_ID,
String trxName)
public X_AD_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 POpublic void setAD_Registration_ID(int AD_Registration_ID)
setAD_Registration_ID in interface I_AD_RegistrationAD_Registration_ID - System Registrationpublic int getAD_Registration_ID()
getAD_Registration_ID in interface I_AD_Registration
public I_AD_System getAD_System()
throws Exception
getAD_System in interface I_AD_RegistrationExceptionpublic void setAD_System_ID(int AD_System_ID)
setAD_System_ID in interface I_AD_RegistrationAD_System_ID - System Definitionpublic int getAD_System_ID()
getAD_System_ID in interface I_AD_Registration
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_AD_RegistrationExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_AD_RegistrationC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_AD_Registrationpublic void setC_Location_ID(int C_Location_ID)
setC_Location_ID in interface I_AD_RegistrationC_Location_ID - Location or Addresspublic int getC_Location_ID()
getC_Location_ID in interface I_AD_Registrationpublic void setDescription(String Description)
setDescription in interface I_AD_RegistrationDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Registrationpublic void setIndustryInfo(String IndustryInfo)
setIndustryInfo in interface I_AD_RegistrationIndustryInfo - Information of the industry (e.g. professional service, distribution of furnitures, ..)public String getIndustryInfo()
getIndustryInfo in interface I_AD_Registrationpublic void setIsAllowPublish(boolean IsAllowPublish)
setIsAllowPublish in interface I_AD_RegistrationIsAllowPublish - You allow to publish the information, not just statistical summary infopublic boolean isAllowPublish()
isAllowPublish in interface I_AD_Registrationpublic void setIsAllowStatistics(boolean IsAllowStatistics)
setIsAllowStatistics in interface I_AD_RegistrationIsAllowStatistics - Maintain general statisticspublic boolean isAllowStatistics()
isAllowStatistics in interface I_AD_Registrationpublic void setIsInProduction(boolean IsInProduction)
setIsInProduction in interface I_AD_RegistrationIsInProduction - The system is in productionpublic boolean isInProduction()
isInProduction in interface I_AD_Registrationpublic void setIsRegistered(boolean IsRegistered)
setIsRegistered in interface I_AD_RegistrationIsRegistered - The application is registered.public boolean isRegistered()
isRegistered in interface I_AD_Registrationpublic void setNumberEmployees(int NumberEmployees)
setNumberEmployees in interface I_AD_RegistrationNumberEmployees - Number of employeespublic int getNumberEmployees()
getNumberEmployees in interface I_AD_Registrationpublic void setPlatformInfo(String PlatformInfo)
setPlatformInfo in interface I_AD_RegistrationPlatformInfo - Information about Server and Client Platformpublic String getPlatformInfo()
getPlatformInfo in interface I_AD_Registrationpublic void setProcessing(boolean Processing)
setProcessing in interface I_AD_RegistrationProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_AD_Registrationpublic void setRecord_ID(int Record_ID)
setRecord_ID in interface I_AD_RegistrationRecord_ID - Direct internal record IDpublic int getRecord_ID()
getRecord_ID in interface I_AD_Registrationpublic void setRemote_Addr(String Remote_Addr)
setRemote_Addr in interface I_AD_RegistrationRemote_Addr - Remote Addresspublic String getRemote_Addr()
getRemote_Addr in interface I_AD_Registrationpublic void setRemote_Host(String Remote_Host)
setRemote_Host in interface I_AD_RegistrationRemote_Host - Remote host Infopublic String getRemote_Host()
getRemote_Host in interface I_AD_Registrationpublic void setSalesVolume(int SalesVolume)
setSalesVolume in interface I_AD_RegistrationSalesVolume - Total Volume of Sales in Thousands of Currencypublic int getSalesVolume()
getSalesVolume in interface I_AD_Registrationpublic void setStartProductionDate(Timestamp StartProductionDate)
setStartProductionDate in interface I_AD_RegistrationStartProductionDate - The day you started the implementation (if implementing) - or production (went life) with Adempierepublic Timestamp getStartProductionDate()
getStartProductionDate in interface I_AD_Registration
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||