Class EntityBlobAttributeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityBlobAttributePK>
com.echothree.model.data.core.server.value.EntityBlobAttributeValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityBlobAttributeValue
extends BaseValue<EntityBlobAttributePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityBlobAttributeValue(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of EntityBlobAttributeValueEntityBlobAttributeValue(EntityBlobAttributePK entityBlobAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of EntityBlobAttributeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBlobAttribute(ByteArray blobAttribute) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetMimeTypePK(MimeTypePK mimeTypePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityBlobAttributeValue
public EntityBlobAttributeValue(EntityBlobAttributePK entityBlobAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityBlobAttributeValue- Throws:
PersistenceNotNullException
-
EntityBlobAttributeValue
public EntityBlobAttributeValue(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityBlobAttributeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityBlobAttributePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityBlobAttributePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityBlobAttributePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityBlobAttributePK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getBlobAttribute
-
setBlobAttribute
- Throws:
PersistenceNotNullException
-
getBlobAttributeHasBeenModified
-
getMimeTypePK
-
setMimeTypePK
- Throws:
PersistenceNotNullException
-
getMimeTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-