Class ContactTelephone
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.ContactTelephone
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ContactTelephoneContactTelephone
(ContactTelephoneValue value, EntityPermission entityPermission) Creates a new instance of ContactTelephone -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getContactMechanism
(EntityPermission entityPermission) getContactMechanism
(Session session) getContactMechanism
(Session session, EntityPermission entityPermission) getContactMechanismForUpdate
(Session session) boolean
getCountryGeoCode
(EntityPermission entityPermission) getCountryGeoCode
(Session session) getCountryGeoCode
(Session session, EntityPermission entityPermission) getCountryGeoCodeForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAreaCode
(String areaCode) void
setContactMechanism
(ContactMechanism entity) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
void
setCountryGeoCode
(GeoCode entity) void
setCountryGeoCodePK
(GeoCodePK countryGeoCodePK) void
setFromTime
(Long fromTime) void
setTelephoneExtension
(String telephoneExtension) void
setTelephoneNumber
(String telephoneNumber) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContactTelephone
Creates a new instance of ContactTelephone- Throws:
PersistenceException
-
ContactTelephone
Creates a new instance of ContactTelephone
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getContactTelephoneValue
-
setContactTelephoneValue
public void setContactTelephoneValue(ContactTelephoneValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getContactMechanismPK
-
getContactMechanism
-
getContactMechanism
-
getContactMechanism
-
getContactMechanism
-
getContactMechanismForUpdate
-
getContactMechanismForUpdate
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactMechanism
-
getContactMechanismPKHasBeenModified
-
getCountryGeoCodePK
-
getCountryGeoCode
-
getCountryGeoCode
-
getCountryGeoCode
-
getCountryGeoCode
-
getCountryGeoCodeForUpdate
-
getCountryGeoCodeForUpdate
-
setCountryGeoCodePK
public void setCountryGeoCodePK(GeoCodePK countryGeoCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCountryGeoCode
-
getCountryGeoCodePKHasBeenModified
-
getAreaCode
-
setAreaCode
public void setAreaCode(String areaCode) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAreaCodeHasBeenModified
-
getTelephoneNumber
-
setTelephoneNumber
public void setTelephoneNumber(String telephoneNumber) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTelephoneNumberHasBeenModified
-
getTelephoneExtension
-
setTelephoneExtension
public void setTelephoneExtension(String telephoneExtension) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTelephoneExtensionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-