Class ContactPostalAddressCorrectionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactPostalAddressCorrectionPK>
com.echothree.model.data.contact.server.value.ContactPostalAddressCorrectionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContactPostalAddressCorrectionValue
extends BaseValue<ContactPostalAddressCorrectionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContactPostalAddressCorrectionValue(ContactMechanismPK contactMechanismPK, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressCorrectionValueContactPostalAddressCorrectionValue(ContactPostalAddressCorrectionPK contactPostalAddressCorrectionPK, ContactMechanismPK contactMechanismPK, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressCorrectionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleangetCity()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleangetState()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAddress1(String address1) voidsetAddress2(String address2) voidsetAddress3(String address3) voidvoidsetCityGeoCodePK(GeoCodePK cityGeoCodePK) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidsetCountyGeoCodePK(GeoCodePK countyGeoCodePK) voidsetFromTime(Long fromTime) voidsetPostalCode(String postalCode) voidsetPostalCodeGeoCodePK(GeoCodePK postalCodeGeoCodePK) voidvoidsetStateGeoCodePK(GeoCodePK stateGeoCodePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactPostalAddressCorrectionValue
public ContactPostalAddressCorrectionValue(ContactPostalAddressCorrectionPK contactPostalAddressCorrectionPK, ContactMechanismPK contactMechanismPK, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactPostalAddressCorrectionValue- Throws:
PersistenceNotNullException
-
ContactPostalAddressCorrectionValue
public ContactPostalAddressCorrectionValue(ContactMechanismPK contactMechanismPK, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactPostalAddressCorrectionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContactPostalAddressCorrectionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactPostalAddressCorrectionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactPostalAddressCorrectionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContactPostalAddressCorrectionPK>
-
getContactMechanismPK
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPKHasBeenModified
-
getAddress1
-
setAddress1
- Throws:
PersistenceNotNullException
-
getAddress1HasBeenModified
-
getAddress2
-
setAddress2
-
getAddress2HasBeenModified
-
getAddress3
-
setAddress3
-
getAddress3HasBeenModified
-
getCity
-
setCity
- Throws:
PersistenceNotNullException
-
getCityHasBeenModified
-
getCityGeoCodePK
-
setCityGeoCodePK
-
getCityGeoCodePKHasBeenModified
-
getCountyGeoCodePK
-
setCountyGeoCodePK
-
getCountyGeoCodePKHasBeenModified
-
getState
-
setState
- Throws:
PersistenceNotNullException
-
getStateHasBeenModified
-
getStateGeoCodePK
-
setStateGeoCodePK
-
getStateGeoCodePKHasBeenModified
-
getPostalCode
-
setPostalCode
- Throws:
PersistenceNotNullException
-
getPostalCodeHasBeenModified
-
getPostalCodeGeoCodePK
-
setPostalCodeGeoCodePK
-
getPostalCodeGeoCodePKHasBeenModified
-
getCountryGeoCodePK
-
setCountryGeoCodePK
- Throws:
PersistenceNotNullException
-
getCountryGeoCodePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-