www.element4solution.com

e4s.db.systabledef
Class T_E4S_USER_VAL_Obj

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.db.systabledef.T_E4S_USER_VAL_Obj

public class T_E4S_USER_VAL_Obj
extends E4Object

Data access object for T_E4S_USER_VAL created: 20051228 115016 modified: 20070104 163941 Stores values related to the user

See Also:
T_E4S_USER_VAL_Sel, T_E4S_USER_VAL_Mod

Field Summary
protected  java.lang.String m_APPLICATION
          Current Value - will be initialized after reading but can be changed using set_APPLICATION(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  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_ID
          Current Value - will be initialized after reading but can be changed using set_ID(String).
protected  java.lang.String m_init_APPLICATION
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  E4CompanyId m_init_COMPANY_ID
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  java.lang.String m_init_ID
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  E4CompanyUserId m_init_USER_ID
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  E4CompanyUserId m_USER_ID
          Current Value - will be initialized after reading but can be changed using set_USER_ID(E4CompanyUserId).
protected  java.lang.String m_VAL
          Current Value - will be initialized after reading but can be changed using set_VAL(String).
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
T_E4S_USER_VAL_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
 void executeInsert(E4ApplObj_Intf applobj)
           
 void 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
 java.lang.String get_APPLICATION()
           
 E4Client get_CLIENT()
           
 E4CompanyId get_COMPANY_ID()
           
 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_ID()
           
 E4CompanyUserId get_USER_ID()
           
 java.lang.String get_VAL()
           
 E4DBTableName getTableName()
           
 void set_APPLICATION(java.lang.String val)
           
 void set_COMPANY_ID(E4CompanyId 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_ID(java.lang.String val)
           
 void set_init_APPLICATION(java.lang.String val)
           
 void set_init_COMPANY_ID(E4CompanyId val)
           
 void set_init_ID(java.lang.String val)
           
 void set_init_USER_ID(E4CompanyUserId val)
           
 void set_USER_ID(E4CompanyUserId val)
           
 void set_VAL(java.lang.String val)
           
 E4DBColumnInfo[] unequalsColumns(T_E4S_USER_VAL_Obj obj2)
           
 
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_APPLICATION

protected java.lang.String m_APPLICATION
Current Value - will be initialized after reading but can be changed using set_APPLICATION(String). Application


m_init_APPLICATION

protected java.lang.String m_init_APPLICATION
Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate(). Application


m_COMPANY_ID

protected E4CompanyId m_COMPANY_ID
Current Value - will be initialized after reading but can be changed using set_COMPANY_ID(E4CompanyId). Related Company


m_init_COMPANY_ID

protected E4CompanyId m_init_COMPANY_ID
Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate(). Related Company


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_ID

protected java.lang.String m_ID
Current Value - will be initialized after reading but can be changed using set_ID(String). User-Value Identification


m_init_ID

protected java.lang.String m_init_ID
Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate(). User-Value Identification


m_USER_ID

protected E4CompanyUserId m_USER_ID
Current Value - will be initialized after reading but can be changed using set_USER_ID(E4CompanyUserId). Related User (belonging to Company)


m_init_USER_ID

protected E4CompanyUserId m_init_USER_ID
Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate(). Related User (belonging to Company)


m_VAL

protected java.lang.String m_VAL
Current Value - will be initialized after reading but can be changed using set_VAL(String). Value


m_client_distinction

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

Constructor Detail

T_E4S_USER_VAL_Obj

public T_E4S_USER_VAL_Obj()
Method Detail

get_CLIENT

public E4Client get_CLIENT()

executeInsert

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

executeInsert

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

getTableName

public E4DBTableName getTableName()

set_APPLICATION

public void set_APPLICATION(java.lang.String val)

set_init_APPLICATION

public void set_init_APPLICATION(java.lang.String val)

get_APPLICATION

public java.lang.String get_APPLICATION()

set_COMPANY_ID

public void set_COMPANY_ID(E4CompanyId val)

set_init_COMPANY_ID

public void set_init_COMPANY_ID(E4CompanyId val)

get_COMPANY_ID

public E4CompanyId get_COMPANY_ID()

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_ID

public void set_ID(java.lang.String val)

set_init_ID

public void set_init_ID(java.lang.String val)

get_ID

public java.lang.String get_ID()

set_USER_ID

public void set_USER_ID(E4CompanyUserId val)

set_init_USER_ID

public void set_init_USER_ID(E4CompanyUserId val)

get_USER_ID

public E4CompanyUserId get_USER_ID()

set_VAL

public void set_VAL(java.lang.String val)

get_VAL

public java.lang.String get_VAL()

unequalsColumns

public E4DBColumnInfo[] unequalsColumns(T_E4S_USER_VAL_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.


www.element4solution.com