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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAreaCode
(String areaCode) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
setCountryGeoCodePK
(GeoCodePK countryGeoCodePK) void
setFromTime
(Long fromTime) void
setTelephoneExtension
(String telephoneExtension) void
setTelephoneNumber
(String telephoneNumber) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ContactTelephonePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactTelephonePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactTelephonePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-