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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBlobDescription
(ByteArray blobDescription) void
setFromTime
(Long fromTime) void
setItemDescriptionPK
(ItemDescriptionPK itemDescriptionPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ItemBlobDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemBlobDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemBlobDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-