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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleangetUrl()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()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:
getBaseFactoryInstancein classBaseValue<ContactWebAddressPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactWebAddressPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactWebAddressPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-