public class ColumnDefinition extends Object implements Serializable
| Constructor and Description |
|---|
ColumnDefinition() |
ColumnDefinition(EntryType columnType,
Dimension dimension,
String dimensionRelatedFieldId,
String id,
Key key,
String label,
DataType valueType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
EntryType |
getColumnType()
Gets the columnType value for this ColumnDefinition.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Dimension |
getDimension()
Gets the dimension value for this ColumnDefinition.
|
String |
getDimensionRelatedFieldId()
Gets the dimensionRelatedFieldId value for this ColumnDefinition.
|
String |
getId()
Gets the id value for this ColumnDefinition.
|
Key |
getKey()
Gets the key value for this ColumnDefinition.
|
String |
getLabel()
Gets the label value for this ColumnDefinition.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
DataType |
getValueType()
Gets the valueType value for this ColumnDefinition.
|
int |
hashCode() |
void |
setColumnType(EntryType columnType)
Sets the columnType value for this ColumnDefinition.
|
void |
setDimension(Dimension dimension)
Sets the dimension value for this ColumnDefinition.
|
void |
setDimensionRelatedFieldId(String dimensionRelatedFieldId)
Sets the dimensionRelatedFieldId value for this ColumnDefinition.
|
void |
setId(String id)
Sets the id value for this ColumnDefinition.
|
void |
setKey(Key key)
Sets the key value for this ColumnDefinition.
|
void |
setLabel(String label)
Sets the label value for this ColumnDefinition.
|
void |
setValueType(DataType valueType)
Sets the valueType value for this ColumnDefinition.
|
public String getId()
public void setId(String id)
id - public String getDimensionRelatedFieldId()
public void setDimensionRelatedFieldId(String dimensionRelatedFieldId)
dimensionRelatedFieldId - public String getLabel()
public void setLabel(String label)
label - public Key getKey()
public void setKey(Key key)
key - public Dimension getDimension()
public void setDimension(Dimension dimension)
dimension - public DataType getValueType()
public void setValueType(DataType valueType)
valueType - public EntryType getColumnType()
public void setColumnType(EntryType columnType)
columnType - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.