Class PolicyAssociation
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.PolicyAssociation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe des name.protected DestinationThe destination.protected IncomingPolicyThe incoming policy.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 policy association.PolicyAssociation(String destinationName, String incomingPolicyId) Instantiates a new policy association. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the destination.Gets the destination name.Gets the incoming policy.Gets the incoming policy id.inthashCode()Hash code.voidsetDestination(Destination param) Sets the destination.voidsetDestinationName(String param) Sets the destination name.voidsetIncomingPolicy(IncomingPolicy param) Sets the incoming policy.voidsetIncomingPolicyiD(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
-