Package org.compiere.model
Interface I_AD_Registration
- All Known Implementing Classes:
M_Registration
,X_AD_Registration
public interface I_AD_Registration
Generated Interface for AD_Registration
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 4 - Systemstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Registration_IDstatic final String
Column name AD_Registration_UUstatic final String
Column name AD_System_IDstatic final String
Column name C_Currency_IDstatic final String
Column name C_Location_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name IndustryInfostatic final String
Column name IsActivestatic final String
Column name IsAllowPublishstatic final String
Column name IsAllowStatisticsstatic final String
Column name IsInProductionstatic final String
Column name IsRegisteredstatic final String
Column name NumberEmployeesstatic final String
Column name PlatformInfostatic final String
Column name Processingstatic final String
Column name Record_IDstatic final String
Column name Remote_Addrstatic final String
Column name Remote_Hoststatic final String
Column name SalesVolumestatic final String
Column name StartProductionDatestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=625static final String
TableName=AD_Registration -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get System Registration.Get AD_Registration_UUint
Get System.int
Get Currency.int
Get Address.Get Created.int
Get Created By.Get Description.Get Industry Info.int
Get Employees.Get Platform Info.int
Get Record ID.Get Remote Addr.Get Remote Host.int
Get Sales Volume in 1.000.Get Start Implementation/Production.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Allowed to be Published.boolean
Get Maintain Statistics.boolean
Get In Production.boolean
Get Process Nowboolean
Get Registered.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Registration_ID
(int AD_Registration_ID) Set System Registration.void
setAD_Registration_UU
(String AD_Registration_UU) Set AD_Registration_UUvoid
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
setIsActive
(boolean IsActive) Set Active.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 Nowvoid
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.
-
Field Details
-
Table_Name
TableName=AD_Registration- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=625- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Registration_ID
Column name AD_Registration_ID- See Also:
-
COLUMNNAME_AD_Registration_UU
Column name AD_Registration_UU- See Also:
-
COLUMNNAME_AD_System_ID
Column name AD_System_ID- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_C_Location_ID
Column name C_Location_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IndustryInfo
Column name IndustryInfo- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsAllowPublish
Column name IsAllowPublish- See Also:
-
COLUMNNAME_IsAllowStatistics
Column name IsAllowStatistics- See Also:
-
COLUMNNAME_IsInProduction
Column name IsInProduction- See Also:
-
COLUMNNAME_IsRegistered
Column name IsRegistered- See Also:
-
COLUMNNAME_NumberEmployees
Column name NumberEmployees- See Also:
-
COLUMNNAME_PlatformInfo
Column name PlatformInfo- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Record_ID
Column name Record_ID- See Also:
-
COLUMNNAME_Remote_Addr
Column name Remote_Addr- See Also:
-
COLUMNNAME_Remote_Host
Column name Remote_Host- See Also:
-
COLUMNNAME_SalesVolume
Column name SalesVolume- See Also:
-
COLUMNNAME_StartProductionDate
Column name StartProductionDate- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAD_Registration_ID
void setAD_Registration_ID(int AD_Registration_ID) Set System Registration. System Registration -
getAD_Registration_ID
int getAD_Registration_ID()Get System Registration. System Registration -
setAD_Registration_UU
Set AD_Registration_UU -
getAD_Registration_UU
String getAD_Registration_UU()Get AD_Registration_UU -
setAD_System_ID
void setAD_System_ID(int AD_System_ID) Set System. System Definition -
getAD_System_ID
int getAD_System_ID()Get System. System Definition -
getAD_System
- Throws:
RuntimeException
-
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID) Set Currency. The Currency for this record -
getC_Currency_ID
int getC_Currency_ID()Get Currency. The Currency for this record -
getC_Currency
- Throws:
RuntimeException
-
setC_Location_ID
void setC_Location_ID(int C_Location_ID) Set Address. Location or Address -
getC_Location_ID
int getC_Location_ID()Get Address. Location or Address -
getC_Location
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setIndustryInfo
Set Industry Info. Information of the industry (e.g. professional service, distribution of furnitures, ..) -
getIndustryInfo
String getIndustryInfo()Get Industry Info. Information of the industry (e.g. professional service, distribution of furnitures, ..) -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsAllowPublish
void setIsAllowPublish(boolean IsAllowPublish) Set Allowed to be Published. You allow to publish the information, not just statistical summary info -
isAllowPublish
boolean isAllowPublish()Get Allowed to be Published. You allow to publish the information, not just statistical summary info -
setIsAllowStatistics
void setIsAllowStatistics(boolean IsAllowStatistics) Set Maintain Statistics. Maintain general statistics -
isAllowStatistics
boolean isAllowStatistics()Get Maintain Statistics. Maintain general statistics -
setIsInProduction
void setIsInProduction(boolean IsInProduction) Set In Production. The system is in production -
isInProduction
boolean isInProduction()Get In Production. The system is in production -
setIsRegistered
void setIsRegistered(boolean IsRegistered) Set Registered. The application is registered. -
isRegistered
boolean isRegistered()Get Registered. The application is registered. -
setNumberEmployees
void setNumberEmployees(int NumberEmployees) Set Employees. Number of employees -
getNumberEmployees
int getNumberEmployees()Get Employees. Number of employees -
setPlatformInfo
Set Platform Info. Information about Server and Tenant Platform -
getPlatformInfo
String getPlatformInfo()Get Platform Info. Information about Server and Tenant Platform -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
setRecord_ID
void setRecord_ID(int Record_ID) Set Record ID. Direct internal record ID -
getRecord_ID
int getRecord_ID()Get Record ID. Direct internal record ID -
setRemote_Addr
Set Remote Addr. Remote Address -
getRemote_Addr
String getRemote_Addr()Get Remote Addr. Remote Address -
setRemote_Host
Set Remote Host. Remote host Info -
getRemote_Host
String getRemote_Host()Get Remote Host. Remote host Info -
setSalesVolume
void setSalesVolume(int SalesVolume) Set Sales Volume in 1.000. Total Volume of Sales in Thousands of Currency -
getSalesVolume
int getSalesVolume()Get Sales Volume in 1.000. Total Volume of Sales in Thousands of Currency -
setStartProductionDate
Set Start Implementation/Production. The day you started the implementation (if implementing) - or production (went life) with iDempiere -
getStartProductionDate
Timestamp getStartProductionDate()Get Start Implementation/Production. The day you started the implementation (if implementing) - or production (went life) with iDempiere -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-