com.javelin.fpml.schemes
Interface BusinessDayConvention

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

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

BusinessDayConvention.java

null

Author:
Javelin Software
See Also:
BusinessDayConventionHome, BusinessDayConventionSession, BusinessDayConventionValidator, BusinessDayConventionBean, com.javelin.fpml.schemes.lazy.LazyBusinessDayConventionBean

Method Summary
 java.lang.Object clone()
          Clone bean without throwing an Exception.
 java.lang.Integer getBusinessDayConventionKey()
          Get the Business Day Convention Key.
 void setBusinessDayConventionKey(java.lang.Integer businessDayConventionKey)
          Set the Business Day Convention Key.
 
Methods inherited from interface com.javelin.fpml.schemes.Scheme
getCode, getDescription, getSchemeKey, getSource, setCode, setDescription, setSchemeKey, setSource
 

Method Detail

getBusinessDayConventionKey

public java.lang.Integer getBusinessDayConventionKey()
Get the Business Day Convention Key.

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

setBusinessDayConventionKey

public void setBusinessDayConventionKey(java.lang.Integer businessDayConventionKey)
                                 throws ValidationException
Set the Business Day Convention Key.

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

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