Class TableDirDomainType
- java.lang.Object
-
- org.openbravo.base.model.domaintype.BaseDomainType
-
- org.openbravo.base.model.domaintype.BaseForeignKeyDomainType
-
- org.openbravo.base.model.domaintype.TableDirDomainType
-
- All Implemented Interfaces:
DomainType
,ForeignKeyDomainType
public class TableDirDomainType extends BaseForeignKeyDomainType
The type of column in the following cases:- TABLEDIR
- SEARCH and the reference value is not set
- IMAGE
- PRODUCT_ATTRIBUTE
- RESOURCE_ASSIGNMENT
- IMAGE_BLOB
- Author:
- mtaal
-
-
Constructor Summary
Constructors Constructor Description TableDirDomainType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getReferedTableName()
-
Methods inherited from class org.openbravo.base.model.domaintype.BaseForeignKeyDomainType
checkIsValidValue, getForeignKeyColumn, getReferedEntity, getReferedTableName
-
Methods inherited from class org.openbravo.base.model.domaintype.BaseDomainType
checkObjectIsValid, getClasses, getModelProvider, getReference, initialize, setModelProvider, setReference
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openbravo.base.model.domaintype.DomainType
checkObjectIsValid, getModelProvider, getReference, initialize, setModelProvider, setReference
-
-
-
-
Method Detail
-
getReferedTableName
protected String getReferedTableName()
-
-