|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Address.java
null
AddressHome,
AddressSession,
AddressValidator,
AddressBean,
com.javelin.fpml.fx.lazy.LazyAddressBean| Method Summary | |
java.lang.Object |
clone()
Clone bean without throwing an Exception. |
java.lang.Integer |
getAddressKey()
Get the Address Key. |
java.lang.String |
getCity()
Get the City. |
Country |
getCountry()
Get the Country. |
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 |
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. |
| Method Detail |
public java.lang.Integer getAddressKey()
public void setAddressKey(java.lang.Integer addressKey)
throws ValidationException
addressKey - The value to set.
ValidationException - If there was a problem validating the value.AddressValidatorpublic StreetAddress getStreetAddress()
public void setStreetAddress(StreetAddress streetAddress)
throws ValidationException
streetAddress - The value to set.
ValidationException - If there was a problem validating the value.AddressValidatorpublic java.lang.String getCity()
public void setCity(java.lang.String city)
throws ValidationException
city - The value to set.
ValidationException - If there was a problem validating the value.AddressValidatorpublic java.lang.String getState()
public void setState(java.lang.String state)
throws ValidationException
state - The value to set.
ValidationException - If there was a problem validating the value.AddressValidatorpublic Country getCountry()
public void setCountry(Country country)
throws ValidationException
country - The value to set.
ValidationException - If there was a problem validating the value.AddressValidatorpublic java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
throws ValidationException
postalCode - The value to set.
ValidationException - If there was a problem validating the value.AddressValidator
public RoutingExplicitDetails getRoutingExplicitDetailsRoutingAddress()
throws ValidationException
ValidationException - If there was a problem validating the value.Address
public void setRoutingExplicitDetailsRoutingAddress(RoutingExplicitDetails routingExplicitDetails)
throws ValidationException
ValidationException - If there was a problem validating the value.Address
public RoutingIdsAndExplicitDetails getRoutingIdsAndExplicitDetailsRoutingAddress()
throws ValidationException
ValidationException - If there was a problem validating the value.Address
public void setRoutingIdsAndExplicitDetailsRoutingAddress(RoutingIdsAndExplicitDetails routingIdsAndExplicitDetails)
throws ValidationException
ValidationException - If there was a problem validating the value.Addresspublic java.lang.Object clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||