Interface SignatureProductionPlace

All Known Subinterfaces:
SignatureProductionPlaceV2
All Known Implementing Classes:
SignatureProductionPlaceImpl, SignatureProductionPlaceV2Impl

public interface SignatureProductionPlace
  • Method Details

    • setCity

      void setCity(String city)
    • setStateOrProvince

      void setStateOrProvince(String stateOrProvince)
    • setPostalCode

      void setPostalCode(String postalCode)
    • setCountryName

      void setCountryName(String country)
    • getCity

      String getCity()
    • getStateOrProvince

      String getStateOrProvince()
    • getPostalCode

      String getPostalCode()
    • getCountryName

      String getCountryName()