Class LabelFormatSynchronisationDescription

java.lang.Object
ch.tocco.nice2.reporting.impl.sync.labelformat.LabelFormatSynchronisationDescription
All Implemented Interfaces:
SynchronisationDescription

public class LabelFormatSynchronisationDescription extends Object implements SynchronisationDescription
  • Constructor Details

    • LabelFormatSynchronisationDescription

      public LabelFormatSynchronisationDescription(String formatId, String formatName, LabelMeasure measure, Entity outputTemplateFormat, boolean active)
  • Method Details

    • getFormatId

      public String getFormatId()
    • getFormatName

      public String getFormatName()
    • getMeasure

      public LabelMeasure getMeasure()
    • getOutputTemplateFormat

      public Entity getOutputTemplateFormat()
    • isActive

      public boolean isActive()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object