Class IncomingPolicy
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.IncomingPolicy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
The inp active.protected String
The inp comment.protected String
The inp data.protected String
The inp id.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new incoming policy.IncomingPolicy
(String id) Instantiates a new incoming policy. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.boolean
Gets the active.Gets the comment.getData()
Gets the data.getId()
Gets the id.int
hashCode()
Hash code.void
setActive
(boolean param) Sets the active.void
Sets the active.void
setComment
(String param) Sets the comment.void
Sets the data.void
Sets the id.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
INP_ID
The inp id. -
INP_COMMENT
The inp comment. -
INP_ACTIVE
protected boolean INP_ACTIVEThe inp active. -
INP_DATA
The inp data.
-
-
Constructor Details
-
IncomingPolicy
public IncomingPolicy()Instantiates a new incoming policy. -
IncomingPolicy
-
-
Method Details
-
getId
-
setId
-
getComment
-
setComment
-
getActive
public boolean getActive()Gets the active.- Returns:
- the active
-
setActive
public void setActive(boolean param) Sets the active.- Parameters:
param
- the new active
-
setActive
-
getData
-
setData
-
hashCode
-
equals
-