Class ContactInet4Address
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.ContactInet4Address
- 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 ContactInet4AddressContactInet4Address
(ContactInet4AddressValue value, EntityPermission entityPermission) Creates a new instance of ContactInet4Address -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContactMechanism
(EntityPermission entityPermission) getContactMechanism
(Session session) getContactMechanism
(Session session, EntityPermission entityPermission) getContactMechanismForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setContactMechanism
(ContactMechanism entity) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
setFromTime
(Long fromTime) void
setInet4Address
(Integer inet4Address) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContactInet4Address
Creates a new instance of ContactInet4Address- Throws:
PersistenceException
-
ContactInet4Address
Creates a new instance of ContactInet4Address
-
-
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
-
getContactInet4AddressValue
-
setContactInet4AddressValue
public void setContactInet4AddressValue(ContactInet4AddressValue 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
-
getInet4Address
-
setInet4Address
public void setInet4Address(Integer inet4Address) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInet4AddressHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-