|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition
public class ColumnDefinition
| Constructor Summary | |
|---|---|
ColumnDefinition()
|
|
ColumnDefinition(EntryType columnType,
Dimension dimension,
String dimensionRelatedFieldId,
String id,
Key key,
String label,
DataType valueType)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnDefinition()
public ColumnDefinition(EntryType columnType,
Dimension dimension,
String dimensionRelatedFieldId,
String id,
Key key,
String label,
DataType valueType)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||