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