Class AbstractModelRelationDiffination
- java.lang.Object
-
- org.brijframework.model.diffination.asm.AbstractModelDiffination<AccessibleObject>
-
- org.brijframework.model.diffination.asm.AbstractModelPropertyDiffination
-
- org.brijframework.model.diffination.asm.AbstractModelRelationDiffination
-
- All Implemented Interfaces:
org.brijframework.GenericResource<AccessibleObject>,org.brijframework.lifecycle.Initializer,ModelPropertyDiffination,ModelRelationDiffination,ModelDiffination<AccessibleObject>
- Direct Known Subclasses:
ModelRelationDiffinationImpl
public abstract class AbstractModelRelationDiffination extends AbstractModelPropertyDiffination implements ModelRelationDiffination
-
-
Field Summary
-
Fields inherited from class org.brijframework.model.diffination.asm.AbstractModelPropertyDiffination
required
-
-
Constructor Summary
Constructors Constructor Description AbstractModelRelationDiffination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMappedBy()ModelTypeDeffinationgetTargetOwner()voidsetMappedBy(String mappedBy)voidsetTargetOwner(ModelTypeDeffination targetOwner)-
Methods inherited from class org.brijframework.model.diffination.asm.AbstractModelPropertyDiffination
getMapper, getOwner, getType, getValue, isRequired, setMapper, setOwner, setRequired, setType, setValue, toString
-
Methods inherited from class org.brijframework.model.diffination.asm.AbstractModelDiffination
getAccess, getId, getName, setAccess, setId, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.brijframework.model.ModelDiffination
getAccess
-
Methods inherited from interface org.brijframework.model.diffination.ModelPropertyDiffination
getGetterModifiers, getOwner, getSetterModifiers, getTargetAsField, getTargetAsMethod, getType, getValue, isField, isGetter, isSetter, setValue
-
Methods inherited from interface org.brijframework.model.diffination.ModelRelationDiffination
getTargetClass, getTargetClassMetaInfo
-
-
-
-
Method Detail
-
setMappedBy
public void setMappedBy(String mappedBy)
-
getMappedBy
public String getMappedBy()
- Specified by:
getMappedByin interfaceModelRelationDiffination
-
getTargetOwner
public ModelTypeDeffination getTargetOwner()
-
setTargetOwner
public void setTargetOwner(ModelTypeDeffination targetOwner)
-
-