Class ContentWebAddressServerValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentWebAddressServerPK>
com.echothree.model.data.content.server.value.ContentWebAddressServerValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContentWebAddressServerValue
extends BaseValue<ContentWebAddressServerPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentWebAddressServerValue
(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressServerValueContentWebAddressServerValue
(ContentWebAddressServerPK contentWebAddressServerPK, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressServerValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentWebAddressPK
(ContentWebAddressPK contentWebAddressPK) void
setFromTime
(Long fromTime) void
setServerPK
(ServerPK serverPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentWebAddressServerValue
public ContentWebAddressServerValue(ContentWebAddressServerPK contentWebAddressServerPK, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentWebAddressServerValue- Throws:
PersistenceNotNullException
-
ContentWebAddressServerValue
public ContentWebAddressServerValue(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentWebAddressServerValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentWebAddressServerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentWebAddressServerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentWebAddressServerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentWebAddressServerPK>
-
getContentWebAddressPK
-
setContentWebAddressPK
public void setContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentWebAddressPKHasBeenModified
-
getServerPK
-
setServerPK
- Throws:
PersistenceNotNullException
-
getServerPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-