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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetFromTime(Long fromTime) voidsetInet4Address(Integer inet4Address) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ContactInet4AddressPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactInet4AddressPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactInet4AddressPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-