Class ItemBlobDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemBlobDescriptionPK>
com.echothree.model.data.item.server.value.ItemBlobDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ItemBlobDescriptionValue
extends BaseValue<ItemBlobDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionItemBlobDescriptionValue(ItemBlobDescriptionPK itemBlobDescriptionPK, ItemDescriptionPK itemDescriptionPK, ByteArray blobDescription, Long fromTime, Long thruTime) Creates a new instance of ItemBlobDescriptionValueItemBlobDescriptionValue(ItemDescriptionPK itemDescriptionPK, ByteArray blobDescription, Long fromTime, Long thruTime) Creates a new instance of ItemBlobDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBlobDescription(ByteArray blobDescription) voidsetFromTime(Long fromTime) voidsetItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemBlobDescriptionValue
public ItemBlobDescriptionValue(ItemBlobDescriptionPK itemBlobDescriptionPK, ItemDescriptionPK itemDescriptionPK, ByteArray blobDescription, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemBlobDescriptionValue- Throws:
PersistenceNotNullException
-
ItemBlobDescriptionValue
public ItemBlobDescriptionValue(ItemDescriptionPK itemDescriptionPK, ByteArray blobDescription, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemBlobDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ItemBlobDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemBlobDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemBlobDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ItemBlobDescriptionPK>
-
getItemDescriptionPK
-
setItemDescriptionPK
public void setItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemDescriptionPKHasBeenModified
-
getBlobDescription
-
setBlobDescription
- Throws:
PersistenceNotNullException
-
getBlobDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-