java.lang.Object
eu.dzhw.fdz.metadatamanagement.common.domain.Resolution
All Implemented Interfaces:
Serializable

public class Resolution
extends Object
implements Serializable
Representation of the resolution of images.
See Also:
Serialized Form
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • widthX

      @NotNull(message="global.error.resolution.width-x.not-null") private @NotNull(message="global.error.resolution.width-x.not-null") Integer widthX
      The width in pixel.
    • heightY

      @NotNull(message="global.error.resolution.height-y.not-null") private @NotNull(message="global.error.resolution.height-y.not-null") Integer heightY
      The height in pixel.
  • Constructor Details

    • Resolution

      public Resolution()