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 SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionContactTelephoneValue(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 SummaryModifier 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.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
ContactTelephoneValuepublic 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
 
- 
ContactTelephoneValuepublic 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 class- BaseValue<ContactTelephonePK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<ContactTelephonePK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<ContactTelephonePK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<ContactTelephonePK>
 
- 
getContactMechanismPK
- 
setContactMechanismPKpublic 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
 
-