Class Resolution
java.lang.Object
eu.dzhw.fdz.metadatamanagement.common.domain.Resolution
- All Implemented Interfaces:
Serializable
Representation of the resolution of images.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
widthX
@NotNull(message="global.error.resolution.width-x.not-null") private @NotNull(message="global.error.resolution.width-x.not-null") Integer widthXThe width in pixel. -
heightY
@NotNull(message="global.error.resolution.height-y.not-null") private @NotNull(message="global.error.resolution.height-y.not-null") Integer heightYThe height in pixel.
-
-
Constructor Details
-
Resolution
public Resolution()
-