www.element4solution.com

e4s.db.systabledef
Class T_E4S_COMPANY_Obj

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.db.freefield.E4DBObjectFreefields
          extended by e4s.db.systabledef.T_E4S_COMPANY_Obj

public class T_E4S_COMPANY_Obj
extends E4DBObjectFreefields

Data access object for T_E4S_COMPANY created: 20041222 105625 modified: 20071108 105117 Hold Information about companies, users are related to companies.

See Also:
T_E4S_COMPANY_Sel, T_E4S_COMPANY_Mod, T_E4S_COMPANY_Vec

Field Summary
protected  java.lang.String m_ADDRESS01
          Current Value - will be initialized after reading but can be changed using set_ADDRESS01(String).
protected  java.lang.String m_ADDRESS02
          Current Value - will be initialized after reading but can be changed using set_ADDRESS02(String).
protected  E4CompanyId m_BELONGS_TO
          Current Value - will be initialized after reading but can be changed using set_BELONGS_TO(E4CompanyId).
protected  java.lang.String m_CITY
          Current Value - will be initialized after reading but can be changed using set_CITY(String).
protected  E4Client m_client_distinction
          Client distinction (no update, read only)
protected  E4CompanyId m_COMPANY_ID
          Current Value - will be initialized after reading but can be changed using #set_COMPANY_ID(E4CompanyId).
protected  CountryCode m_COUNTRYCODE
          Current Value - will be initialized after reading but can be changed using set_COUNTRYCODE(CountryCode).
protected  java.util.Date m_DATMOD
          Current Value - will be initialized after reading but can be changed using set_DATMOD(Date).
protected  java.util.Date m_DATNEW
          Current Value - will be initialized after reading but can be changed using set_DATNEW(Date).
protected  java.lang.String m_EMAIL
          Current Value - will be initialized after reading but can be changed using set_EMAIL(String).
protected  float m_GIS_LATITUDE
          Current Value - will be initialized after reading but can be changed using set_GIS_LATITUDE(float).
protected  float m_GIS_LONGITUDE
          Current Value - will be initialized after reading but can be changed using set_GIS_LONGITUDE(float).
protected  E4CompanyGroup m_GROUP_ID
          Current Value - will be initialized after reading but can be changed using set_GROUP_ID(E4CompanyGroup).
protected  E4CompanyId m_init_COMPANY_ID
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  java.lang.String m_LOGIN_NAME
          Current Value - will be initialized after reading but can be changed using set_LOGIN_NAME(String).
protected  java.lang.String m_NAME
          Current Value - will be initialized after reading but can be changed using set_NAME(String).
protected  java.lang.String m_PHONE01
          Current Value - will be initialized after reading but can be changed using set_PHONE01(String).
protected  java.lang.String m_PHONE02
          Current Value - will be initialized after reading but can be changed using set_PHONE02(String).
protected  java.lang.String m_REM
          Current Value - will be initialized after reading but can be changed using set_REM(String).
protected  java.lang.String m_UID
          Current Value - will be initialized after reading but can be changed using set_UID(String).
protected  java.util.Date m_VALID_UNTIL
          Current Value - will be initialized after reading but can be changed using set_VALID_UNTIL(Date).
protected  java.lang.String m_WWW
          Current Value - will be initialized after reading but can be changed using set_WWW(String).
protected  java.lang.String m_ZIPCODE
          Current Value - will be initialized after reading but can be changed using set_ZIPCODE(String).
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
T_E4S_COMPANY_Obj()
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Return the version info patched by CVS.
 void executeDelete(E4ApplObj_Intf applobj)
          Delete this record, based on a query of first unique index
 void executeDelete(E4DBConnection_Intf con, E4ApplObj_Intf applobj)
          Delete this record, based on a query of first unique index
 E4CompanyId executeInsert(E4ApplObj_Intf applobj)
           
 E4CompanyId executeInsert(E4DBConnection_Intf con, E4ApplObj_Intf applobj)
           
 void executeUpdate(E4ApplObj_Intf applobj)
          Update this record, based on a query of first unique index columns.
 void executeUpdate(E4DBConnection_Intf con, E4ApplObj_Intf applobj)
          Update this record, based on a query of first unique index
static T_E4S_COMPANY_Obj find_T_E4S_COMPANY_Obj(E4ApplObj_Intf applobj)
          Find the related T_E4S_COMPANY_Obj object related to this E4Client.
 java.lang.String get_ADDRESS01()
           
 java.lang.String get_ADDRESS02()
           
 E4CompanyId get_BELONGS_TO()
           
 java.lang.String get_CITY()
           
 E4Client get_CLIENT()
           
 E4CompanyId get_COMPANY_ID()
           
 CountryCode get_COUNTRYCODE()
           
 java.util.Calendar get_DATMOD_C()
           
 java.util.Date get_DATMOD()
           
 java.util.Calendar get_DATNEW_C()
           
 java.util.Date get_DATNEW()
           
 java.lang.String get_EMAIL()
           
 float get_GIS_LATITUDE()
           
 float get_GIS_LONGITUDE()
           
 E4CompanyGroup get_GROUP_ID()
           
 java.lang.String get_LOGIN_NAME()
           
 java.lang.String get_NAME()
           
 java.lang.String get_PHONE01()
           
 java.lang.String get_PHONE02()
           
 java.lang.String get_REM()
           
 java.lang.String get_UID()
           
 java.util.Calendar get_VALID_UNTIL_C()
           
 java.util.Date get_VALID_UNTIL()
           
 java.lang.String get_WWW()
           
 java.lang.String get_ZIPCODE()
           
 E4DBTableName getTableName()
           
 void set_ADDRESS01(java.lang.String val)
           
 void set_ADDRESS02(java.lang.String val)
           
 void set_BELONGS_TO(E4CompanyId val)
           
 void set_CITY(java.lang.String val)
           
 void set_COUNTRYCODE(CountryCode val)
           
 void set_DATMOD()
           
 void set_DATMOD(java.util.Calendar val)
           
 void set_DATMOD(java.util.Date val)
           
 void set_DATMOD(E4Date val)
           
 void set_DATNEW()
           
 void set_DATNEW(java.util.Calendar val)
           
 void set_DATNEW(java.util.Date val)
           
 void set_DATNEW(E4Date val)
           
 void set_EMAIL(java.lang.String val)
           
 void set_GIS_LATITUDE(float val)
           
 void set_GIS_LONGITUDE(float val)
           
 void set_GROUP_ID(E4CompanyGroup val)
           
 void set_init_COMPANY_ID(E4CompanyId val)
           
 void set_LOGIN_NAME(java.lang.String val)
           
 void set_NAME(java.lang.String val)
           
 void set_PHONE01(java.lang.String val)
           
 void set_PHONE02(java.lang.String val)
           
 void set_REM(java.lang.String val)
           
 void set_UID(java.lang.String val)
           
 void set_VALID_UNTIL()
           
 void set_VALID_UNTIL(java.util.Calendar val)
           
 void set_VALID_UNTIL(java.util.Date val)
           
 void set_VALID_UNTIL(E4Date val)
           
 void set_WWW(java.lang.String val)
           
 void set_ZIPCODE(java.lang.String val)
           
 E4DBColumnInfo[] unequalsColumns(T_E4S_COMPANY_Obj obj2)
           
 
Methods inherited from class e4s.db.freefield.E4DBObjectFreefields
get, getFreevalDefinitions, getFreevalDefinitions, getFreeValues, getFreeValues, getFreeValues, getFreeValues, getFreeValues, set, set, set, set, set, set, set, set
 
Methods inherited from class e4s.util.E4Object
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_ADDRESS01

protected java.lang.String m_ADDRESS01
Current Value - will be initialized after reading but can be changed using set_ADDRESS01(String). Address Line #1


m_ADDRESS02

protected java.lang.String m_ADDRESS02
Current Value - will be initialized after reading but can be changed using set_ADDRESS02(String). Address Line #2


m_BELONGS_TO

protected E4CompanyId m_BELONGS_TO
Current Value - will be initialized after reading but can be changed using set_BELONGS_TO(E4CompanyId). Company belongs to another company (can be null or empty)


m_CITY

protected java.lang.String m_CITY
Current Value - will be initialized after reading but can be changed using set_CITY(String). City


m_COMPANY_ID

protected E4CompanyId m_COMPANY_ID
Current Value - will be initialized after reading but can be changed using #set_COMPANY_ID(E4CompanyId). Primary key, company - ID


m_init_COMPANY_ID

protected E4CompanyId m_init_COMPANY_ID
Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate(). Primary key, company - ID


m_COUNTRYCODE

protected CountryCode m_COUNTRYCODE
Current Value - will be initialized after reading but can be changed using set_COUNTRYCODE(CountryCode). Countrycode


m_DATMOD

protected java.util.Date m_DATMOD
Current Value - will be initialized after reading but can be changed using set_DATMOD(Date). Date modified


m_DATNEW

protected java.util.Date m_DATNEW
Current Value - will be initialized after reading but can be changed using set_DATNEW(Date). Date created


m_EMAIL

protected java.lang.String m_EMAIL
Current Value - will be initialized after reading but can be changed using set_EMAIL(String). Corporate eMail


m_GIS_LATITUDE

protected float m_GIS_LATITUDE
Current Value - will be initialized after reading but can be changed using set_GIS_LATITUDE(float). GIS Latitude


m_GIS_LONGITUDE

protected float m_GIS_LONGITUDE
Current Value - will be initialized after reading but can be changed using set_GIS_LONGITUDE(float). GIS Longitude


m_GROUP_ID

protected E4CompanyGroup m_GROUP_ID
Current Value - will be initialized after reading but can be changed using set_GROUP_ID(E4CompanyGroup). Belongs to Group


m_LOGIN_NAME

protected java.lang.String m_LOGIN_NAME
Current Value - will be initialized after reading but can be changed using set_LOGIN_NAME(String). Name for login


m_NAME

protected java.lang.String m_NAME
Current Value - will be initialized after reading but can be changed using set_NAME(String). Company Name


m_PHONE01

protected java.lang.String m_PHONE01
Current Value - will be initialized after reading but can be changed using set_PHONE01(String). Phone #1


m_PHONE02

protected java.lang.String m_PHONE02
Current Value - will be initialized after reading but can be changed using set_PHONE02(String). Phone #2


m_REM

protected java.lang.String m_REM
Current Value - will be initialized after reading but can be changed using set_REM(String). Remark


m_UID

protected java.lang.String m_UID
Current Value - will be initialized after reading but can be changed using set_UID(String). VAT Number


m_VALID_UNTIL

protected java.util.Date m_VALID_UNTIL
Current Value - will be initialized after reading but can be changed using set_VALID_UNTIL(Date). Valid until


m_WWW

protected java.lang.String m_WWW
Current Value - will be initialized after reading but can be changed using set_WWW(String). WWW Address


m_ZIPCODE

protected java.lang.String m_ZIPCODE
Current Value - will be initialized after reading but can be changed using set_ZIPCODE(String). ZIP Code


m_client_distinction

protected E4Client m_client_distinction
Client distinction (no update, read only)

Constructor Detail

T_E4S_COMPANY_Obj

public T_E4S_COMPANY_Obj()
Method Detail

get_CLIENT

public E4Client get_CLIENT()

executeInsert

public E4CompanyId executeInsert(E4ApplObj_Intf applobj)
                          throws E4DBException
Throws:
E4DBException

executeInsert

public E4CompanyId executeInsert(E4DBConnection_Intf con,
                                 E4ApplObj_Intf applobj)
                          throws E4DBException
Throws:
E4DBException

getTableName

public E4DBTableName getTableName()
Specified by:
getTableName in class E4DBObjectFreefields

set_ADDRESS01

public void set_ADDRESS01(java.lang.String val)

get_ADDRESS01

public java.lang.String get_ADDRESS01()

set_ADDRESS02

public void set_ADDRESS02(java.lang.String val)

get_ADDRESS02

public java.lang.String get_ADDRESS02()

set_BELONGS_TO

public void set_BELONGS_TO(E4CompanyId val)

get_BELONGS_TO

public E4CompanyId get_BELONGS_TO()

set_CITY

public void set_CITY(java.lang.String val)

get_CITY

public java.lang.String get_CITY()

set_init_COMPANY_ID

public void set_init_COMPANY_ID(E4CompanyId val)

get_COMPANY_ID

public E4CompanyId get_COMPANY_ID()

set_COUNTRYCODE

public void set_COUNTRYCODE(CountryCode val)

get_COUNTRYCODE

public CountryCode get_COUNTRYCODE()

set_DATMOD

public void set_DATMOD(java.util.Date val)

set_DATMOD

public void set_DATMOD(java.util.Calendar val)

set_DATMOD

public void set_DATMOD(E4Date val)

set_DATMOD

public void set_DATMOD()

get_DATMOD

public java.util.Date get_DATMOD()

get_DATMOD_C

public java.util.Calendar get_DATMOD_C()

set_DATNEW

public void set_DATNEW(java.util.Date val)

set_DATNEW

public void set_DATNEW(java.util.Calendar val)

set_DATNEW

public void set_DATNEW(E4Date val)

set_DATNEW

public void set_DATNEW()

get_DATNEW

public java.util.Date get_DATNEW()

get_DATNEW_C

public java.util.Calendar get_DATNEW_C()

set_EMAIL

public void set_EMAIL(java.lang.String val)

get_EMAIL

public java.lang.String get_EMAIL()

set_GIS_LATITUDE

public void set_GIS_LATITUDE(float val)

get_GIS_LATITUDE

public float get_GIS_LATITUDE()

set_GIS_LONGITUDE

public void set_GIS_LONGITUDE(float val)

get_GIS_LONGITUDE

public float get_GIS_LONGITUDE()

set_GROUP_ID

public void set_GROUP_ID(E4CompanyGroup val)

get_GROUP_ID

public E4CompanyGroup get_GROUP_ID()

set_LOGIN_NAME

public void set_LOGIN_NAME(java.lang.String val)

get_LOGIN_NAME

public java.lang.String get_LOGIN_NAME()

set_NAME

public void set_NAME(java.lang.String val)

get_NAME

public java.lang.String get_NAME()

set_PHONE01

public void set_PHONE01(java.lang.String val)

get_PHONE01

public java.lang.String get_PHONE01()

set_PHONE02

public void set_PHONE02(java.lang.String val)

get_PHONE02

public java.lang.String get_PHONE02()

set_REM

public void set_REM(java.lang.String val)

get_REM

public java.lang.String get_REM()

set_UID

public void set_UID(java.lang.String val)

get_UID

public java.lang.String get_UID()

set_VALID_UNTIL

public void set_VALID_UNTIL(java.util.Date val)

set_VALID_UNTIL

public void set_VALID_UNTIL(java.util.Calendar val)

set_VALID_UNTIL

public void set_VALID_UNTIL(E4Date val)

set_VALID_UNTIL

public void set_VALID_UNTIL()

get_VALID_UNTIL

public java.util.Date get_VALID_UNTIL()

get_VALID_UNTIL_C

public java.util.Calendar get_VALID_UNTIL_C()

set_WWW

public void set_WWW(java.lang.String val)

get_WWW

public java.lang.String get_WWW()

set_ZIPCODE

public void set_ZIPCODE(java.lang.String val)

get_ZIPCODE

public java.lang.String get_ZIPCODE()

unequalsColumns

public E4DBColumnInfo[] unequalsColumns(T_E4S_COMPANY_Obj obj2)

executeDelete

public void executeDelete(E4ApplObj_Intf applobj)
                   throws E4DBException
Delete this record, based on a query of first unique index

Throws:
E4DBException

executeDelete

public void executeDelete(E4DBConnection_Intf con,
                          E4ApplObj_Intf applobj)
                   throws E4DBException
Delete this record, based on a query of first unique index

Throws:
E4DBException

executeUpdate

public void executeUpdate(E4ApplObj_Intf applobj)
                   throws E4DBException
Update this record, based on a query of first unique index columns.

Throws:
E4DBException

executeUpdate

public void executeUpdate(E4DBConnection_Intf con,
                          E4ApplObj_Intf applobj)
                   throws E4DBException
Update this record, based on a query of first unique index

Throws:
E4DBException

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Return the version info patched by CVS.


find_T_E4S_COMPANY_Obj

public static final T_E4S_COMPANY_Obj find_T_E4S_COMPANY_Obj(E4ApplObj_Intf applobj)
                                                      throws E4DBException
Find the related T_E4S_COMPANY_Obj object related to this E4Client. This function performs a database read request.

Returns:
null if not found or the company object.
Throws:
E4DBException
See Also:
E4ApplObj.get_T_E4S_COMPANY_Obj()

www.element4solution.com