Class Address
java.lang.Object
com.broadleafcommerce.billing.job.domain.Address
- All Implemented Interfaces:
Serializable
Contains street address fields for payment purposes
This class contains PII (Personally Identifiable Information) fields that are used to identify
the individual at this address. It is recommended to use the Views.Logging view when
serializing this object to ensure that sensitive information is not exposed in public APIs.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanconvert(org.modelmapper.spi.MappingContext<?, ?> context) booleangetCity()getEmail()getPhone()getState()inthashCode()voidsetAddressLine1(String addressLine1) voidsetAddressLine2(String addressLine2) voidvoidsetCountry(String country) voidvoidsetFirstName(String firstName) voidsetLastName(String lastName) voidvoidsetPostalCode(String postalCode) voidtoString()
-
Constructor Details
-
Address
public Address() -
Address
-
-
Method Details
-
convert
-
getFirstName
-
getLastName
-
getAddressLine1
-
getAddressLine2
-
getCity
-
getState
-
getCountry
-
getPostalCode
-
getPhone
-
getEmail
-
setFirstName
-
setLastName
-
setAddressLine1
-
setAddressLine2
-
setCity
-
setState
-
setCountry
-
setPostalCode
-
setPhone
-
setEmail
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-