|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
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 recordDescription 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. |
| Method Detail |
public long getColumnIndex()
public java.lang.String getFormat()
public java.lang.Long getId()
getId in interface ValueObjectpublic java.lang.String getLongName()
public java.lang.String getMissingValue()
public java.lang.String getName()
getName in interface IDescriptionpublic java.lang.String getUnits()
public java.lang.String getValidMax()
public java.lang.String getValidMin()
public java.lang.String getParseRegExp()
public IStandardVariable getStandardVariable()
public java.lang.Long getStandardVariableId()
public void setColumnIndex(long i)
i - The new columnIndex valuepublic void setFormat(java.lang.String s)
s - The new format valuepublic void setId(java.lang.Long id)
setId in interface ValueObjectid - The new id valuepublic void setLongName(java.lang.String s)
s - The new longName valuepublic void setMissingValue(java.lang.String s)
s - The new missingValue valuepublic void setName(java.lang.String s)
setName in interface IDescriptions - The new name valuepublic void setRecordDescription(IRecordDescription rd)
rd - The new recordDescription valuepublic void setRecordDescriptionId(java.lang.Long id)
id - The new recordDescriptionId valuepublic void setUnits(java.lang.String units)
units - The new units valuepublic void setValidMax(java.lang.String s)
s - The new validMax valuepublic void setValidMin(java.lang.String s)
s - The new validMin valuepublic void setParseRegExp(java.lang.String parseRegExp)
parseRegExp - is the string used to parse the variablepublic void setStandardVariable(IStandardVariable v)
v - The new variable valuepublic void setStandardVariableId(java.lang.Long id)
id - The new variableId valuepublic java.lang.String toString()
public void setDescription(java.lang.String description)
setDescription in interface IDescriptionpublic java.lang.String getDescription()
getDescription in interface IDescriptionpublic java.lang.Long getStandardUnitId()
public void setStandardUnitId(java.lang.Long standardUnitId)
standardUnitId - public IStandardUnit getStandardUnit()
public void setStandardUnit(IStandardUnit standardUnit)
standardUnit - public boolean equals(java.lang.Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||