Adempiere 3.5.2a

org.compiere.model
Class X_AD_Registration

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_Registration
All Implemented Interfaces:
Serializable, Comparator, I_AD_Registration, I_Persistent, Evaluatee
Direct Known Subclasses:
M_Registration

public class X_AD_Registration
extends PO
implements I_AD_Registration, I_Persistent

Generated Model for AD_Registration

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

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
 
Fields inherited from interface org.compiere.model.I_AD_Registration
accessLevel, COLUMNNAME_AD_Registration_ID, COLUMNNAME_AD_System_ID, COLUMNNAME_C_Currency_ID, COLUMNNAME_C_Location_ID, COLUMNNAME_Description, COLUMNNAME_IndustryInfo, COLUMNNAME_IsAllowPublish, COLUMNNAME_IsAllowStatistics, COLUMNNAME_IsInProduction, COLUMNNAME_IsRegistered, COLUMNNAME_NumberEmployees, COLUMNNAME_PlatformInfo, COLUMNNAME_Processing, COLUMNNAME_Record_ID, COLUMNNAME_Remote_Addr, COLUMNNAME_Remote_Host, COLUMNNAME_SalesVolume, COLUMNNAME_StartProductionDate, Model, Table_ID, Table_Name
 
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 org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
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

X_AD_Registration

public X_AD_Registration(Properties ctx,
                         int AD_Registration_ID,
                         String trxName)
Standard Constructor


X_AD_Registration

public X_AD_Registration(Properties ctx,
                         ResultSet rs,
                         String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
4 - System

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

setAD_Registration_ID

public void setAD_Registration_ID(int AD_Registration_ID)
Set System Registration.

Specified by:
setAD_Registration_ID in interface I_AD_Registration
Parameters:
AD_Registration_ID - System Registration

getAD_Registration_ID

public int getAD_Registration_ID()
Get System Registration.

Specified by:
getAD_Registration_ID in interface I_AD_Registration
Returns:
System Registration

getAD_System

public I_AD_System getAD_System()
                         throws Exception
Specified by:
getAD_System in interface I_AD_Registration
Throws:
Exception

setAD_System_ID

public void setAD_System_ID(int AD_System_ID)
Set System.

Specified by:
setAD_System_ID in interface I_AD_Registration
Parameters:
AD_System_ID - System Definition

getAD_System_ID

public int getAD_System_ID()
Get System.

Specified by:
getAD_System_ID in interface I_AD_Registration
Returns:
System Definition

getC_Currency

public I_C_Currency getC_Currency()
                           throws Exception
Specified by:
getC_Currency in interface I_AD_Registration
Throws:
Exception

setC_Currency_ID

public void setC_Currency_ID(int C_Currency_ID)
Set Currency.

Specified by:
setC_Currency_ID in interface I_AD_Registration
Parameters:
C_Currency_ID - The Currency for this record

getC_Currency_ID

public int getC_Currency_ID()
Get Currency.

Specified by:
getC_Currency_ID in interface I_AD_Registration
Returns:
The Currency for this record

setC_Location_ID

public void setC_Location_ID(int C_Location_ID)
Set Address.

Specified by:
setC_Location_ID in interface I_AD_Registration
Parameters:
C_Location_ID - Location or Address

getC_Location_ID

public int getC_Location_ID()
Get Address.

Specified by:
getC_Location_ID in interface I_AD_Registration
Returns:
Location or Address

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_AD_Registration
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_AD_Registration
Returns:
Optional short description of the record

setIndustryInfo

public void setIndustryInfo(String IndustryInfo)
Set Industry Info.

Specified by:
setIndustryInfo in interface I_AD_Registration
Parameters:
IndustryInfo - Information of the industry (e.g. professional service, distribution of furnitures, ..)

getIndustryInfo

public String getIndustryInfo()
Get Industry Info.

Specified by:
getIndustryInfo in interface I_AD_Registration
Returns:
Information of the industry (e.g. professional service, distribution of furnitures, ..)

setIsAllowPublish

public void setIsAllowPublish(boolean IsAllowPublish)
Set Allowed to be Published.

Specified by:
setIsAllowPublish in interface I_AD_Registration
Parameters:
IsAllowPublish - You allow to publish the information, not just statistical summary info

isAllowPublish

public boolean isAllowPublish()
Get Allowed to be Published.

Specified by:
isAllowPublish in interface I_AD_Registration
Returns:
You allow to publish the information, not just statistical summary info

setIsAllowStatistics

public void setIsAllowStatistics(boolean IsAllowStatistics)
Set Maintain Statistics.

Specified by:
setIsAllowStatistics in interface I_AD_Registration
Parameters:
IsAllowStatistics - Maintain general statistics

isAllowStatistics

public boolean isAllowStatistics()
Get Maintain Statistics.

Specified by:
isAllowStatistics in interface I_AD_Registration
Returns:
Maintain general statistics

setIsInProduction

public void setIsInProduction(boolean IsInProduction)
Set In Production.

Specified by:
setIsInProduction in interface I_AD_Registration
Parameters:
IsInProduction - The system is in production

isInProduction

public boolean isInProduction()
Get In Production.

Specified by:
isInProduction in interface I_AD_Registration
Returns:
The system is in production

setIsRegistered

public void setIsRegistered(boolean IsRegistered)
Set Registered.

Specified by:
setIsRegistered in interface I_AD_Registration
Parameters:
IsRegistered - The application is registered.

isRegistered

public boolean isRegistered()
Get Registered.

Specified by:
isRegistered in interface I_AD_Registration
Returns:
The application is registered.

setNumberEmployees

public void setNumberEmployees(int NumberEmployees)
Set Employees.

Specified by:
setNumberEmployees in interface I_AD_Registration
Parameters:
NumberEmployees - Number of employees

getNumberEmployees

public int getNumberEmployees()
Get Employees.

Specified by:
getNumberEmployees in interface I_AD_Registration
Returns:
Number of employees

setPlatformInfo

public void setPlatformInfo(String PlatformInfo)
Set Platform Info.

Specified by:
setPlatformInfo in interface I_AD_Registration
Parameters:
PlatformInfo - Information about Server and Client Platform

getPlatformInfo

public String getPlatformInfo()
Get Platform Info.

Specified by:
getPlatformInfo in interface I_AD_Registration
Returns:
Information about Server and Client Platform

setProcessing

public void setProcessing(boolean Processing)
Set Process Now.

Specified by:
setProcessing in interface I_AD_Registration
Parameters:
Processing - Process Now

isProcessing

public boolean isProcessing()
Get Process Now.

Specified by:
isProcessing in interface I_AD_Registration
Returns:
Process Now

setRecord_ID

public void setRecord_ID(int Record_ID)
Set Record ID.

Specified by:
setRecord_ID in interface I_AD_Registration
Parameters:
Record_ID - Direct internal record ID

getRecord_ID

public int getRecord_ID()
Get Record ID.

Specified by:
getRecord_ID in interface I_AD_Registration
Returns:
Direct internal record ID

setRemote_Addr

public void setRemote_Addr(String Remote_Addr)
Set Remote Addr.

Specified by:
setRemote_Addr in interface I_AD_Registration
Parameters:
Remote_Addr - Remote Address

getRemote_Addr

public String getRemote_Addr()
Get Remote Addr.

Specified by:
getRemote_Addr in interface I_AD_Registration
Returns:
Remote Address

setRemote_Host

public void setRemote_Host(String Remote_Host)
Set Remote Host.

Specified by:
setRemote_Host in interface I_AD_Registration
Parameters:
Remote_Host - Remote host Info

getRemote_Host

public String getRemote_Host()
Get Remote Host.

Specified by:
getRemote_Host in interface I_AD_Registration
Returns:
Remote host Info

setSalesVolume

public void setSalesVolume(int SalesVolume)
Set Sales Volume in 1.000.

Specified by:
setSalesVolume in interface I_AD_Registration
Parameters:
SalesVolume - Total Volume of Sales in Thousands of Currency

getSalesVolume

public int getSalesVolume()
Get Sales Volume in 1.000.

Specified by:
getSalesVolume in interface I_AD_Registration
Returns:
Total Volume of Sales in Thousands of Currency

setStartProductionDate

public void setStartProductionDate(Timestamp StartProductionDate)
Set Start Implementation/Production.

Specified by:
setStartProductionDate in interface I_AD_Registration
Parameters:
StartProductionDate - The day you started the implementation (if implementing) - or production (went life) with Adempiere

getStartProductionDate

public Timestamp getStartProductionDate()
Get Start Implementation/Production.

Specified by:
getStartProductionDate in interface I_AD_Registration
Returns:
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.