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 TypeMethodDescriptionbooleangetContactMechanism(EntityPermission entityPermission) getContactMechanism(Session session) getContactMechanism(Session session, EntityPermission entityPermission) getContactMechanismForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetContactMechanism(ContactMechanism entity) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetFromTime(Long fromTime) voidsetInet6AddressHigh(Long inet6AddressHigh) voidsetInet6AddressLow(Long inet6AddressLow) voidsetThruTime(Long thruTime) voidtoString()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:
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
-
getContactInet6AddressValue
-
setContactInet6AddressValue
public void setContactInet6AddressValue(ContactInet6AddressValue 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
-
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
-