Class EntityAttributeBlobValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAttributeBlobPK>
com.echothree.model.data.core.server.value.EntityAttributeBlobValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityAttributeBlobValue
extends BaseValue<EntityAttributeBlobPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeBlobValue
(EntityAttributeBlobPK entityAttributeBlobPK, EntityAttributePK entityAttributePK, Boolean checkContentWebAddress, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeBlobValueEntityAttributeBlobValue
(EntityAttributePK entityAttributePK, Boolean checkContentWebAddress, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeBlobValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCheckContentWebAddress
(Boolean checkContentWebAddress) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityAttributeBlobValue
public EntityAttributeBlobValue(EntityAttributeBlobPK entityAttributeBlobPK, EntityAttributePK entityAttributePK, Boolean checkContentWebAddress, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeBlobValue- Throws:
PersistenceNotNullException
-
EntityAttributeBlobValue
public EntityAttributeBlobValue(EntityAttributePK entityAttributePK, Boolean checkContentWebAddress, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeBlobValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityAttributeBlobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityAttributeBlobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityAttributeBlobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityAttributeBlobPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getCheckContentWebAddress
-
setCheckContentWebAddress
public void setCheckContentWebAddress(Boolean checkContentWebAddress) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCheckContentWebAddressHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-