public interface PostalAddressListEntryI
PostalAddressListEntryI
object represents a postal address entry administered for a customer associated an
InteractionI
.
Not all lines of the postal address are mandatory in administration of the customer.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountry() |
java.lang.String |
getId() |
java.lang.String |
getLine1() |
java.lang.String |
getLine2() |
java.lang.String |
getLine3() |
java.lang.String |
getLine4() |
java.lang.String |
getLine5() |
java.lang.String |
getZipcode() |
boolean |
isDefault() |
void |
setCountry(java.lang.String country)
Allows the
UserI processing an InteractionI to modify the country of the administered for the customer's
postal address entry |
void |
setDefault(boolean setDefault)
Allows the
UserI processing an InteractionI to set this as the default address for the customoer |
void |
setLine1(java.lang.String line1)
Allows the
UserI processing an InteractionI to modify line 1 of the administered for the customer's postal
address entry |
void |
setLine2(java.lang.String line2)
Allows the
UserI processing an InteractionI to modify line 2 of the administered for the customer's postal
address entry |
void |
setLine3(java.lang.String line3)
Allows the
UserI processing an InteractionI to modify line 3 of the administered for the customer's postal
address entry |
void |
setLine4(java.lang.String line4)
Allows the
UserI processing an InteractionI to modify line 4 of the administered for the customer's postal
address entry |
void |
setLine5(java.lang.String line5)
Allows the
UserI processing an InteractionI to modify line 5 of the administered for the customer's postal
address entry |
void |
setZipcode(java.lang.String zipcode)
Allows the
UserI processing an InteractionI to modify the country of the administered for the customer's
postal address entry |
java.lang.String getId()
java.lang.String getLine1()
java.lang.String getLine2()
java.lang.String getLine3()
java.lang.String getLine4()
java.lang.String getLine5()
java.lang.String getCountry()
java.lang.String getZipcode()
boolean isDefault()
void setLine1(java.lang.String line1)
UserI
processing an InteractionI
to modify line 1 of the administered for the customer's postal
address entryline1
- the new line 1 address valuevoid setLine2(java.lang.String line2)
UserI
processing an InteractionI
to modify line 2 of the administered for the customer's postal
address entryline2
- the new line 2 address valuevoid setLine3(java.lang.String line3)
UserI
processing an InteractionI
to modify line 3 of the administered for the customer's postal
address entryline3
- the new line 3 address valuevoid setLine4(java.lang.String line4)
UserI
processing an InteractionI
to modify line 4 of the administered for the customer's postal
address entryline4
- the new line 4 address valuevoid setLine5(java.lang.String line5)
UserI
processing an InteractionI
to modify line 5 of the administered for the customer's postal
address entryline5
- the new line 5 address valuevoid setCountry(java.lang.String country)
UserI
processing an InteractionI
to modify the country of the administered for the customer's
postal address entrycountry
- the new country address valuevoid setZipcode(java.lang.String zipcode)
UserI
processing an InteractionI
to modify the country of the administered for the customer's
postal address entryzipcode
- the new zipcode address valuevoid setDefault(boolean setDefault)
UserI
processing an InteractionI
to set this as the default address for the customoersetDefault
- true/false