Interface EditPostalAddressFormatDescriptionResult
- All Superinterfaces:
BaseEditResult
,BaseResult
,GetEntityLockResult
-
Method Summary
Modifier and TypeMethodDescriptiongetEdit()
void
void
setEntityLock
(EntityLockTransfer entityLock) void
setLanguage
(LanguageTransfer language) void
setPostalAddressFormat
(PostalAddressFormatTransfer postalAddressFormat) void
setPostalAddressFormatDescription
(PostalAddressFormatDescriptionTransfer postalAddressFormatDescription) Methods inherited from interface com.echothree.util.common.command.BaseEditResult
setEdit
-
Method Details
-
getPostalAddressFormat
-
setPostalAddressFormat
-
getLanguage
-
setLanguage
-
getPostalAddressFormatDescription
-
setPostalAddressFormatDescription
void setPostalAddressFormatDescription(PostalAddressFormatDescriptionTransfer postalAddressFormatDescription) -
getEdit
- Specified by:
getEdit
in interfaceBaseEditResult
-
setEdit
-
getEntityLock
- Specified by:
getEntityLock
in interfaceGetEntityLockResult
-
setEntityLock
- Specified by:
setEntityLock
in interfaceGetEntityLockResult
-