Class ColumnDescriptor
java.lang.Object
org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
public class ColumnDescriptor extends Object
The Column Descriptor transport object.
-
Constructor Summary
Constructors Constructor Description ColumnDescriptor() -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)Equals.intgetDisplaySize()Gets the display size.StringgetLabel()Gets the label.StringgetName()Gets the name.intgetSqlType()Gets the sql type.inthashCode()Hash code.voidsetDisplaySize(int displaySize)Sets the display size.voidsetLabel(String label)Sets the label.voidsetName(String name)Sets the name.voidsetSqlType(int sqlType)Sets the sql type.
-
Constructor Details
-
ColumnDescriptor
public ColumnDescriptor()
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getLabel
Gets the label.- Returns:
- the label
-
setLabel
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. -
equals
Equals.
-