Class ColumnWidthWrapper

  • All Implemented Interfaces:
    Serializable

    public class ColumnWidthWrapper
    extends org.pentaho.metadata.model.concept.types.ColumnWidth
    See Also:
    Serialized Form
    • Constructor Detail

      • ColumnWidthWrapper

        public ColumnWidthWrapper​(org.pentaho.metadata.model.concept.types.ColumnWidth backend)
    • Method Detail

      • equals

        public boolean equals​(Object object)
        Overrides:
        equals in class org.pentaho.metadata.model.concept.types.ColumnWidth
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getType

        public org.pentaho.metadata.model.concept.types.ColumnWidth.WidthType getType()
        Overrides:
        getType in class org.pentaho.metadata.model.concept.types.ColumnWidth
      • getWidth

        public double getWidth()
        Overrides:
        getWidth in class org.pentaho.metadata.model.concept.types.ColumnWidth
      • setType

        public void setType​(org.pentaho.metadata.model.concept.types.ColumnWidth.WidthType type)
        Overrides:
        setType in class org.pentaho.metadata.model.concept.types.ColumnWidth
      • setWidth

        public void setWidth​(double width)
        Overrides:
        setWidth in class org.pentaho.metadata.model.concept.types.ColumnWidth