com.javelin.fpml.shared
Interface BusinessCenterTime

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

public interface BusinessCenterTime
extends java.lang.Cloneable, java.io.Serializable

BusinessCenterTime.java

null

Author:
Javelin Software
See Also:
BusinessCenterTimeHome, BusinessCenterTimeSession, BusinessCenterTimeValidator, BusinessCenterTimeBean, com.javelin.fpml.shared.lazy.LazyBusinessCenterTimeBean

Method Summary
 java.lang.Object clone()
          Clone bean without throwing an Exception.
 BusinessCenter getBusinessCenter()
          Get the Business Center.
 java.lang.Integer getBusinessCenterTimeKey()
          Get the Business Center Time Key.
 FxSpotRateSource getFxSpotRateSourceFixingTime()
          Get the FxSpotRateSourceFixingTime dependent on this table.
 java.sql.Time getHourMinuteTime()
          Get the Hour Minute Time.
 SharedAmericanExercise getSharedAmericanExerciseLatestExerciseTime()
          Get the SharedAmericanExerciseLatestExerciseTime dependent on this table.
 void setBusinessCenter(BusinessCenter businessCenter)
          Set the Business Center.
 void setBusinessCenterTimeKey(java.lang.Integer businessCenterTimeKey)
          Set the Business Center Time Key.
 void setFxSpotRateSourceFixingTime(FxSpotRateSource fxSpotRateSource)
          Set the FxSpotRateSourceFixingTime dependent on this table.
 void setHourMinuteTime(java.sql.Time hourMinuteTime)
          Set the Hour Minute Time.
 void setSharedAmericanExerciseLatestExerciseTime(SharedAmericanExercise sharedAmericanExercise)
          Set the SharedAmericanExerciseLatestExerciseTime dependent on this table.
 

Method Detail

getBusinessCenterTimeKey

public java.lang.Integer getBusinessCenterTimeKey()
Get the Business Center Time Key.

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

setBusinessCenterTimeKey

public void setBusinessCenterTimeKey(java.lang.Integer businessCenterTimeKey)
                              throws ValidationException
Set the Business Center Time Key.

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

getHourMinuteTime

public java.sql.Time getHourMinuteTime()
Get the Hour Minute Time.

Returns:
java.sql.Time or a default value of null if it has not been set.

setHourMinuteTime

public void setHourMinuteTime(java.sql.Time hourMinuteTime)
                       throws ValidationException
Set the Hour Minute Time.

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

getBusinessCenter

public BusinessCenter getBusinessCenter()
Get the Business Center.

Returns:
BusinessCenter or a default value of null if it has not been set.

setBusinessCenter

public void setBusinessCenter(BusinessCenter businessCenter)
                       throws ValidationException
Set the Business Center.

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

getFxSpotRateSourceFixingTime

public FxSpotRateSource getFxSpotRateSourceFixingTime()
                                               throws ValidationException
Get the FxSpotRateSourceFixingTime dependent on this table.

Returns:
FxSpotRateSource.
Throws:
ValidationException - If there was a problem validating the value.
See Also:
BusinessCenterTime

setFxSpotRateSourceFixingTime

public void setFxSpotRateSourceFixingTime(FxSpotRateSource fxSpotRateSource)
                                   throws ValidationException
Set the FxSpotRateSourceFixingTime dependent on this table.

Throws:
ValidationException - If there was a problem validating the value.
See Also:
BusinessCenterTime

getSharedAmericanExerciseLatestExerciseTime

public SharedAmericanExercise getSharedAmericanExerciseLatestExerciseTime()
                                                                   throws ValidationException
Get the SharedAmericanExerciseLatestExerciseTime dependent on this table.

Returns:
SharedAmericanExercise.
Throws:
ValidationException - If there was a problem validating the value.
See Also:
BusinessCenterTime

setSharedAmericanExerciseLatestExerciseTime

public void setSharedAmericanExerciseLatestExerciseTime(SharedAmericanExercise sharedAmericanExercise)
                                                 throws ValidationException
Set the SharedAmericanExerciseLatestExerciseTime dependent on this table.

Throws:
ValidationException - If there was a problem validating the value.
See Also:
BusinessCenterTime

clone

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

Overrides:
clone in class java.lang.Object