Class IncomingPolicy
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.IncomingPolicy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanThe inp active.protected StringThe inp comment.protected StringThe inp data.protected StringThe 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 TypeMethodDescriptionbooleanEquals.booleanGets the active.Gets the comment.getData()Gets the data.getId()Gets the id.inthashCode()Hash code.voidsetActive(boolean param) Sets the active.voidSets the active.voidsetComment(String param) Sets the comment.voidSets the data.voidSets 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
-