Class AddressCity

All Implemented Interfaces:
Serializable, Id<Integer>, IdTitle<Integer>, Title

public class AddressCity extends AddressBase
See Also:
  • Constructor Details

    • AddressCity

      public AddressCity()
  • Method Details

    • getCountryId

      public int getCountryId()
    • setCountryId

      public void setCountryId(int value)
    • withCountryId

      public AddressCity withCountryId(int value)
    • getAddressCountry

      public AddressCountry getAddressCountry()
    • setAddressCountry

      public void setAddressCountry(AddressCountry value)
    • withTitle

      public AddressCity withTitle(String value)