Class InitialRelation
java.lang.Object
ch.tocco.nice2.netui.impl.bind.entity.InitialRelation
- All Implemented Interfaces:
- DefaultValueOverride
An initial relation provided by the client when creating the binding for a new entity.
 
This is used in the explorer relations tab when creating a new entity to automatically link it to the originating object from the main window.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetPk()voidvoidsetRelationName(String relationName) voidsetTargetEntityName(String targetEntityName) 
- 
Constructor Details- 
InitialRelationpublic InitialRelation()
 
- 
- 
Method Details- 
getRelationName
- 
setRelationName
- 
getTargetEntityName
- 
setTargetEntityName
- 
getPk
- 
setPk
 
-