www.element4solution.com

e4s.db.systabledef
Class E4ClientLogo

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.util.E4String
          extended by e4s.util.E4StringImage
              extended by e4s.db.systabledef.E4ClientLogo
All Implemented Interfaces:
java.lang.Comparable

public class E4ClientLogo
extends E4StringImage

Data access for E4ClientLogo: Image (Company Logo) for Client. created: 20041215 061919, modified: 20070304 225726.

See Also:
T_E4S_CLIENT_Sel.COL_LOGO

Field Summary
static E4DBColumnType _DATATYPE
          Datatype definition when used in tables.
static char INSTANCE_MODE
           
static int LEN
          User defined length for E4StringImage datatype.
static boolean NULLABLE
           
 
Fields inherited from class e4s.util.E4StringImage
MAXLEN
 
Fields inherited from class e4s.util.E4String
CLASSNAME, m_maxsize, m_nullable, m_string
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4ClientLogo()
          Construct an empty object for E4ClientLogo.
E4ClientLogo(char[] initval)
          Construct an object for E4ClientLogo.
E4ClientLogo(E4String initval)
          Construct an object for E4ClientLogo.
E4ClientLogo(E4StringImage initval)
          Construct an object for E4ClientLogo.
E4ClientLogo(java.lang.String initval)
          Construct an object for E4ClientLogo.
E4ClientLogo(java.lang.StringBuffer initval)
          Construct an object for E4ClientLogo.
 
Method Summary
static java.lang.String _getSVNVersionString()
          Return the version info patched by CVS.
static E4DBTypeUsage[] getUsage()
          List of tables where this datatype is used.
static E4ClientLogo newInstance(char[] initval)
          Construct an object for E4ClientLogo.
static E4ClientLogo newInstance(E4CgiParams params, E4InputFieldName_Intf paramname)
          Construct an object for E4ClientLogo.
static E4ClientLogo newInstance(E4String initval)
          Construct an object for E4ClientLogo.
static E4ClientLogo newInstance(java.lang.String initval)
          Construct an object for E4ClientLogo.
static E4ClientLogo newInstance(java.lang.StringBuffer initval)
          Construct an object for E4ClientLogo.
 
Methods inherited from class e4s.util.E4String
_equals, charAt, clone, compareTo, compareTo, compareTo, compareToIgnoreCase, compareToIgnoreCase, concat, concat, concat, concat, concat, cut, cut, endsWith, endsWith, equals, equals, equalsIgnoreCase, equalsIgnoreCase, fixed, fixedRight, getMaxSize, getNullable, getString, hashCode, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, left, left, length, matches, matchesIgnoreCase, regionMatches, regionMatches, regionMatches, regionMatches, remove, removeSpaces, removeSpaces, replace, replace, replace, replace, replace, replaceIgnoreCase, right, right, setMaxSize, setNullable, setString, startsWith, startsWith, startsWith, startsWith, substring, substring, toCharArray, toLowerCase, toLowerCase, toString, toUpperCase, toUpperCase, trim, validate
 
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, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LEN

public static final int LEN
User defined length for E4StringImage datatype.

See Also:
Constant Field Values

_DATATYPE

public static final E4DBColumnType _DATATYPE
Datatype definition when used in tables.


NULLABLE

public static final boolean NULLABLE
See Also:
Constant Field Values

INSTANCE_MODE

public static final char INSTANCE_MODE
See Also:
Constant Field Values
Constructor Detail

E4ClientLogo

public E4ClientLogo()
Construct an empty object for E4ClientLogo.


E4ClientLogo

public E4ClientLogo(java.lang.String initval)
Construct an object for E4ClientLogo.

Parameters:
initval - value for initialization

E4ClientLogo

public E4ClientLogo(E4String initval)
Construct an object for E4ClientLogo.

Parameters:
initval - value for initialization

E4ClientLogo

public E4ClientLogo(java.lang.StringBuffer initval)
Construct an object for E4ClientLogo.

Parameters:
initval - value for initialization

E4ClientLogo

public E4ClientLogo(char[] initval)
Construct an object for E4ClientLogo.

Parameters:
initval - value for initialization

E4ClientLogo

public E4ClientLogo(E4StringImage initval)
Construct an object for E4ClientLogo.

Parameters:
initval - value for initialization
Method Detail

newInstance

public static E4ClientLogo newInstance(java.lang.String initval)
Construct an object for E4ClientLogo.

Parameters:
initval - value for initialization
Returns:
a new instance of E4ClientLogo

newInstance

public static E4ClientLogo newInstance(E4String initval)
Construct an object for E4ClientLogo.

Parameters:
initval - value for initialization
Returns:
a new instance of E4ClientLogo

newInstance

public static E4ClientLogo newInstance(java.lang.StringBuffer initval)
Construct an object for E4ClientLogo.

Parameters:
initval - value for initialization
Returns:
a new instance of E4ClientLogo

newInstance

public static E4ClientLogo newInstance(char[] initval)
Construct an object for E4ClientLogo.

Parameters:
initval - value for initialization
Returns:
a new instance of E4ClientLogo

newInstance

public static E4ClientLogo newInstance(E4CgiParams params,
                                       E4InputFieldName_Intf paramname)
Construct an object for E4ClientLogo. The parameters must contain a value that is not null and not "".

Parameters:
params - the E4CgiParams
name - the CgiParameter paramname
Returns:
a new instance of E4ClientLogo

getUsage

public static E4DBTypeUsage[] getUsage()
List of tables where this datatype is used.

Returns:
null if not used in a table, an array of objects of class E4DBTypeUsage with associated tables.

_getSVNVersionString

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


www.element4solution.com