Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Registration_ID
          Column name AD_Registration_ID
static String COLUMNNAME_AD_System_ID
          Column name AD_System_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_Location_ID
          Column name C_Location_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IndustryInfo
          Column name IndustryInfo
static String COLUMNNAME_IsAllowPublish
          Column name IsAllowPublish
static String COLUMNNAME_IsAllowStatistics
          Column name IsAllowStatistics
static String COLUMNNAME_IsInProduction
          Column name IsInProduction
static String COLUMNNAME_IsRegistered
          Column name IsRegistered
static String COLUMNNAME_NumberEmployees
          Column name NumberEmployees
static String COLUMNNAME_PlatformInfo
          Column name PlatformInfo
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_Record_ID
          Column name Record_ID
static String COLUMNNAME_Remote_Addr
          Column name Remote_Addr
static String COLUMNNAME_Remote_Host
          Column name Remote_Host
static String COLUMNNAME_SalesVolume
          Column name SalesVolume
static String COLUMNNAME_StartProductionDate
          Column name StartProductionDate
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=625
static String Table_Name
          TableName=AD_Registration
 
Method Summary
 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.
 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.
 

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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Registration_ID

static final String COLUMNNAME_AD_Registration_ID
Column name AD_Registration_ID

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_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_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
Method Detail

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_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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


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, ..)


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 Adempiere


getStartProductionDate

Timestamp getStartProductionDate()
Get Start Implementation/Production. The day you started the implementation (if implementing) - or production (went life) with Adempiere


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.