www.element4solution.com

e4s.db.systabledef
Class E4CompanyId

java.lang.Object
  extended by e4s.util.E4Long
      extended by e4s.db.systabledef.E4CompanyId
All Implemented Interfaces:
java.lang.Comparable

public class E4CompanyId
extends E4Long

Data access for E4CompanyId created: 20041222 105414 modified: 20070104 212859

See Also:
T_E4S_CLIENT_Sel.COL_MAIN_COMPANY_ID, T_E4S_COMPANY_Mod.executeInsert(), T_E4S_COMPANY_Mod.executeInsert(), T_E4S_COMPANY_Sel.COL_BELONGS_TO, T_E4S_COMPANY_Sel.COL_COMPANY_ID, T_E4S_COMPANY_USER_Sel.COL_COMPANY_ID, T_E4S_HINT_READ_Sel.COL_COMPANY_ID, T_E4S_LOGIN_HISTORY_Sel.COL_COMPANY_ID, T_E4S_PERMISSION_COMPANY_Sel.COL_COMPANY, T_E4S_PERMISSION_USER_Sel.COL_COMPANY, T_E4S_QUERY_PARAMS_Sel.COL_COMPANY_ID, T_E4S_TRANS_APP_Sel.COL_UPD_COMPANY, T_E4S_TRANS_SYS_Sel.COL_UPD_COMPANY, T_E4S_USER_VAL_Sel.COL_COMPANY_ID

Field Summary
static E4DBColumnType _DATATYPE
           
static char INSTANCE_MODE
           
 
Constructor Summary
E4CompanyId(E4Long initval)
           
E4CompanyId(int initval)
           
E4CompanyId(long initval)
           
E4CompanyId(java.lang.Long initval)
           
 
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 E4CompanyId newInstance(E4CgiParams params, E4InputFieldName_Intf paramname)
          Construct an object for E4CompanyId.
static E4CompanyId newInstance(E4Long initval)
          Create a new instance for E4CompanyId.
static E4CompanyId newInstance(int initval)
          Create a new instance for E4CompanyId.
static E4CompanyId newInstance(long initval)
          Create a new instance for E4CompanyId.
static E4CompanyId newInstance(java.lang.Long initval)
          Create a new instance for E4CompanyId.
 
Methods inherited from class e4s.util.E4Long
add, add, add, add, clone, compareTo, equals, equals, format, format, format, longValue, set, set, set, set, set, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_DATATYPE

public static final E4DBColumnType _DATATYPE

INSTANCE_MODE

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

E4CompanyId

public E4CompanyId(long initval)

E4CompanyId

public E4CompanyId(java.lang.Long initval)

E4CompanyId

public E4CompanyId(int initval)

E4CompanyId

public E4CompanyId(E4Long initval)
Method Detail

newInstance

public static E4CompanyId newInstance(long initval)
Create a new instance for E4CompanyId.

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

newInstance

public static E4CompanyId newInstance(java.lang.Long initval)
Create a new instance for E4CompanyId.

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

newInstance

public static E4CompanyId newInstance(int initval)
Create a new instance for E4CompanyId.

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

newInstance

public static E4CompanyId newInstance(E4Long initval)
Create a new instance for E4CompanyId.

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

newInstance

public static E4CompanyId newInstance(E4CgiParams params,
                                      E4InputFieldName_Intf paramname)
Construct an object for E4CompanyId. The parameters must contain a value that is not -1.

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

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