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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
getCity()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
getState()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAddress1
(String address1) void
setAddress2
(String address2) void
setAddress3
(String address3) void
void
setCityGeoCodePK
(GeoCodePK cityGeoCodePK) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
setCountryGeoCodePK
(GeoCodePK countryGeoCodePK) void
setCountyGeoCodePK
(GeoCodePK countyGeoCodePK) void
setFromTime
(Long fromTime) void
setPostalCode
(String postalCode) void
setPostalCodeGeoCodePK
(GeoCodePK postalCodeGeoCodePK) void
void
setStateGeoCodePK
(GeoCodePK stateGeoCodePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ContactPostalAddressCorrectionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactPostalAddressCorrectionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactPostalAddressCorrectionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-