Class ContactWebAddress
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.ContactWebAddress
- 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 ContactWebAddressContactWebAddress(ContactWebAddressValue value, EntityPermission entityPermission) Creates a new instance of ContactWebAddress -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContactMechanism(EntityPermission entityPermission) getContactMechanism(Session session) getContactMechanism(Session session, EntityPermission entityPermission) getContactMechanismForUpdate(Session session) booleanbooleanbooleangetUrl()booleanbooleaninthashCode()voidremove()voidvoidsetContactMechanism(ContactMechanism entity) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidvoidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContactWebAddress
Creates a new instance of ContactWebAddress- Throws:
PersistenceException
-
ContactWebAddress
Creates a new instance of ContactWebAddress
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getContactWebAddressValue
-
setContactWebAddressValue
public void setContactWebAddressValue(ContactWebAddressValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContactMechanismPK
-
getContactMechanism
-
getContactMechanism
-
getContactMechanism
-
getContactMechanism
-
getContactMechanismForUpdate
-
getContactMechanismForUpdate
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactMechanism
-
getContactMechanismPKHasBeenModified
-
getUrl
-
setUrl
-
getUrlHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-