Class DestinationMetaField
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.DestinationMetaField
- All Implemented Interfaces:
Serializable, Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanThe dmf active.protected StringThe dmf category.protected IntegerThe dmf id.protected StringThe dmf label.protected intThe dmf max occurs.protected StringThe dmf name.protected intThe dmf position.protected StringThe dmf tooltip.protected StringThe dmf type.Fields inherited from class DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.booleanGets the active.Gets the category.intgetId()Gets the id.getLabel()Gets the label.intGets the max occurs.getName()Gets the name.intGets the position.Gets the tooltip.getType()Gets the type.inthashCode()Hash code.voidsetActive(boolean v) Sets the active.voidSets the active.voidSets the category.voidsetId(int v) Sets the id.voidSets the id.voidSets the label.voidsetMaxOccurs(int v) Sets the max occurs.voidSets the max occurs.voidSets the name.voidsetPosition(int v) Sets the position.voidSets the position.voidsetTooltip(String v) Sets the tooltip.voidSets the type.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
-
DMF_ID
The dmf id. -
DMF_NAME
The dmf name. -
DMF_LABEL
The dmf label. -
DMF_TYPE
The dmf type. -
DMF_CATEGORY
The dmf category. -
DMF_TOOLTIP
The dmf tooltip. -
DMF_MAX_OCCURS
protected int DMF_MAX_OCCURSThe dmf max occurs. -
DMF_POSITION
protected int DMF_POSITIONThe dmf position. -
DMF_ACTIVE
protected boolean DMF_ACTIVEThe dmf active.
-
-
Constructor Details
-
DestinationMetaField
public DestinationMetaField()Instantiates a new destination meta field.
-
-
Method Details
-
getId
public int getId()Gets the id.- Returns:
- the id
-
setId
public void setId(int v) Sets the id.- Parameters:
v- the new id
-
setId
-
getName
-
setName
-
getLabel
-
setLabel
-
getType
-
setType
-
getCategory
-
setCategory
-
getTooltip
-
setTooltip
-
getMaxOccurs
public int getMaxOccurs()Gets the max occurs.- Returns:
- the max occurs
-
setMaxOccurs
public void setMaxOccurs(int v) Sets the max occurs.- Parameters:
v- the new max occurs
-
setMaxOccurs
-
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
-
getActive
public boolean getActive()Gets the active.- Returns:
- the active
-
setActive
public void setActive(boolean v) Sets the active.- Parameters:
v- the new active
-
setActive
-
hashCode
-
equals
-