com.javelin.fpml.shared
Interface BusinessDayAdjustments

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

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

BusinessDayAdjustments.java

null

Author:
Javelin Software
See Also:
BusinessDayAdjustmentsHome, BusinessDayAdjustmentsSession, BusinessDayAdjustmentsValidator, BusinessDayAdjustmentsBean, com.javelin.fpml.shared.lazy.LazyBusinessDayAdjustmentsBean

Method Summary
 java.lang.Object clone()
          Clone bean without throwing an Exception.
 AdjustableDate getAdjustableDateDateAdjustments()
          Get the AdjustableDateDateAdjustments dependent on this table.
 AdjustableDates getAdjustableDatesDateAdjustments()
          Get the AdjustableDatesDateAdjustments dependent on this table.
 BusinessCenters getBusinessCenters()
          Get the Business Centers.
 java.lang.String getBusinessCentersReference()
          Get the Business Centers Reference.
 java.lang.Integer getBusinessDayAdjustmentsKey()
          Get the Business Day Adjustments Key.
 BusinessDayConvention getBusinessDayConvention()
          Get the Business Day Convention.
 void setAdjustableDateDateAdjustments(AdjustableDate adjustableDate)
          Set the AdjustableDateDateAdjustments dependent on this table.
 void setAdjustableDatesDateAdjustments(AdjustableDates adjustableDates)
          Set the AdjustableDatesDateAdjustments dependent on this table.
 void setBusinessCenters(BusinessCenters businessCenters)
          Set the Business Centers.
 void setBusinessCentersReference(java.lang.String businessCentersReference)
          Set the Business Centers Reference.
 void setBusinessDayAdjustmentsKey(java.lang.Integer businessDayAdjustmentsKey)
          Set the Business Day Adjustments Key.
 void setBusinessDayConvention(BusinessDayConvention businessDayConvention)
          Set the Business Day Convention.
 

Method Detail

getBusinessDayAdjustmentsKey

public java.lang.Integer getBusinessDayAdjustmentsKey()
Get the Business Day Adjustments Key.

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

setBusinessDayAdjustmentsKey

public void setBusinessDayAdjustmentsKey(java.lang.Integer businessDayAdjustmentsKey)
                                  throws ValidationException
Set the Business Day Adjustments Key.

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

getBusinessDayConvention

public BusinessDayConvention getBusinessDayConvention()
Get the Business Day Convention.

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

setBusinessDayConvention

public void setBusinessDayConvention(BusinessDayConvention businessDayConvention)
                              throws ValidationException
Set the Business Day Convention.

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

getBusinessCentersReference

public java.lang.String getBusinessCentersReference()
Get the Business Centers Reference.

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

setBusinessCentersReference

public void setBusinessCentersReference(java.lang.String businessCentersReference)
                                 throws ValidationException
Set the Business Centers Reference.

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

getBusinessCenters

public BusinessCenters getBusinessCenters()
Get the Business Centers.

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

setBusinessCenters

public void setBusinessCenters(BusinessCenters businessCenters)
                        throws ValidationException
Set the Business Centers.

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

getAdjustableDateDateAdjustments

public AdjustableDate getAdjustableDateDateAdjustments()
                                                throws ValidationException
Get the AdjustableDateDateAdjustments dependent on this table.

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

setAdjustableDateDateAdjustments

public void setAdjustableDateDateAdjustments(AdjustableDate adjustableDate)
                                      throws ValidationException
Set the AdjustableDateDateAdjustments dependent on this table.

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

getAdjustableDatesDateAdjustments

public AdjustableDates getAdjustableDatesDateAdjustments()
                                                  throws ValidationException
Get the AdjustableDatesDateAdjustments dependent on this table.

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

setAdjustableDatesDateAdjustments

public void setAdjustableDatesDateAdjustments(AdjustableDates adjustableDates)
                                       throws ValidationException
Set the AdjustableDatesDateAdjustments dependent on this table.

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

clone

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

Overrides:
clone in class java.lang.Object