Class MergeModel.Relation

java.lang.Object
ch.tocco.nice2.entityoperation.api.merge.MergeModel.Relation
Enclosing class:
MergeModel

public static class MergeModel.Relation extends Object
  • Constructor Details

    • Relation

      public Relation(String name, boolean toMany, boolean isAllOrNothing)
  • Method Details

    • getName

      public String getName()
    • isToMany

      public boolean isToMany()
    • isAllOrNothing

      public boolean isAllOrNothing()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object