Class Address
java.lang.Object
org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom<Long>
org.apache.fineract.portfolio.address.domain.Address
- All Implemented Interfaces:
Serializable,Cloneable,org.eclipse.persistence.descriptors.changetracking.ChangeTracker,org.eclipse.persistence.internal.descriptors.PersistenceEntity,org.eclipse.persistence.internal.descriptors.PersistenceObject,org.eclipse.persistence.internal.weaving.PersistenceWeaved,org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking,org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups,org.eclipse.persistence.queries.FetchGroupTracker,org.springframework.data.domain.Persistable<Long>
@Entity
public class Address
extends org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom<Long>
- See Also:
-
Field Summary
Fields inherited from class org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom
_persistence_cacheKey, _persistence_fetchGroup, _persistence_listener, _persistence_primaryKey, _persistence_session, _persistence_shouldRefreshFetchGroup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddressfromJson(org.apache.fineract.infrastructure.core.api.JsonCommand command, org.apache.fineract.infrastructure.codes.domain.CodeValue stateProvince, org.apache.fineract.infrastructure.codes.domain.CodeValue country) static AddressfromJsonObject(com.google.gson.JsonObject jsonObject, org.apache.fineract.infrastructure.codes.domain.CodeValue state_province, org.apache.fineract.infrastructure.codes.domain.CodeValue country) getCity()org.apache.fineract.infrastructure.codes.domain.CodeValueorg.apache.fineract.infrastructure.codes.domain.CodeValuevoidsetAddressLine1(String addressLine1) voidsetAddressLine2(String addressLine2) voidsetAddressLine3(String addressLine3) voidvoidsetClientaddress(Set<ClientAddress> clientaddress) voidsetCountry(org.apache.fineract.infrastructure.codes.domain.CodeValue country) voidsetCountyDistrict(String countyDistrict) voidsetCreatedBy(String createdBy) voidsetCreatedOn(LocalDate createdOn) voidsetLatitude(BigDecimal latitude) voidsetLongitude(BigDecimal longitude) voidsetPostalCode(String postalCode) voidsetStateProvince(org.apache.fineract.infrastructure.codes.domain.CodeValue stateProvince) voidvoidsetTownVillage(String townVillage) voidsetUpdatedBy(String updatedBy) voidsetUpdatedOn(LocalDate updatedOn) Methods inherited from class org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_get, _persistence_get_id, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getSession, _persistence_isAttributeFetched, _persistence_new, _persistence_post_clone, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_set, _persistence_set_id, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, getId, isNew, setId
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
fromJson
public static Address fromJson(org.apache.fineract.infrastructure.core.api.JsonCommand command, org.apache.fineract.infrastructure.codes.domain.CodeValue stateProvince, org.apache.fineract.infrastructure.codes.domain.CodeValue country) -
fromJsonObject
public static Address fromJsonObject(com.google.gson.JsonObject jsonObject, org.apache.fineract.infrastructure.codes.domain.CodeValue state_province, org.apache.fineract.infrastructure.codes.domain.CodeValue country) -
getClientaddress
-
setClientaddress
-
getStreet
-
setStreet
-
getAddressLine1
-
setAddressLine1
-
getAddressLine2
-
setAddressLine2
-
getAddressLine3
-
setAddressLine3
-
getTownVillage
-
setTownVillage
-
getCity
-
setCity
-
getCountyDistrict
-
setCountyDistrict
-
getStateProvince
public org.apache.fineract.infrastructure.codes.domain.CodeValue getStateProvince() -
setStateProvince
public void setStateProvince(org.apache.fineract.infrastructure.codes.domain.CodeValue stateProvince) -
getCountry
public org.apache.fineract.infrastructure.codes.domain.CodeValue getCountry() -
setCountry
public void setCountry(org.apache.fineract.infrastructure.codes.domain.CodeValue country) -
getPostalCode
-
setPostalCode
-
getLatitude
-
setLatitude
-
getLongitude
-
setLongitude
-
getCreatedBy
-
setCreatedBy
-
getCreatedOn
-
setCreatedOn
-
getUpdatedBy
-
setUpdatedBy
-
getUpdatedOn
-
setUpdatedOn
-