Class ContactInet6AddressValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactInet6AddressPK>
com.echothree.model.data.contact.server.value.ContactInet6AddressValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContactInet6AddressValue
extends BaseValue<ContactInet6AddressPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContactInet6AddressValue
(ContactInet6AddressPK contactInet6AddressPK, ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) Creates a new instance of ContactInet6AddressValueContactInet6AddressValue
(ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) Creates a new instance of ContactInet6AddressValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
setFromTime
(Long fromTime) void
setInet6AddressHigh
(Long inet6AddressHigh) void
setInet6AddressLow
(Long inet6AddressLow) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactInet6AddressValue
public ContactInet6AddressValue(ContactInet6AddressPK contactInet6AddressPK, ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactInet6AddressValue- Throws:
PersistenceNotNullException
-
ContactInet6AddressValue
public ContactInet6AddressValue(ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactInet6AddressValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContactInet6AddressPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactInet6AddressPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactInet6AddressPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContactInet6AddressPK>
-
getContactMechanismPK
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPKHasBeenModified
-
getInet6AddressLow
-
setInet6AddressLow
- Throws:
PersistenceNotNullException
-
getInet6AddressLowHasBeenModified
-
getInet6AddressHigh
-
setInet6AddressHigh
- Throws:
PersistenceNotNullException
-
getInet6AddressHighHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-