Class ExpandedSynonymValue

java.lang.Object
com.regnosys.rosetta.generator.object.ExpandedSynonymValue

@Data public final class ExpandedSynonymValue extends Object
  • Constructor Details

    • ExpandedSynonymValue

      public ExpandedSynonymValue(String name, String path, int maps, boolean isMeta)
  • Method Details

    • hashCode

      @Pure public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      @Pure public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      @Pure public String toString()
      Overrides:
      toString in class Object
    • getName

      @Pure public String getName()
    • getPath

      @Pure public String getPath()
    • getMaps

      @Pure public int getMaps()
    • isMeta

      @Pure public boolean isMeta()