Class ColumnDescriptor

java.lang.Object
org.eclipse.dirigible.databases.processor.format.ColumnDescriptor

public class ColumnDescriptor
extends Object
The Column Descriptor transport object.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName​(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getLabel

      public String getLabel()
      Gets the label.
      Returns:
      the label
    • setLabel

      public void setLabel​(String label)
      Sets the label.
      Parameters:
      label - the new label
    • getSqlType

      public int getSqlType()
      Gets the sql type.
      Returns:
      the sql type
    • setSqlType

      public void setSqlType​(int sqlType)
      Sets the sql type.
      Parameters:
      sqlType - the new sql type
    • getDisplaySize

      public int getDisplaySize()
      Gets the display size.
      Returns:
      the display size
    • setDisplaySize

      public void setDisplaySize​(int displaySize)
      Sets the display size.
      Parameters:
      displaySize - the new display size
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int
    • equals

      public boolean equals​(Object obj)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      obj - the obj
      Returns:
      true, if successful