Class DataField
java.lang.Object
ch.cern.eam.wshub.core.services.grids.impl.DataField
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDatatype(DataType datatype) voidsetSourcename(String sourcename) voidsetTagName(String tagName) voidsetUppercase(Boolean uppercase)
-
Constructor Details
-
DataField
-
-
Method Details
-
getTagName
- Returns:
- the tagName
-
setTagName
- Parameters:
tagName- the tagName to set
-
getSourcename
- Returns:
- the sourcename
-
setSourcename
- Parameters:
sourcename- the sourcename to set
-
getDatatype
- Returns:
- the datatype
-
setDatatype
- Parameters:
datatype- the datatype to set
-
isUppercase
- Returns:
- the isUppercase
-
setUppercase
- Parameters:
uppercase- the isUppercase to set
-