com.javelin.fpml.shared
Interface BusinessCenters

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

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

BusinessCenters.java

null

Author:
Javelin Software
See Also:
BusinessCentersHome, BusinessCentersSession, BusinessCentersValidator, BusinessCentersBean, com.javelin.fpml.shared.lazy.LazyBusinessCentersBean

Method Summary
 void addBusinessCentersBusinessCenter(BusinessCenter businessCentersBusinessCenter)
          Add the BusinessCentersBusinessCenter dependent on this table.
 java.lang.Object clone()
          Clone bean without throwing an Exception.
 java.util.Iterator getBusinessCentersBusinessCenters()
          Get the Set of BusinessCentersBusinessCenters dependent on this table.
 java.lang.Integer getBusinessCentersKey()
          Get the Business Centers Key.
 BusinessDateRange getBusinessDateRangeBusinessCenters()
          Get the BusinessDateRangeBusinessCenters dependent on this table.
 BusinessDayAdjustments getBusinessDayAdjustmentsBusinessCenters()
          Get the BusinessDayAdjustmentsBusinessCenters dependent on this table.
 RelativeDateOffset getRelativeDateOffsetBusinessCenters()
          Get the RelativeDateOffsetBusinessCenters dependent on this table.
 void removeBusinessCentersBusinessCenter(BusinessCenter businessCentersBusinessCenter)
          Remove the BusinessCentersBusinessCenter dependent on this table.
 void removeBusinessCentersBusinessCenters()
          Remove all the BusinessCentersBusinessCenters
 void setBusinessCentersBusinessCenters(java.util.Iterator businessCentersBusinessCenter)
          Set the Set of BusinessCentersBusinessCenters dependent on this table.
 void setBusinessCentersKey(java.lang.Integer businessCentersKey)
          Set the Business Centers Key.
 void setBusinessDateRangeBusinessCenters(BusinessDateRange businessDateRange)
          Set the BusinessDateRangeBusinessCenters dependent on this table.
 void setBusinessDayAdjustmentsBusinessCenters(BusinessDayAdjustments businessDayAdjustments)
          Set the BusinessDayAdjustmentsBusinessCenters dependent on this table.
 void setRelativeDateOffsetBusinessCenters(RelativeDateOffset relativeDateOffset)
          Set the RelativeDateOffsetBusinessCenters dependent on this table.
 

Method Detail

getBusinessCentersKey

public java.lang.Integer getBusinessCentersKey()
Get the Business Centers Key.

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

setBusinessCentersKey

public void setBusinessCentersKey(java.lang.Integer businessCentersKey)
                           throws ValidationException
Set the Business Centers Key.

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

getBusinessCentersBusinessCenters

public java.util.Iterator getBusinessCentersBusinessCenters()
                                                     throws ValidationException
Get the Set of BusinessCentersBusinessCenters dependent on this table.

Returns:
Iterator A list of BusinessCentersBusinessCenters.
Throws:
ValidationException - If there was a problem validating the value.
See Also:
BusinessCenters

setBusinessCentersBusinessCenters

public void setBusinessCentersBusinessCenters(java.util.Iterator businessCentersBusinessCenter)
                                       throws ValidationException
Set the Set of BusinessCentersBusinessCenters dependent on this table.

Parameters:
businessCentersBusinessCenter - A list of BusinessCentersBusinessCenters.
Throws:
ValidationException - If there was a problem validating the value.
See Also:
BusinessCenters

addBusinessCentersBusinessCenter

public void addBusinessCentersBusinessCenter(BusinessCenter businessCentersBusinessCenter)
                                      throws ValidationException
Add the BusinessCentersBusinessCenter dependent on this table.

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

removeBusinessCentersBusinessCenter

public void removeBusinessCentersBusinessCenter(BusinessCenter businessCentersBusinessCenter)
                                         throws ValidationException
Remove the BusinessCentersBusinessCenter dependent on this table.

Throws:
ValidationException - If there was a problem removing the value.
See Also:
BusinessCenters

removeBusinessCentersBusinessCenters

public void removeBusinessCentersBusinessCenters()
                                          throws ValidationException
Remove all the BusinessCentersBusinessCenters

ValidationException

getBusinessDayAdjustmentsBusinessCenters

public BusinessDayAdjustments getBusinessDayAdjustmentsBusinessCenters()
                                                                throws ValidationException
Get the BusinessDayAdjustmentsBusinessCenters dependent on this table.

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

setBusinessDayAdjustmentsBusinessCenters

public void setBusinessDayAdjustmentsBusinessCenters(BusinessDayAdjustments businessDayAdjustments)
                                              throws ValidationException
Set the BusinessDayAdjustmentsBusinessCenters dependent on this table.

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

getRelativeDateOffsetBusinessCenters

public RelativeDateOffset getRelativeDateOffsetBusinessCenters()
                                                        throws ValidationException
Get the RelativeDateOffsetBusinessCenters dependent on this table.

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

setRelativeDateOffsetBusinessCenters

public void setRelativeDateOffsetBusinessCenters(RelativeDateOffset relativeDateOffset)
                                          throws ValidationException
Set the RelativeDateOffsetBusinessCenters dependent on this table.

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

getBusinessDateRangeBusinessCenters

public BusinessDateRange getBusinessDateRangeBusinessCenters()
                                                      throws ValidationException
Get the BusinessDateRangeBusinessCenters dependent on this table.

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

setBusinessDateRangeBusinessCenters

public void setBusinessDateRangeBusinessCenters(BusinessDateRange businessDateRange)
                                         throws ValidationException
Set the BusinessDateRangeBusinessCenters dependent on this table.

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

clone

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

Overrides:
clone in class java.lang.Object