Package ru.bgcrm.model.param.address
Class AddressCity
java.lang.Object
ru.bgcrm.model.param.address.AddressBase
ru.bgcrm.model.param.address.AddressCity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetAddressCountry(AddressCountry addressCountry) voidsetAddressSubjectArea(AddressSubjectArea addressSubjectArea) voidsetCountryId(int countryId) voidsetSubjectAreaId(int subjectAreaId) Methods inherited from class ru.bgcrm.model.param.address.AddressBase
getConfig, getId, getTitle, setConfig, setConfigFromString, setId, setTitle
-
Field Details
-
OBJECT_TYPE
- See Also:
-
-
Constructor Details
-
AddressCity
public AddressCity()
-
-
Method Details
-
getCountryId
public int getCountryId() -
setCountryId
public void setCountryId(int countryId) -
getAddressCountry
-
setAddressCountry
-
getSubjectAreaId
public int getSubjectAreaId() -
setSubjectAreaId
public void setSubjectAreaId(int subjectAreaId) -
getAddressSubjectArea
-
setAddressSubjectArea
-