Class Dimension

java.lang.Object
com.genologics.ri.containertype.Dimension
All Implemented Interfaces:
Serializable

public class Dimension extends Object implements Serializable
Dimension is a child element of container type and describes the size and identification method of the horizontal and vertical dimensions of the coordinate system of the container type.
See Also:
  • Field Details

    • alpha

      protected Boolean alpha
      Whether numbering in this dimension is using letters (true) or numbers (false).
    • offset

      protected Integer offset
    • size

      protected Integer size
  • Constructor Details

    • Dimension

      public Dimension()
    • Dimension

      public Dimension(Integer size)
  • Method Details

    • isAlpha

      public Boolean isAlpha()
    • setAlpha

      public void setAlpha(Boolean alpha)
    • getOffset

      public Integer getOffset()
    • setOffset

      public void setOffset(Integer offset)
    • getSize

      public Integer getSize()
    • setSize

      public void setSize(Integer size)