|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBean
|
+--com.javelin.fpml.fx.AddressBean
AddressBean.java
null
Address,
Serialized Form| Field Summary | |
protected java.lang.Integer |
addressKey
|
protected java.lang.String |
city
|
protected Country |
country
|
protected java.lang.String |
postalCode
|
protected RoutingExplicitDetails |
routingExplicitDetails
|
protected RoutingIdsAndExplicitDetails |
routingIdsAndExplicitDetails
|
protected java.lang.String |
state
|
protected StreetAddress |
streetAddress
|
protected AddressValidator |
validator
|
| Constructor Summary | |
AddressBean()
Construct the Default AddressBean. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone dependent beans. |
void |
detach()
|
java.lang.Integer |
getAddressKey()
Get the Address Key. |
protected AddressValidator |
getAddressValidator()
|
java.lang.String |
getCity()
Get the City. |
Country |
getCountry()
Get the Country. |
java.lang.Class |
getInterface()
|
java.lang.String |
getPostalCode()
Get the Postal Code. |
RoutingExplicitDetails |
getRoutingExplicitDetailsRoutingAddress()
Get the RoutingExplicitDetailsRoutingAddress dependent on this table. |
RoutingIdsAndExplicitDetails |
getRoutingIdsAndExplicitDetailsRoutingAddress()
Get the RoutingIdsAndExplicitDetailsRoutingAddress dependent on this table. |
java.lang.String |
getState()
Get the State. |
StreetAddress |
getStreetAddress()
Get the Street Address. |
void |
listRelations(java.util.Vector list,
int type)
List the related beans. |
void |
setAddressKey(java.lang.Integer addressKey)
Set the Address Key. |
void |
setCity(java.lang.String city)
Set the City. |
void |
setCountry(Country country)
Set the Country. |
void |
setPostalCode(java.lang.String postalCode)
Set the Postal Code. |
void |
setRoutingExplicitDetailsRoutingAddress(RoutingExplicitDetails routingExplicitDetails)
Set the RoutingExplicitDetailsRoutingAddress dependent on this table. |
void |
setRoutingIdsAndExplicitDetailsRoutingAddress(RoutingIdsAndExplicitDetails routingIdsAndExplicitDetails)
Set the RoutingIdsAndExplicitDetailsRoutingAddress dependent on this table. |
void |
setState(java.lang.String state)
Set the State. |
void |
setStreetAddress(StreetAddress streetAddress)
Set the Street Address. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.Integer addressKey
protected transient StreetAddress streetAddress
protected java.lang.String city
protected java.lang.String state
protected transient Country country
protected java.lang.String postalCode
protected RoutingExplicitDetails routingExplicitDetails
protected RoutingIdsAndExplicitDetails routingIdsAndExplicitDetails
protected AddressValidator validator
| Constructor Detail |
public AddressBean()
| Method Detail |
public java.lang.Class getInterface()
com.javelin.beans.Bean.getInterface()
public RoutingExplicitDetails getRoutingExplicitDetailsRoutingAddress()
throws ValidationException
Address
getRoutingExplicitDetailsRoutingAddress in interface AddressValidationExceptioncom.javelin.fpml.fx.getRoutingExplicitDetailsRoutingAddress()
public void setRoutingExplicitDetailsRoutingAddress(RoutingExplicitDetails routingExplicitDetails)
throws ValidationException
Address
setRoutingExplicitDetailsRoutingAddress in interface AddressValidationExceptioncom.javelin.fpml.fx.setRoutingExplicitDetailsRoutingAddress()
public RoutingIdsAndExplicitDetails getRoutingIdsAndExplicitDetailsRoutingAddress()
throws ValidationException
Address
getRoutingIdsAndExplicitDetailsRoutingAddress in interface AddressValidationExceptioncom.javelin.fpml.fx.getRoutingIdsAndExplicitDetailsRoutingAddress()
public void setRoutingIdsAndExplicitDetailsRoutingAddress(RoutingIdsAndExplicitDetails routingIdsAndExplicitDetails)
throws ValidationException
Address
setRoutingIdsAndExplicitDetailsRoutingAddress in interface AddressValidationExceptioncom.javelin.fpml.fx.setRoutingIdsAndExplicitDetailsRoutingAddress()public java.lang.Integer getAddressKey()
Address
getAddressKey in interface AddressAddress.getAddressKey()
public void setAddressKey(java.lang.Integer addressKey)
throws ValidationException
Address
setAddressKey in interface AddressaddressKey - The value to set.
ValidationExceptionAddress.setAddressKey( java.lang.Integer addressKey )public StreetAddress getStreetAddress()
Address
getStreetAddress in interface AddressAddress.getStreetAddress()
public void setStreetAddress(StreetAddress streetAddress)
throws ValidationException
Address
setStreetAddress in interface AddressstreetAddress - The value to set.
ValidationExceptionAddress.setStreetAddress( StreetAddress streetAddress )public java.lang.String getCity()
Address
getCity in interface AddressAddress.getCity()
public void setCity(java.lang.String city)
throws ValidationException
Address
setCity in interface Addresscity - The value to set.
ValidationExceptionAddress.setCity( java.lang.String city )public java.lang.String getState()
Address
getState in interface AddressAddress.getState()
public void setState(java.lang.String state)
throws ValidationException
Address
setState in interface Addressstate - The value to set.
ValidationExceptionAddress.setState( java.lang.String state )public Country getCountry()
Address
getCountry in interface AddressAddress.getCountry()
public void setCountry(Country country)
throws ValidationException
Address
setCountry in interface Addresscountry - The value to set.
ValidationExceptionAddress.setCountry( Country country )public java.lang.String getPostalCode()
Address
getPostalCode in interface AddressAddress.getPostalCode()
public void setPostalCode(java.lang.String postalCode)
throws ValidationException
Address
setPostalCode in interface AddresspostalCode - The value to set.
ValidationExceptionAddress.setPostalCode( java.lang.String postalCode )protected AddressValidator getAddressValidator()
public java.lang.String toString()
Object.toString()
public void listRelations(java.util.Vector list,
int type)
throws ValidationException
ValidationException
public void detach()
throws ValidationException
ValidationExceptioncom.javelin.beans.Beane#detach()public java.lang.Object clone()
clone in interface Address
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||