|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.caleigo.core.meta.CustomFieldRelation
Constructor Summary | |
(package private) |
CustomFieldRelation(CustomDataSourceDescriptor dataSourceDescriptor,
java.lang.String referenceEntitySourceName,
java.lang.String referenceFieldSourceName,
java.lang.String targetEntitySourceName,
java.lang.String targetFieldSourceName)
|
Method Summary | |
IEntityRelation |
getEntityRelation()
Access method that return the IEntityRelation that the called IFieldRelation is a part of. |
IFieldDescriptor |
getReferenceField()
Access method that return the IFieldDescriptor that is the source/reference field that addresses another field. |
IFieldDescriptor |
getTargetField()
Access method that return the IFieldDescriptor that is the target field that are addressed by the reference field. |
(package private) void |
setEntityRelation(IEntityRelation relation)
Mutation method with restricted access to avoid missuse. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
CustomFieldRelation(CustomDataSourceDescriptor dataSourceDescriptor, java.lang.String referenceEntitySourceName, java.lang.String referenceFieldSourceName, java.lang.String targetEntitySourceName, java.lang.String targetFieldSourceName)
Method Detail |
public IEntityRelation getEntityRelation()
getEntityRelation
in interface IFieldRelation
public IFieldDescriptor getReferenceField()
getReferenceField
in interface IFieldRelation
public IFieldDescriptor getTargetField()
getTargetField
in interface IFieldRelation
void setEntityRelation(IEntityRelation relation)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |