Class AbstractRelationPropertyModelResource
- java.lang.Object
-
- org.brijframework.model.resource.asm.AbstractModelResource<E>
-
- org.brijframework.model.resource.asm.AbstractPropertyModelResource<String>
-
- org.brijframework.model.resource.asm.AbstractRelationPropertyModelResource
-
- All Implemented Interfaces:
org.brijframework.GenericResource<String>,org.brijframework.lifecycle.Initializer,ModelResource<String>,PropertyModelResource<String>,RelationPropertyModelResource<String>
- Direct Known Subclasses:
RelationPropertyModelResourceImpl
public class AbstractRelationPropertyModelResource extends AbstractPropertyModelResource<String> implements RelationPropertyModelResource<String>
-
-
Constructor Summary
Constructors Constructor Description AbstractRelationPropertyModelResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMappedBy()voidsetMappedBy(String mappedBy)-
Methods inherited from class org.brijframework.model.resource.asm.AbstractPropertyModelResource
getModel, getType, isRequired, setModel, setRequired, setType
-
Methods inherited from class org.brijframework.model.resource.asm.AbstractModelResource
getAccess, getId, getName, setAccess, setId, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.brijframework.model.ModelResource
getAccess
-
Methods inherited from interface org.brijframework.model.resource.PropertyModelResource
getModel, getType, isRequired
-
-
-
-
Method Detail
-
getMappedBy
public String getMappedBy()
- Specified by:
getMappedByin interfaceRelationPropertyModelResource<String>
-
setMappedBy
public void setMappedBy(String mappedBy)
-
-