Class InitialRelation

java.lang.Object
ch.tocco.nice2.netui.impl.bind.entity.InitialRelation
All Implemented Interfaces:
DefaultValueOverride

public class InitialRelation extends Object implements 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 Details

    • InitialRelation

      public InitialRelation()
  • Method Details

    • getRelationName

      public String getRelationName()
    • setRelationName

      public void setRelationName(String relationName)
    • getTargetEntityName

      public String getTargetEntityName()
    • setTargetEntityName

      public void setTargetEntityName(String targetEntityName)
    • getPk

      public String getPk()
    • setPk

      public void setPk(String pk)