Class ContactInet6Address
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.ContactInet6Address
- 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 ContactInet6AddressContactInet6Address
(ContactInet6AddressValue value, EntityPermission entityPermission) Creates a new instance of ContactInet6Address -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContactMechanism
(EntityPermission entityPermission) getContactMechanism
(Session session) getContactMechanism
(Session session, EntityPermission entityPermission) getContactMechanismForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setContactMechanism
(ContactMechanism entity) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
setFromTime
(Long fromTime) void
setInet6AddressHigh
(Long inet6AddressHigh) void
setInet6AddressLow
(Long inet6AddressLow) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContactInet6Address
Creates a new instance of ContactInet6Address- Throws:
PersistenceException
-
ContactInet6Address
Creates a new instance of ContactInet6Address
-
-
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
-
getContactInet6AddressValue
-
setContactInet6AddressValue
public void setContactInet6AddressValue(ContactInet6AddressValue 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
-
getInet6AddressLow
-
setInet6AddressLow
public void setInet6AddressLow(Long inet6AddressLow) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInet6AddressLowHasBeenModified
-
getInet6AddressHigh
-
setInet6AddressHigh
public void setInet6AddressHigh(Long inet6AddressHigh) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInet6AddressHighHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-