Class ContactInet4AddressValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactInet4AddressPK>
com.echothree.model.data.contact.server.value.ContactInet4AddressValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContactInet4AddressValue
extends BaseValue<ContactInet4AddressPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContactInet4AddressValue
(ContactInet4AddressPK contactInet4AddressPK, ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) Creates a new instance of ContactInet4AddressValueContactInet4AddressValue
(ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) Creates a new instance of ContactInet4AddressValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
setFromTime
(Long fromTime) void
setInet4Address
(Integer inet4Address) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactInet4AddressValue
public ContactInet4AddressValue(ContactInet4AddressPK contactInet4AddressPK, ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactInet4AddressValue- Throws:
PersistenceNotNullException
-
ContactInet4AddressValue
public ContactInet4AddressValue(ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactInet4AddressValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContactInet4AddressPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactInet4AddressPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactInet4AddressPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContactInet4AddressPK>
-
getContactMechanismPK
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPKHasBeenModified
-
getInet4Address
-
setInet4Address
- Throws:
PersistenceNotNullException
-
getInet4AddressHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-