Class OneToManyDomainType
- java.lang.Object
-
- org.openbravo.base.model.domaintype.BaseDomainType
-
- org.openbravo.base.model.domaintype.BaseForeignKeyDomainType
-
- org.openbravo.base.model.domaintype.OneToManyDomainType
-
- All Implemented Interfaces:
DomainType
,ForeignKeyDomainType
public class OneToManyDomainType extends BaseForeignKeyDomainType
The type used in case of a one to many property.- Author:
- mtaal
- See Also:
Property.isOneToMany()
-
-
Constructor Summary
Constructors Constructor Description OneToManyDomainType()
-
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()
-
-