Class ContactTelephoneValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactTelephonePK>
com.echothree.model.data.contact.server.value.ContactTelephoneValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContactTelephoneValue
extends BaseValue<ContactTelephonePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContactTelephoneValue(ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) Creates a new instance of ContactTelephoneValueContactTelephoneValue(ContactTelephonePK contactTelephonePK, ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) Creates a new instance of ContactTelephoneValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAreaCode(String areaCode) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidsetFromTime(Long fromTime) voidsetTelephoneExtension(String telephoneExtension) voidsetTelephoneNumber(String telephoneNumber) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactTelephoneValue
public ContactTelephoneValue(ContactTelephonePK contactTelephonePK, ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactTelephoneValue- Throws:
PersistenceNotNullException
-
ContactTelephoneValue
public ContactTelephoneValue(ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactTelephoneValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContactTelephonePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactTelephonePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactTelephonePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContactTelephonePK>
-
getContactMechanismPK
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPKHasBeenModified
-
getCountryGeoCodePK
-
setCountryGeoCodePK
- Throws:
PersistenceNotNullException
-
getCountryGeoCodePKHasBeenModified
-
getAreaCode
-
setAreaCode
-
getAreaCodeHasBeenModified
-
getTelephoneNumber
-
setTelephoneNumber
- Throws:
PersistenceNotNullException
-
getTelephoneNumberHasBeenModified
-
getTelephoneExtension
-
setTelephoneExtension
-
getTelephoneExtensionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-