Class PolicyAssociation
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.PolicyAssociation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The des name.protected Destination
The destination.protected IncomingPolicy
The incoming policy.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 policy association.PolicyAssociation
(String destinationName, String incomingPolicyId) Instantiates a new policy association. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the destination.Gets the destination name.Gets the incoming policy.Gets the incoming policy id.int
hashCode()
Hash code.void
setDestination
(Destination param) Sets the destination.void
setDestinationName
(String param) Sets the destination name.void
setIncomingPolicy
(IncomingPolicy param) Sets the incoming policy.void
setIncomingPolicyiD
(String param) Sets the incoming policy 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
-
DES_NAME
The des name. -
INP_ID
The inp id. -
incomingPolicy
The incoming policy. -
destination
The destination.
-
-
Constructor Details
-
PolicyAssociation
public PolicyAssociation()Instantiates a new policy association. -
PolicyAssociation
-
-
Method Details
-
getDestinationName
-
setDestinationName
Sets the destination name.- Parameters:
param
- the new destination name
-
getIncomingPolicyId
-
setIncomingPolicyiD
Sets the incoming policy id.- Parameters:
param
- the incoming policy id
-
getIncomingPolicy
-
setIncomingPolicy
Sets the incoming policy.- Parameters:
param
- the new incoming policy
-
getDestination
-
setDestination
Sets the destination.- Parameters:
param
- the new destination
-
hashCode
-
equals
-