Class DestinationMetaValue
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.DestinationMetaValue
- All Implemented Interfaces:
Serializable, Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe des name.protected DestinationMetaFieldThe destination meta field.protected IntegerThe dmf id.protected StringThe dmv by.protected LongThe dmv id.protected intThe dmv position.protected TimestampThe dmv updated.protected StringThe dmv value.Fields inherited from class DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.getBy()Gets the by.Gets the destination meta field.Gets the destination name.intGets the field id.longgetId()Gets the id.intGets the position.Gets the updated.getValue()Gets the value.inthashCode()Hash code.voidSets the by.voidSets the destination meta field.voidSets the destination name.voidsetFieldId(int v) Sets the field id.voidsetFieldId(String v) Sets the field id.voidsetId(long v) Sets the id.voidSets the id.voidsetPosition(int v) Sets the position.voidSets the position.voidSets the updated.voidSets the value.Methods inherited from class DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, removeHiddenOptions, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
DMV_ID
The dmv id. -
DES_NAME
The des name. -
DMF_ID
The dmf id. -
DMV_VALUE
The dmv value. -
DMV_POSITION
protected int DMV_POSITIONThe dmv position. -
DMV_UPDATED
The dmv updated. -
DMV_BY
The dmv by. -
destinationMetaField
The destination meta field.
-
-
Constructor Details
-
DestinationMetaValue
public DestinationMetaValue()Instantiates a new destination meta value.
-
-
Method Details
-
getId
public long getId()Gets the id.- Returns:
- the id
-
setId
public void setId(long v) Sets the id.- Parameters:
v- the new id
-
setId
-
getDestinationName
-
setDestinationName
Sets the destination name.- Parameters:
v- the new destination name
-
getFieldId
public int getFieldId()Gets the field id.- Returns:
- the field id
-
setFieldId
public void setFieldId(int v) Sets the field id.- Parameters:
v- the new field id
-
setFieldId
-
getValue
-
setValue
-
getPosition
public int getPosition()Gets the position.- Returns:
- the position
-
setPosition
public void setPosition(int v) Sets the position.- Parameters:
v- the new position
-
setPosition
-
getUpdated
-
setUpdated
-
getBy
-
setBy
-
getDestinationMetaField
Gets the destination meta field.- Returns:
- the destination meta field
-
setDestinationMetaField
Sets the destination meta field.- Parameters:
v- the new destination meta field
-
hashCode
-
equals
-