com.javelin.fpml.schemes
Class BusinessCenterBean

java.lang.Object
  |
  +--AbstractBean
        |
        +--com.javelin.fpml.schemes.SchemeBean
              |
              +--com.javelin.fpml.schemes.BusinessCenterBean
All Implemented Interfaces:
BusinessCenter, java.lang.Cloneable, Scheme, java.io.Serializable

public class BusinessCenterBean
extends SchemeBean
implements BusinessCenter

BusinessCenterBean.java

null

Author:
Javelin Software
See Also:
BusinessCenter, Serialized Form

Field Summary
protected  java.lang.Integer businessCenterKey
           
protected  BusinessCenters businessCenters
           
protected  BusinessCenterValidator validator
           
 
Fields inherited from class com.javelin.fpml.schemes.SchemeBean
code, description, schemeKey, source
 
Constructor Summary
BusinessCenterBean()
          Construct the Default BusinessCenterBean.
 
Method Summary
 java.lang.Object clone()
          Clone dependent beans.
 void detach()
           
 java.lang.Integer getBusinessCenterKey()
          Get the Business Center Key.
 BusinessCenters getBusinessCenters()
          Get the Business Centers.
protected  BusinessCenterValidator getBusinessCenterValidator()
           
 java.lang.Class getInterface()
           
 void listRelations(java.util.Vector list, int type)
          List the related beans.
 void setBusinessCenterKey(java.lang.Integer businessCenterKey)
          Set the Business Center Key.
 void setBusinessCenters(BusinessCenters businessCenters)
          Set the Business Centers.
 java.lang.String toString()
           
 
Methods inherited from class com.javelin.fpml.schemes.SchemeBean
getCode, getDescription, getSchemeKey, getSchemeValidator, getSource, setCode, setDescription, setSchemeKey, setSource
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.javelin.fpml.schemes.Scheme
getCode, getDescription, getSchemeKey, getSource, setCode, setDescription, setSchemeKey, setSource
 

Field Detail

businessCenterKey

protected java.lang.Integer businessCenterKey

businessCenters

protected transient BusinessCenters businessCenters

validator

protected BusinessCenterValidator validator
Constructor Detail

BusinessCenterBean

public BusinessCenterBean()
Construct the Default BusinessCenterBean.

Method Detail

getInterface

public java.lang.Class getInterface()
Overrides:
getInterface in class SchemeBean
See Also:
com.javelin.beans.Bean.getInterface()

getBusinessCenterKey

public java.lang.Integer getBusinessCenterKey()
Description copied from interface: BusinessCenter
Get the Business Center Key.

Specified by:
getBusinessCenterKey in interface BusinessCenter
Returns:
Integer or null if it has not been set.
See Also:
BusinessCenter.getBusinessCenterKey()

setBusinessCenterKey

public void setBusinessCenterKey(java.lang.Integer businessCenterKey)
                          throws ValidationException
Description copied from interface: BusinessCenter
Set the Business Center Key.

Specified by:
setBusinessCenterKey in interface BusinessCenter
Parameters:
businessCenterKey - The value to set.
ValidationException
See Also:
BusinessCenter.setBusinessCenterKey( java.lang.Integer businessCenterKey )

getBusinessCenters

public BusinessCenters getBusinessCenters()
Description copied from interface: BusinessCenter
Get the Business Centers.

Specified by:
getBusinessCenters in interface BusinessCenter
Returns:
BusinessCenters or a default value of null if it has not been set.
See Also:
BusinessCenter.getBusinessCenters()

setBusinessCenters

public void setBusinessCenters(BusinessCenters businessCenters)
                        throws ValidationException
Description copied from interface: BusinessCenter
Set the Business Centers.

Specified by:
setBusinessCenters in interface BusinessCenter
Parameters:
businessCenters - The value to set.
ValidationException
See Also:
BusinessCenter.setBusinessCenters( BusinessCenters businessCenters )

getBusinessCenterValidator

protected BusinessCenterValidator getBusinessCenterValidator()

toString

public java.lang.String toString()
Overrides:
toString in class SchemeBean
See Also:
Object.toString()

listRelations

public void listRelations(java.util.Vector list,
                          int type)
                   throws ValidationException
List the related beans.

ValidationException

detach

public void detach()
            throws ValidationException
Overrides:
detach in class SchemeBean
ValidationException
See Also:
com.javelin.beans.Beane#detach()

clone

public java.lang.Object clone()
Clone dependent beans.

Specified by:
clone in interface BusinessCenter
Overrides:
clone in class SchemeBean