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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetFromTime(Long fromTime) voidsetInet6AddressHigh(Long inet6AddressHigh) voidsetInet6AddressLow(Long inet6AddressLow) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ContactInet6AddressPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactInet6AddressPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactInet6AddressPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-