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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCheckContentWebAddress(Boolean checkContentWebAddress) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<EntityAttributeBlobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityAttributeBlobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityAttributeBlobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-