Package org.openbravo.model.ad.datamodel
Class Table
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.ad.datamodel.Table
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class Table extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity ADTable (stored in table AD_Table).
Help: In Table table are stored all the tables used in the application. This data should be the same as the defined physically in the DB.
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACCTCLASSNAME
Property acctclassname stored in column Acctclassname in table AD_Table
Help: Java class name where the posting of table is developedstatic String
PROPERTY_ACCTDATECOLUMN
Property acctdateColumn stored in column Acctdate_Column_ID in table AD_Table
Help: Date reference column where is stored the accounting datestatic String
PROPERTY_ACTIVE
Property active stored in column IsActive in table AD_Tablestatic String
PROPERTY_ADCOLUMNLIST
Property aDColumnList stored in table AD_Tablestatic String
PROPERTY_ADTABLEACCESSLIST
Property aDTableAccessList stored in table AD_Tablestatic String
PROPERTY_ADTABLETREELIST
Property aDTableTreeList stored in table AD_Tablestatic String
PROPERTY_ADTABLIST
Property aDTabList stored in table AD_Tablestatic String
PROPERTY_ADTREELIST
Property aDTreeList stored in table AD_Tablestatic String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table AD_Tablestatic String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table AD_Tablestatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table AD_Tablestatic String
PROPERTY_DATAACCESSLEVEL
Property dataAccessLevel stored in column AccessLevel in table AD_Table
Help: Indicates what type of data (in terms of AD_CLIENT and AD_ORG data columns) can be entered or viewed. We can classify data in 4 major categories: - System (AD_CLIENT_ID=0, AD_ORG_ID=0) - system data (such as metadata for window, tab and field definition) - Organization (AD_CLIENT<>0, AD_ORG_ID<>0) - data particular to an organization (such as sales orders) - Client/Organization (AD_CLIENT<>0, AD_ORG_ID=anything) - data particular to an organization or shared among all organizations within one client - Client (AD_CLIENT<>0, AD_ORG_ID=0) - data that is specific to a client but can be used by all organizations within that client or All (AD_CLIENT=anything, AD_ORG_ID=anything)static String
PROPERTY_DATAORIGINTYPE
Property dataOriginType stored in column DataOriginType in table AD_Table
Help: Field to specify the type of data origin: physical table/view or datasourcestatic String
PROPERTY_DATAPACKAGE
Property dataPackage stored in column AD_Package_ID in table AD_Table
Help: An AD_Table record has a mandatory relation to a package (the AD_Package). Choose a sensible package fitting to the functional area to which the table applies (so not the Core package). If no such package exist then create a new one. The relation to the module is maintained through the AD_Package, so an AD_Table has an AD_Package which belongs to a module. When developing for a module then first a package needs to be defined in AD_Package, linked to the module. Then the records in AD_Table (for that module) can be linked to that package.static String
PROPERTY_DBTABLENAME
Property dBTableName stored in column TableName in table AD_Tablestatic String
PROPERTY_DEFAULTACCOUNT
Property defaultAccount stored in column IsDefaultAcct in table AD_Table
Help: Is default accountstatic String
PROPERTY_DELETABLERECORDS
Property deletableRecords stored in column IsDeleteable in table AD_Table
Help: The Deleteable Records checkbox indicates if a record can be deleted from the database. If records cannot be deleted, you can only deselect the Active flagstatic String
PROPERTY_DESCRIPTION
Property description stored in column Description in table AD_Table
Help: A description is limited to 255 characters.static String
PROPERTY_DEVELOPMENTSTATUS
Property developmentStatus stored in column Developmentstatus in table AD_Table
Help: Development Status defines the status of a table or a column. Ready means that this object is in use, Not Implemented Yet indicates that currently it is not in use but it is planned to be implemented and Deprecated are the objects that are going to be removed from the application in future versions.static String
PROPERTY_ENTITYALIAS
Property entityAlias stored in column Entity_Alias in table AD_Table
Help: In case that the the selector's table has an alias in the HQL it is mandatory to set it on this field.static String
PROPERTY_HELPCOMMENT
Property helpComment stored in column Help in table AD_Table
Help: The Help field contains a hint, comment or help about the use of this item.static String
PROPERTY_HIGHVOLUME
Property highVolume stored in column IsHighVolume in table AD_Table
Help: If a table is defined as High Volume, it means that it has or may have a large number of rows.static String
PROPERTY_HQLQUERY
Property hqlQuery stored in column HqlQuery in table AD_Table
Help: HQL query used to populate the tablestatic String
PROPERTY_ID
Property id stored in column AD_Table_ID in table AD_Table
Help: The Table indicates the table in which a field or fields reside.static String
PROPERTY_IMPORTTABLE
Property importTable stored in column ImportTable in table AD_Table
Help: Import Table Columns from Database, this process will create in the application dictionary those columns defined in the table (in DB) but non-existing in the column table (of the application dictionary).static String
PROPERTY_ISAUDITINSERTS
Property isAuditInserts stored in column IsAuditInserts in table AD_Table
Help: If this flag is checked, if when a record is inserted in an audited table the initial value of all its columns will be saved in the audit table. Usually there is no need to save all columns, because the original column values of the record can be recreated based on their current value and on their modification history.static String
PROPERTY_ISFULLYAUDITED
Property isFullyAudited stored in column IsFullyAudited in table AD_Table
Help: If audit trail is maintained for a table, each modification performed to any record in this table will be tracked. Do not forget to generate Audit infrastructure after selecting or deselecting a table to be audited.static String
PROPERTY_ISTREE
Property istree stored in column Istree in table AD_Table
Help: If a table is defined as a tree, then the Table Tree Category tab is shown in this window. In that tab, tree categories can be assigned to this table. Once a tree table has defined a table tree category, it can be used in tree referenced and the tree view will be available when the table is displayed in a tab.static String
PROPERTY_JAVACLASSNAME
Property javaClassName stored in column Classname in table AD_Table
Help: The classname is used when generating a representation of the table in java (the entity or business object). The classname is the simplename of the class (so without the package name). Often the AD_Table.name can be used here. The combination of classname and package needs to be unique.static String
PROPERTY_MAINTAINCHANGELOG
Property maintainChangeLog stored in column IsChangeLog in table AD_Table
Help: If selected, a log of all changes is maintained.static String
PROPERTY_NAME
Property name stored in column Name in table AD_Table
Help: A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.static String
PROPERTY_OBSERDSDATASOURCE
Property obserdsDatasource stored in column Obserds_Datasource_ID in table AD_Table
Help: Datasource used to feed the tablestatic String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table AD_Tablestatic String
PROPERTY_POWINDOW
Property pOWindow stored in column PO_Window_ID in table AD_Table
Help: Window for Purchase Order (AP) Zoomsstatic String
PROPERTY_SECURITYENABLED
Property securityEnabled stored in column IsSecurityEnabled in table AD_Table
Help: The Security Enabled checkbox indicates that user access to the data in this table can be restricted using Roles.static String
PROPERTY_SQLRECORDIDENTIFIER
Property sQLRecordIdentifier stored in column SQL_Record_Identifier in table AD_Table
Help: SQL_Record_Identifierstatic String
PROPERTY_TREETYPE
Property treeType stored in column Treetype in table AD_Table
Help: The Tree Type / Area field determines the type of tree this is. For example, you may define one tree for your Products and another tree for your Business Partners.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table AD_Tablestatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table AD_Tablestatic String
PROPERTY_VIEW
Property view stored in column IsView in table AD_Table
Help: This is a view rather than a table. A view is always treated as read only in the system.static String
PROPERTY_WINDOW
Property window stored in column AD_Window_ID in table AD_Table
Help: The Window field identifies a unique Window in the system.static String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description Table()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAcctclassname()
Column
getAcctdateColumn()
List<Column>
getADColumnList()
Help: Defines the columns of a table The Used in Column Tab defines the table and column this element resides in.List<TableAccess>
getADTableAccessList()
Help: If listed here, the Role can(not) access all data of this table, even if the role has access to the functionalityList<TableTree>
getADTableTreeList()
List<Tab>
getADTabList()
Help: The Tab Tab defines each Tab within a Window. Each Tab contains a discrete selection of fields.List<Tree>
getADTreeList()
Help: The Tree table defines all the trees that will be used in the application.Client
getClient()
Client fieldUser
getCreatedBy()
Created by audit userDate
getCreationDate()
Creation date of auditString
getDataAccessLevel()
String
getDataOriginType()
DataPackage
getDataPackage()
String
getDBTableName()
String
getDescription()
String
getDevelopmentStatus()
String
getEntityAlias()
String
getEntityName()
String
getHelpComment()
String
getHqlQuery()
String
getId()
String
getJavaClassName()
String
getName()
DataSource
getObserdsDatasource()
Organization
getOrganization()
Gets organization fieldWindow
getPOWindow()
String
getSQLRecordIdentifier()
String
getTreeType()
Date
getUpdated()
Update date of auditUser
getUpdatedBy()
Update by audit userWindow
getWindow()
Boolean
isActive()
Gets active fieldBoolean
isAuditInserts()
Boolean
isDefaultAccount()
Boolean
isDeletableRecords()
Boolean
isFullyAudited()
Boolean
isHighVolume()
Boolean
isImportTable()
Boolean
isMaintainChangeLog()
Boolean
isSecurityEnabled()
Boolean
isTree()
Boolean
isView()
void
setAcctclassname(String acctclassname)
void
setAcctdateColumn(Column acctdateColumn)
void
setActive(Boolean active)
Sets active fieldvoid
setADColumnList(List<Column> aDColumnList)
Help: Defines the columns of a table The Used in Column Tab defines the table and column this element resides in.void
setADTableAccessList(List<TableAccess> aDTableAccessList)
Help: If listed here, the Role can(not) access all data of this table, even if the role has access to the functionalityvoid
setADTableTreeList(List<TableTree> aDTableTreeList)
void
setADTabList(List<Tab> aDTabList)
Help: The Tab Tab defines each Tab within a Window. Each Tab contains a discrete selection of fields.void
setADTreeList(List<Tree> aDTreeList)
Help: The Tree table defines all the trees that will be used in the application.void
setAuditInserts(Boolean isAuditInserts)
void
setClient(Client client)
Client fieldvoid
setCreatedBy(User createdBy)
Created by audit uservoid
setCreationDate(Date creationDate)
Creation date of auditvoid
setDataAccessLevel(String dataAccessLevel)
void
setDataOriginType(String dataOriginType)
void
setDataPackage(DataPackage dataPackage)
void
setDBTableName(String dBTableName)
void
setDefaultAccount(Boolean defaultAccount)
void
setDeletableRecords(Boolean deletableRecords)
void
setDescription(String description)
void
setDevelopmentStatus(String developmentStatus)
void
setEntityAlias(String entityAlias)
void
setFullyAudited(Boolean isFullyAudited)
void
setHelpComment(String helpComment)
void
setHighVolume(Boolean highVolume)
void
setHqlQuery(String hqlQuery)
void
setId(String id)
void
setImportTable(Boolean importTable)
void
setJavaClassName(String javaClassName)
void
setMaintainChangeLog(Boolean maintainChangeLog)
void
setName(String name)
void
setObserdsDatasource(DataSource obserdsDatasource)
void
setOrganization(Organization organization)
Sets organization fieldvoid
setPOWindow(Window pOWindow)
void
setSecurityEnabled(Boolean securityEnabled)
void
setSQLRecordIdentifier(String sQLRecordIdentifier)
void
setTree(Boolean istree)
void
setTreeType(String treeType)
void
setUpdated(Date updated)
Update date of auditvoid
setUpdatedBy(User updatedBy)
Update by audit uservoid
setView(Boolean view)
void
setWindow(Window window)
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column AD_Table_ID in table AD_Table
Help: The Table indicates the table in which a field or fields reside.- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table AD_Table- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table AD_Table- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table AD_Table- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table AD_Table- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table AD_Table- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table AD_Table- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table AD_Table- See Also:
Traceable
, Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
Property name stored in column Name in table AD_Table
Help: A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table AD_Table
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_HELPCOMMENT
public static final String PROPERTY_HELPCOMMENT
Property helpComment stored in column Help in table AD_Table
Help: The Help field contains a hint, comment or help about the use of this item.- See Also:
- Constant Field Values
-
PROPERTY_DBTABLENAME
public static final String PROPERTY_DBTABLENAME
Property dBTableName stored in column TableName in table AD_Table- See Also:
- Constant Field Values
-
PROPERTY_JAVACLASSNAME
public static final String PROPERTY_JAVACLASSNAME
Property javaClassName stored in column Classname in table AD_Table
Help: The classname is used when generating a representation of the table in java (the entity or business object). The classname is the simplename of the class (so without the package name). Often the AD_Table.name can be used here. The combination of classname and package needs to be unique.- See Also:
- Constant Field Values
-
PROPERTY_VIEW
public static final String PROPERTY_VIEW
Property view stored in column IsView in table AD_Table
Help: This is a view rather than a table. A view is always treated as read only in the system.- See Also:
- Constant Field Values
-
PROPERTY_DATAACCESSLEVEL
public static final String PROPERTY_DATAACCESSLEVEL
Property dataAccessLevel stored in column AccessLevel in table AD_Table
Help: Indicates what type of data (in terms of AD_CLIENT and AD_ORG data columns) can be entered or viewed. We can classify data in 4 major categories: - System (AD_CLIENT_ID=0, AD_ORG_ID=0) - system data (such as metadata for window, tab and field definition) - Organization (AD_CLIENT<>0, AD_ORG_ID<>0) - data particular to an organization (such as sales orders) - Client/Organization (AD_CLIENT<>0, AD_ORG_ID=anything) - data particular to an organization or shared among all organizations within one client - Client (AD_CLIENT<>0, AD_ORG_ID=0) - data that is specific to a client but can be used by all organizations within that client or All (AD_CLIENT=anything, AD_ORG_ID=anything)- See Also:
- Constant Field Values
-
PROPERTY_WINDOW
public static final String PROPERTY_WINDOW
Property window stored in column AD_Window_ID in table AD_Table
Help: The Window field identifies a unique Window in the system.- See Also:
- Constant Field Values
-
PROPERTY_SECURITYENABLED
public static final String PROPERTY_SECURITYENABLED
Property securityEnabled stored in column IsSecurityEnabled in table AD_Table
Help: The Security Enabled checkbox indicates that user access to the data in this table can be restricted using Roles.- See Also:
- Constant Field Values
-
PROPERTY_DELETABLERECORDS
public static final String PROPERTY_DELETABLERECORDS
Property deletableRecords stored in column IsDeleteable in table AD_Table
Help: The Deleteable Records checkbox indicates if a record can be deleted from the database. If records cannot be deleted, you can only deselect the Active flag- See Also:
- Constant Field Values
-
PROPERTY_HIGHVOLUME
public static final String PROPERTY_HIGHVOLUME
Property highVolume stored in column IsHighVolume in table AD_Table
Help: If a table is defined as High Volume, it means that it has or may have a large number of rows.- See Also:
- Constant Field Values
-
PROPERTY_IMPORTTABLE
public static final String PROPERTY_IMPORTTABLE
Property importTable stored in column ImportTable in table AD_Table
Help: Import Table Columns from Database, this process will create in the application dictionary those columns defined in the table (in DB) but non-existing in the column table (of the application dictionary).- See Also:
- Constant Field Values
-
PROPERTY_MAINTAINCHANGELOG
public static final String PROPERTY_MAINTAINCHANGELOG
Property maintainChangeLog stored in column IsChangeLog in table AD_Table
Help: If selected, a log of all changes is maintained.- See Also:
- Constant Field Values
-
PROPERTY_POWINDOW
public static final String PROPERTY_POWINDOW
Property pOWindow stored in column PO_Window_ID in table AD_Table
Help: Window for Purchase Order (AP) Zooms- See Also:
- Constant Field Values
-
PROPERTY_DEFAULTACCOUNT
public static final String PROPERTY_DEFAULTACCOUNT
Property defaultAccount stored in column IsDefaultAcct in table AD_Table
Help: Is default account- See Also:
- Constant Field Values
-
PROPERTY_SQLRECORDIDENTIFIER
public static final String PROPERTY_SQLRECORDIDENTIFIER
Property sQLRecordIdentifier stored in column SQL_Record_Identifier in table AD_Table
Help: SQL_Record_Identifier- See Also:
- Constant Field Values
-
PROPERTY_DEVELOPMENTSTATUS
public static final String PROPERTY_DEVELOPMENTSTATUS
Property developmentStatus stored in column Developmentstatus in table AD_Table
Help: Development Status defines the status of a table or a column. Ready means that this object is in use, Not Implemented Yet indicates that currently it is not in use but it is planned to be implemented and Deprecated are the objects that are going to be removed from the application in future versions.- See Also:
- Constant Field Values
-
PROPERTY_DATAPACKAGE
public static final String PROPERTY_DATAPACKAGE
Property dataPackage stored in column AD_Package_ID in table AD_Table
Help: An AD_Table record has a mandatory relation to a package (the AD_Package). Choose a sensible package fitting to the functional area to which the table applies (so not the Core package). If no such package exist then create a new one. The relation to the module is maintained through the AD_Package, so an AD_Table has an AD_Package which belongs to a module. When developing for a module then first a package needs to be defined in AD_Package, linked to the module. Then the records in AD_Table (for that module) can be linked to that package.- See Also:
- Constant Field Values
-
PROPERTY_TREETYPE
public static final String PROPERTY_TREETYPE
Property treeType stored in column Treetype in table AD_Table
Help: The Tree Type / Area field determines the type of tree this is. For example, you may define one tree for your Products and another tree for your Business Partners.- See Also:
- Constant Field Values
-
PROPERTY_ACCTDATECOLUMN
public static final String PROPERTY_ACCTDATECOLUMN
Property acctdateColumn stored in column Acctdate_Column_ID in table AD_Table
Help: Date reference column where is stored the accounting date- See Also:
- Constant Field Values
-
PROPERTY_ACCTCLASSNAME
public static final String PROPERTY_ACCTCLASSNAME
Property acctclassname stored in column Acctclassname in table AD_Table
Help: Java class name where the posting of table is developed- See Also:
- Constant Field Values
-
PROPERTY_ISFULLYAUDITED
public static final String PROPERTY_ISFULLYAUDITED
Property isFullyAudited stored in column IsFullyAudited in table AD_Table
Help: If audit trail is maintained for a table, each modification performed to any record in this table will be tracked. Do not forget to generate Audit infrastructure after selecting or deselecting a table to be audited.- See Also:
- Constant Field Values
-
PROPERTY_ISAUDITINSERTS
public static final String PROPERTY_ISAUDITINSERTS
Property isAuditInserts stored in column IsAuditInserts in table AD_Table
Help: If this flag is checked, if when a record is inserted in an audited table the initial value of all its columns will be saved in the audit table. Usually there is no need to save all columns, because the original column values of the record can be recreated based on their current value and on their modification history.- See Also:
- Constant Field Values
-
PROPERTY_DATAORIGINTYPE
public static final String PROPERTY_DATAORIGINTYPE
Property dataOriginType stored in column DataOriginType in table AD_Table
Help: Field to specify the type of data origin: physical table/view or datasource- See Also:
- Constant Field Values
-
PROPERTY_OBSERDSDATASOURCE
public static final String PROPERTY_OBSERDSDATASOURCE
Property obserdsDatasource stored in column Obserds_Datasource_ID in table AD_Table
Help: Datasource used to feed the table- See Also:
- Constant Field Values
-
PROPERTY_ISTREE
public static final String PROPERTY_ISTREE
Property istree stored in column Istree in table AD_Table
Help: If a table is defined as a tree, then the Table Tree Category tab is shown in this window. In that tab, tree categories can be assigned to this table. Once a tree table has defined a table tree category, it can be used in tree referenced and the tree view will be available when the table is displayed in a tab.- See Also:
- Constant Field Values
-
PROPERTY_HQLQUERY
public static final String PROPERTY_HQLQUERY
Property hqlQuery stored in column HqlQuery in table AD_Table
Help: HQL query used to populate the table- See Also:
- Constant Field Values
-
PROPERTY_ENTITYALIAS
public static final String PROPERTY_ENTITYALIAS
Property entityAlias stored in column Entity_Alias in table AD_Table
Help: In case that the the selector's table has an alias in the HQL it is mandatory to set it on this field. This alias is used to add some mandatory filters on the Where clause replacing the @additional_filters@ string. Some examples of added filters are: client, organization and active flag.- See Also:
- Constant Field Values
-
PROPERTY_ADCOLUMNLIST
public static final String PROPERTY_ADCOLUMNLIST
Property aDColumnList stored in table AD_Table- See Also:
- Constant Field Values
-
PROPERTY_ADTABLIST
public static final String PROPERTY_ADTABLIST
Property aDTabList stored in table AD_Table- See Also:
- Constant Field Values
-
PROPERTY_ADTABLEACCESSLIST
public static final String PROPERTY_ADTABLEACCESSLIST
Property aDTableAccessList stored in table AD_Table- See Also:
- Constant Field Values
-
PROPERTY_ADTABLETREELIST
public static final String PROPERTY_ADTABLETREELIST
Property aDTableTreeList stored in table AD_Table- See Also:
- Constant Field Values
-
PROPERTY_ADTREELIST
public static final String PROPERTY_ADTREELIST
Property aDTreeList stored in table AD_Table- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getName
public String getName()
- See Also:
PROPERTY_NAME
-
setName
public void setName(String name)
- See Also:
PROPERTY_NAME
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
getHelpComment
public String getHelpComment()
- See Also:
PROPERTY_HELPCOMMENT
-
setHelpComment
public void setHelpComment(String helpComment)
- See Also:
PROPERTY_HELPCOMMENT
-
getDBTableName
public String getDBTableName()
- See Also:
PROPERTY_DBTABLENAME
-
setDBTableName
public void setDBTableName(String dBTableName)
- See Also:
PROPERTY_DBTABLENAME
-
getJavaClassName
public String getJavaClassName()
- See Also:
PROPERTY_JAVACLASSNAME
-
setJavaClassName
public void setJavaClassName(String javaClassName)
- See Also:
PROPERTY_JAVACLASSNAME
-
isView
public Boolean isView()
- See Also:
PROPERTY_VIEW
-
setView
public void setView(Boolean view)
- See Also:
PROPERTY_VIEW
-
getDataAccessLevel
public String getDataAccessLevel()
- See Also:
PROPERTY_DATAACCESSLEVEL
-
setDataAccessLevel
public void setDataAccessLevel(String dataAccessLevel)
- See Also:
PROPERTY_DATAACCESSLEVEL
-
getWindow
public Window getWindow()
- See Also:
PROPERTY_WINDOW
-
setWindow
public void setWindow(Window window)
- See Also:
PROPERTY_WINDOW
-
isSecurityEnabled
public Boolean isSecurityEnabled()
- See Also:
PROPERTY_SECURITYENABLED
-
setSecurityEnabled
public void setSecurityEnabled(Boolean securityEnabled)
- See Also:
PROPERTY_SECURITYENABLED
-
isDeletableRecords
public Boolean isDeletableRecords()
- See Also:
PROPERTY_DELETABLERECORDS
-
setDeletableRecords
public void setDeletableRecords(Boolean deletableRecords)
- See Also:
PROPERTY_DELETABLERECORDS
-
isHighVolume
public Boolean isHighVolume()
- See Also:
PROPERTY_HIGHVOLUME
-
setHighVolume
public void setHighVolume(Boolean highVolume)
- See Also:
PROPERTY_HIGHVOLUME
-
isImportTable
public Boolean isImportTable()
- See Also:
PROPERTY_IMPORTTABLE
-
setImportTable
public void setImportTable(Boolean importTable)
- See Also:
PROPERTY_IMPORTTABLE
-
isMaintainChangeLog
public Boolean isMaintainChangeLog()
- See Also:
PROPERTY_MAINTAINCHANGELOG
-
setMaintainChangeLog
public void setMaintainChangeLog(Boolean maintainChangeLog)
- See Also:
PROPERTY_MAINTAINCHANGELOG
-
getPOWindow
public Window getPOWindow()
- See Also:
PROPERTY_POWINDOW
-
setPOWindow
public void setPOWindow(Window pOWindow)
- See Also:
PROPERTY_POWINDOW
-
isDefaultAccount
public Boolean isDefaultAccount()
- See Also:
PROPERTY_DEFAULTACCOUNT
-
setDefaultAccount
public void setDefaultAccount(Boolean defaultAccount)
- See Also:
PROPERTY_DEFAULTACCOUNT
-
getSQLRecordIdentifier
public String getSQLRecordIdentifier()
- See Also:
PROPERTY_SQLRECORDIDENTIFIER
-
setSQLRecordIdentifier
public void setSQLRecordIdentifier(String sQLRecordIdentifier)
- See Also:
PROPERTY_SQLRECORDIDENTIFIER
-
getDevelopmentStatus
public String getDevelopmentStatus()
- See Also:
PROPERTY_DEVELOPMENTSTATUS
-
setDevelopmentStatus
public void setDevelopmentStatus(String developmentStatus)
- See Also:
PROPERTY_DEVELOPMENTSTATUS
-
getDataPackage
public DataPackage getDataPackage()
- See Also:
PROPERTY_DATAPACKAGE
-
setDataPackage
public void setDataPackage(DataPackage dataPackage)
- See Also:
PROPERTY_DATAPACKAGE
-
getTreeType
public String getTreeType()
- See Also:
PROPERTY_TREETYPE
-
setTreeType
public void setTreeType(String treeType)
- See Also:
PROPERTY_TREETYPE
-
getAcctdateColumn
public Column getAcctdateColumn()
- See Also:
PROPERTY_ACCTDATECOLUMN
-
setAcctdateColumn
public void setAcctdateColumn(Column acctdateColumn)
- See Also:
PROPERTY_ACCTDATECOLUMN
-
getAcctclassname
public String getAcctclassname()
- See Also:
PROPERTY_ACCTCLASSNAME
-
setAcctclassname
public void setAcctclassname(String acctclassname)
- See Also:
PROPERTY_ACCTCLASSNAME
-
isFullyAudited
public Boolean isFullyAudited()
- See Also:
PROPERTY_ISFULLYAUDITED
-
setFullyAudited
public void setFullyAudited(Boolean isFullyAudited)
- See Also:
PROPERTY_ISFULLYAUDITED
-
isAuditInserts
public Boolean isAuditInserts()
- See Also:
PROPERTY_ISAUDITINSERTS
-
setAuditInserts
public void setAuditInserts(Boolean isAuditInserts)
- See Also:
PROPERTY_ISAUDITINSERTS
-
getDataOriginType
public String getDataOriginType()
- See Also:
PROPERTY_DATAORIGINTYPE
-
setDataOriginType
public void setDataOriginType(String dataOriginType)
- See Also:
PROPERTY_DATAORIGINTYPE
-
getObserdsDatasource
public DataSource getObserdsDatasource()
- See Also:
PROPERTY_OBSERDSDATASOURCE
-
setObserdsDatasource
public void setObserdsDatasource(DataSource obserdsDatasource)
- See Also:
PROPERTY_OBSERDSDATASOURCE
-
isTree
public Boolean isTree()
- See Also:
PROPERTY_ISTREE
-
setTree
public void setTree(Boolean istree)
- See Also:
PROPERTY_ISTREE
-
getHqlQuery
public String getHqlQuery()
- See Also:
PROPERTY_HQLQUERY
-
setHqlQuery
public void setHqlQuery(String hqlQuery)
- See Also:
PROPERTY_HQLQUERY
-
getEntityAlias
public String getEntityAlias()
- See Also:
PROPERTY_ENTITYALIAS
-
setEntityAlias
public void setEntityAlias(String entityAlias)
- See Also:
PROPERTY_ENTITYALIAS
-
getADColumnList
public List<Column> getADColumnList()
Help: Defines the columns of a table The Used in Column Tab defines the table and column this element resides in.- See Also:
Column
-
setADColumnList
public void setADColumnList(List<Column> aDColumnList)
Help: Defines the columns of a table The Used in Column Tab defines the table and column this element resides in.- See Also:
Column
-
getADTabList
public List<Tab> getADTabList()
Help: The Tab Tab defines each Tab within a Window. Each Tab contains a discrete selection of fields.- See Also:
Tab
-
setADTabList
public void setADTabList(List<Tab> aDTabList)
Help: The Tab Tab defines each Tab within a Window. Each Tab contains a discrete selection of fields.- See Also:
Tab
-
getADTableAccessList
public List<TableAccess> getADTableAccessList()
Help: If listed here, the Role can(not) access all data of this table, even if the role has access to the functionality- See Also:
TableAccess
-
setADTableAccessList
public void setADTableAccessList(List<TableAccess> aDTableAccessList)
Help: If listed here, the Role can(not) access all data of this table, even if the role has access to the functionality- See Also:
TableAccess
-
setADTableTreeList
public void setADTableTreeList(List<TableTree> aDTableTreeList)
- See Also:
TableTree
-
getADTreeList
public List<Tree> getADTreeList()
Help: The Tree table defines all the trees that will be used in the application.- See Also:
Tree
-
-