|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmoos.ssds.model.RecordVariable
| Constructor Summary | |
RecordVariable()
|
|
RecordVariable(IRecordVariable recordVariable)
Copy constructor |
|
| Method Summary | |
long |
getColumnIndex()
Gets the columnIndex attribute of the RecordVariable object. |
java.lang.String |
getDescription()
|
java.lang.String |
getFormat()
Gets the format attribute of the RecordVariable object |
java.lang.Long |
getId()
Gets the id attribute of the RecordVariable object |
java.lang.String |
getLongName()
Gets the longName attribute of the RecordVariable object |
java.lang.String |
getMissingValue()
Gets the missingValue attribute of the RecordVariable object |
java.lang.String |
getName()
Gets the name attribute of the RecordVariable object |
java.lang.String |
getParseRegExp()
Get the regular expression used to parse the data if is needs one |
IStandardUnit |
getStandardUnit()
|
java.lang.Long |
getStandardUnitId()
|
IStandardVariable |
getStandardVariable()
Gets the variable attribute of the RecordVariable object |
java.lang.Long |
getStandardVariableId()
Gets the variableId attribute of the RecordVariable object |
java.lang.String |
getUnits()
Gets the units attribute of the RecordVariable object |
java.lang.String |
getValidMax()
Gets the validMax attribute of the RecordVariable object |
java.lang.String |
getValidMin()
Gets the validMin attribute of the RecordVariable object |
void |
setColumnIndex(long i)
Sets the columnIndex attribute of the RecordVariable object |
void |
setDescription(java.lang.String description)
|
void |
setFormat(java.lang.String s)
Sets the format attribute of the RecordVariable object |
void |
setId(java.lang.Long id)
Sets the id attribute of the RecordVariable object |
void |
setLongName(java.lang.String s)
Sets the longName attribute of the RecordVariable object |
void |
setMissingValue(java.lang.String s)
Sets the missingValue attribute of the RecordVariable object |
void |
setName(java.lang.String s)
Sets the name attribute of the RecordVariable object |
void |
setParseRegExp(java.lang.String parseRegExp)
This method sets the regular expression used to parse the variable |
void |
setRecordDescription(IRecordDescription rd)
Sets the recordDescription attribute of the RecordVariable object. |
void |
setRecordDescriptionId(java.lang.Long id)
Sets the recordDescriptionId attribute of the RecordVariable object |
void |
setStandardUnit(IStandardUnit standardUnit)
|
void |
setStandardUnitId(java.lang.Long standardUnitId)
|
void |
setStandardVariable(IStandardVariable v)
Sets the variable attribute of the RecordVariable object |
void |
setStandardVariableId(java.lang.Long id)
Sets the variableId attribute of the RecordVariable object |
void |
setUnits(java.lang.String units)
Sets the units attribute of the RecordVariable object |
void |
setValidMax(java.lang.String s)
Sets the validMax attribute of the RecordVariable object |
void |
setValidMin(java.lang.String s)
Sets the validMin attribute of the RecordVariable object |
java.lang.String |
toString()
If you don't know what toString() does you probaly shouldn't be writing Java code ;-) WARNING: The format of the string may change at anytime do the capricous whims of the developers. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface moos.ssds.model.IRecordVariable |
equals |
| Constructor Detail |
public RecordVariable()
public RecordVariable(IRecordVariable recordVariable)
recordVariable - | Method Detail |
public long getColumnIndex()
getColumnIndex in interface IRecordVariablepublic java.lang.String getFormat()
getFormat in interface IRecordVariablepublic java.lang.Long getId()
getId in interface ValueObjectpublic java.lang.String getLongName()
getLongName in interface IRecordVariablepublic java.lang.String getMissingValue()
getMissingValue in interface IRecordVariablepublic java.lang.String getName()
getName in interface IDescriptionpublic java.lang.String getUnits()
getUnits in interface IRecordVariablepublic java.lang.String getValidMax()
getValidMax in interface IRecordVariablepublic java.lang.String getValidMin()
getValidMin in interface IRecordVariablepublic java.lang.String getParseRegExp()
getParseRegExp in interface IRecordVariablepublic IStandardVariable getStandardVariable()
getStandardVariable in interface IRecordVariablepublic java.lang.Long getStandardVariableId()
getStandardVariableId in interface IRecordVariablepublic void setColumnIndex(long i)
setColumnIndex in interface IRecordVariablei - The new columnIndex valuepublic void setFormat(java.lang.String s)
setFormat in interface IRecordVariables - The new format valuepublic void setId(java.lang.Long id)
setId in interface ValueObjectid - The new id valuepublic void setLongName(java.lang.String s)
setLongName in interface IRecordVariables - The new longName valuepublic void setMissingValue(java.lang.String s)
setMissingValue in interface IRecordVariables - The new missingValue valuepublic void setName(java.lang.String s)
setName in interface IDescriptions - The new name valuepublic void setRecordDescription(IRecordDescription rd)
setRecordDescription in interface IRecordVariablerd - The new recordDescription valuepublic void setRecordDescriptionId(java.lang.Long id)
setRecordDescriptionId in interface IRecordVariableid - The new recordDescriptionId valuepublic void setUnits(java.lang.String units)
setUnits in interface IRecordVariableunits - The new units valuepublic void setValidMax(java.lang.String s)
setValidMax in interface IRecordVariables - The new validMax valuepublic void setValidMin(java.lang.String s)
setValidMin in interface IRecordVariables - The new validMin valuepublic void setParseRegExp(java.lang.String parseRegExp)
setParseRegExp in interface IRecordVariableparseRegExp - is the string used to parse the variablepublic void setStandardVariable(IStandardVariable v)
setStandardVariable in interface IRecordVariablev - The new variable valuepublic void setStandardVariableId(java.lang.Long id)
setStandardVariableId in interface IRecordVariableid - The new variableId valuepublic java.lang.String toString()
toString in interface IRecordVariablepublic void setDescription(java.lang.String description)
setDescription in interface IDescriptionpublic java.lang.String getDescription()
getDescription in interface IDescriptionpublic java.lang.Long getStandardUnitId()
getStandardUnitId in interface IRecordVariablepublic void setStandardUnitId(java.lang.Long standardUnitId)
setStandardUnitId in interface IRecordVariablestandardUnitId - public IStandardUnit getStandardUnit()
getStandardUnit in interface IRecordVariablepublic void setStandardUnit(IStandardUnit standardUnit)
setStandardUnit in interface IRecordVariablestandardUnit -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||