com.javelin.fpml.schemes
Interface AveragingMethod

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

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

AveragingMethod.java

null

Author:
Javelin Software
See Also:
AveragingMethodHome, AveragingMethodSession, AveragingMethodValidator, AveragingMethodBean, com.javelin.fpml.schemes.lazy.LazyAveragingMethodBean

Method Summary
 java.lang.Object clone()
          Clone bean without throwing an Exception.
 java.lang.Integer getAveragingMethodKey()
          Get the Averaging Method Key.
 void setAveragingMethodKey(java.lang.Integer averagingMethodKey)
          Set the Averaging Method Key.
 
Methods inherited from interface com.javelin.fpml.schemes.Scheme
getCode, getDescription, getSchemeKey, getSource, setCode, setDescription, setSchemeKey, setSource
 

Method Detail

getAveragingMethodKey

public java.lang.Integer getAveragingMethodKey()
Get the Averaging Method Key.

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

setAveragingMethodKey

public void setAveragingMethodKey(java.lang.Integer averagingMethodKey)
                           throws ValidationException
Set the Averaging Method Key.

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

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