www.element4solution.com

e4s.db.systabledef
Class T_E4S_OVERVIEW_Obj

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

public class T_E4S_OVERVIEW_Obj
extends E4Object

Data access object for T_E4S_OVERVIEW created: 20050214 013049 modified: 20080318 185617 Overview - includes information about the project and functionality

See Also:
T_E4S_OVERVIEW_Sel, T_E4S_OVERVIEW_Mod

Field Summary
protected  boolean m_ACTIVE
          Current Value - will be initialized after reading but can be changed using set_ACTIVE(boolean).
protected  E4OverviewGroup m_GRP
          Current Value - will be initialized after reading but can be changed using set_GRP(E4OverviewGroup).
protected  java.lang.String m_HEADER
          Current Value - will be initialized after reading but can be changed using set_HEADER(String).
protected  long m_ID
          Current Value - will be initialized after reading but can be changed using #set_ID(long).
protected  E4Image m_IMG
          Current Value - will be initialized after reading but can be changed using set_IMG(E4Image).
protected  long m_init_ID
          Initial Value - will be initialized only and is used on executeDelete() or executeUpdate().
protected  Language m_LANG
          Current Value - will be initialized after reading but can be changed using set_LANG(Language).
protected  long m_SORT
          Current Value - will be initialized after reading but can be changed using set_SORT(long).
protected  java.lang.String m_TXT
          Current Value - will be initialized after reading but can be changed using set_TXT(String).
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
T_E4S_OVERVIEW_Obj()
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Return the version info patched by CVS.
 void executeDelete()
          Delete this record, based on a query of first unique index
 void executeDelete(E4DBConnection_Intf con)
          Delete this record, based on a query of first unique index
 long executeInsert()
           
 long executeInsert(E4DBConnection_Intf con)
           
 void executeUpdate()
          Update this record, based on a query of first unique index columns.
 void executeUpdate(E4DBConnection_Intf con)
          Update this record, based on a query of first unique index
 boolean get_ACTIVE()
           
 E4OverviewGroup get_GRP()
           
 java.lang.String get_HEADER()
           
 long get_ID()
           
 E4Image get_IMG()
           
 Language get_LANG()
           
 long get_SORT()
           
 java.lang.String get_TXT()
           
 E4DBTableName getTableName()
           
 void set_ACTIVE(boolean val)
           
 void set_GRP(E4OverviewGroup val)
           
 void set_HEADER(java.lang.String val)
           
 void set_IMG(E4Image val)
           
 void set_init_ID(long val)
           
 void set_LANG(Language val)
           
 void set_SORT(long val)
           
 void set_TXT(java.lang.String val)
           
 E4DBColumnInfo[] unequalsColumns(T_E4S_OVERVIEW_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_ACTIVE

protected boolean m_ACTIVE
Current Value - will be initialized after reading but can be changed using set_ACTIVE(boolean). Active Record ?


m_GRP

protected E4OverviewGroup m_GRP
Current Value - will be initialized after reading but can be changed using set_GRP(E4OverviewGroup). Group


m_HEADER

protected java.lang.String m_HEADER
Current Value - will be initialized after reading but can be changed using set_HEADER(String). Header


m_ID

protected long m_ID
Current Value - will be initialized after reading but can be changed using #set_ID(long). Identification


m_init_ID

protected long m_init_ID
Initial Value - will be initialized only and is used on executeDelete() or executeUpdate(). Identification


m_IMG

protected E4Image m_IMG
Current Value - will be initialized after reading but can be changed using set_IMG(E4Image). Image


m_LANG

protected Language m_LANG
Current Value - will be initialized after reading but can be changed using set_LANG(Language). Language


m_SORT

protected long m_SORT
Current Value - will be initialized after reading but can be changed using set_SORT(long). Sort Order


m_TXT

protected java.lang.String m_TXT
Current Value - will be initialized after reading but can be changed using set_TXT(String). Text

Constructor Detail

T_E4S_OVERVIEW_Obj

public T_E4S_OVERVIEW_Obj()
Method Detail

executeInsert

public long executeInsert()
                   throws E4DBException
Throws:
E4DBException

executeInsert

public long executeInsert(E4DBConnection_Intf con)
                   throws E4DBException
Throws:
E4DBException

getTableName

public E4DBTableName getTableName()

set_ACTIVE

public void set_ACTIVE(boolean val)

get_ACTIVE

public boolean get_ACTIVE()

set_GRP

public void set_GRP(E4OverviewGroup val)

get_GRP

public E4OverviewGroup get_GRP()

set_HEADER

public void set_HEADER(java.lang.String val)

get_HEADER

public java.lang.String get_HEADER()

set_init_ID

public void set_init_ID(long val)

get_ID

public long get_ID()

set_IMG

public void set_IMG(E4Image val)

get_IMG

public E4Image get_IMG()

set_LANG

public void set_LANG(Language val)

get_LANG

public Language get_LANG()

set_SORT

public void set_SORT(long val)

get_SORT

public long get_SORT()

set_TXT

public void set_TXT(java.lang.String val)

get_TXT

public java.lang.String get_TXT()

unequalsColumns

public E4DBColumnInfo[] unequalsColumns(T_E4S_OVERVIEW_Obj obj2)

executeDelete

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

Throws:
E4DBException

executeDelete

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

Throws:
E4DBException

executeUpdate

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

Throws:
E4DBException

executeUpdate

public void executeUpdate(E4DBConnection_Intf con)
                   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