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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Registration_ID
Column name AD_Registration_IDstatic String
COLUMNNAME_AD_Registration_UU
Column name AD_Registration_UUstatic String
COLUMNNAME_AD_System_ID
Column name AD_System_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_Location_ID
Column name C_Location_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IndustryInfo
Column name IndustryInfostatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsAllowPublish
Column name IsAllowPublishstatic String
COLUMNNAME_IsAllowStatistics
Column name IsAllowStatisticsstatic String
COLUMNNAME_IsInProduction
Column name IsInProductionstatic String
COLUMNNAME_IsRegistered
Column name IsRegisteredstatic String
COLUMNNAME_NumberEmployees
Column name NumberEmployeesstatic String
COLUMNNAME_PlatformInfo
Column name PlatformInfostatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_Record_ID
Column name Record_IDstatic String
COLUMNNAME_Remote_Addr
Column name Remote_Addrstatic String
COLUMNNAME_Remote_Host
Column name Remote_Hoststatic String
COLUMNNAME_SalesVolume
Column name SalesVolumestatic String
COLUMNNAME_StartProductionDate
Column name StartProductionDatestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=625static String
Table_Name
TableName=AD_Registration
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getAD_Registration_ID()
Get System Registration.String
getAD_Registration_UU()
Get AD_Registration_UUI_AD_System
getAD_System()
int
getAD_System_ID()
Get System.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.I_C_Location
getC_Location()
int
getC_Location_ID()
Get Address.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.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.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isAllowPublish()
Get Allowed to be Published.boolean
isAllowStatistics()
Get Maintain Statistics.boolean
isInProduction()
Get In Production.boolean
isProcessing()
Get Process Nowboolean
isRegistered()
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 Detail
-
Table_Name
static final String Table_Name
TableName=AD_Registration- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=625- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Registration_ID
static final String COLUMNNAME_AD_Registration_ID
Column name AD_Registration_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Registration_UU
static final String COLUMNNAME_AD_Registration_UU
Column name AD_Registration_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_System_ID
static final String COLUMNNAME_AD_System_ID
Column name AD_System_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Location_ID
static final String COLUMNNAME_C_Location_ID
Column name C_Location_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IndustryInfo
static final String COLUMNNAME_IndustryInfo
Column name IndustryInfo- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsAllowPublish
static final String COLUMNNAME_IsAllowPublish
Column name IsAllowPublish- See Also:
- Constant Field Values
-
COLUMNNAME_IsAllowStatistics
static final String COLUMNNAME_IsAllowStatistics
Column name IsAllowStatistics- See Also:
- Constant Field Values
-
COLUMNNAME_IsInProduction
static final String COLUMNNAME_IsInProduction
Column name IsInProduction- See Also:
- Constant Field Values
-
COLUMNNAME_IsRegistered
static final String COLUMNNAME_IsRegistered
Column name IsRegistered- See Also:
- Constant Field Values
-
COLUMNNAME_NumberEmployees
static final String COLUMNNAME_NumberEmployees
Column name NumberEmployees- See Also:
- Constant Field Values
-
COLUMNNAME_PlatformInfo
static final String COLUMNNAME_PlatformInfo
Column name PlatformInfo- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_Record_ID
static final String COLUMNNAME_Record_ID
Column name Record_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Remote_Addr
static final String COLUMNNAME_Remote_Addr
Column name Remote_Addr- See Also:
- Constant Field Values
-
COLUMNNAME_Remote_Host
static final String COLUMNNAME_Remote_Host
Column name Remote_Host- See Also:
- Constant Field Values
-
COLUMNNAME_SalesVolume
static final String COLUMNNAME_SalesVolume
Column name SalesVolume- See Also:
- Constant Field Values
-
COLUMNNAME_StartProductionDate
static final String COLUMNNAME_StartProductionDate
Column name StartProductionDate- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
void setAD_Registration_UU(String AD_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
I_AD_System getAD_System() throws RuntimeException
- 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
I_C_Currency getC_Currency() throws RuntimeException
- 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
I_C_Location getC_Location() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setIndustryInfo
void setIndustryInfo(String IndustryInfo)
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
void setPlatformInfo(String PlatformInfo)
Set Platform Info. Information about Server and Client Platform
-
getPlatformInfo
String getPlatformInfo()
Get Platform Info. Information about Server and Client 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
void setRemote_Addr(String Remote_Addr)
Set Remote Addr. Remote Address
-
getRemote_Addr
String getRemote_Addr()
Get Remote Addr. Remote Address
-
setRemote_Host
void setRemote_Host(String Remote_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
void setStartProductionDate(Timestamp StartProductionDate)
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
-
-