com.javelin.fpml.schemes
Interface CalculationAgentParty

All Superinterfaces:
java.lang.Cloneable, Scheme, java.io.Serializable
All Known Implementing Classes:
CalculationAgentPartyBean

public interface CalculationAgentParty
extends Scheme, java.lang.Cloneable, java.io.Serializable

CalculationAgentParty.java

null

Author:
Javelin Software
See Also:
CalculationAgentPartyHome, CalculationAgentPartySession, CalculationAgentPartyValidator, CalculationAgentPartyBean, com.javelin.fpml.schemes.lazy.LazyCalculationAgentPartyBean

Method Summary
 java.lang.Object clone()
          Clone bean without throwing an Exception.
 java.lang.Integer getCalculationAgentPartyKey()
          Get the Calculation Agent Party Key.
 void setCalculationAgentPartyKey(java.lang.Integer calculationAgentPartyKey)
          Set the Calculation Agent Party Key.
 
Methods inherited from interface com.javelin.fpml.schemes.Scheme
getCode, getDescription, getSchemeKey, getSource, setCode, setDescription, setSchemeKey, setSource
 

Method Detail

getCalculationAgentPartyKey

public java.lang.Integer getCalculationAgentPartyKey()
Get the Calculation Agent Party Key.

Returns:
Integer or null if it has not been set.

setCalculationAgentPartyKey

public void setCalculationAgentPartyKey(java.lang.Integer calculationAgentPartyKey)
                                 throws ValidationException
Set the Calculation Agent Party Key.

Parameters:
calculationAgentPartyKey - The value to set.
Throws:
ValidationException - If there was a problem validating the value.
See Also:
CalculationAgentPartyValidator

clone

public java.lang.Object clone()
Clone bean without throwing an Exception.

Specified by:
clone in interface Scheme
Overrides:
clone in class java.lang.Object