Class ItemClobDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemClobDescriptionPK>
com.echothree.model.data.item.server.value.ItemClobDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ItemClobDescriptionValue
extends BaseValue<ItemClobDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemClobDescriptionValue
(ItemClobDescriptionPK itemClobDescriptionPK, ItemDescriptionPK itemDescriptionPK, String clobDescription, Long fromTime, Long thruTime) Creates a new instance of ItemClobDescriptionValueItemClobDescriptionValue
(ItemDescriptionPK itemDescriptionPK, String clobDescription, Long fromTime, Long thruTime) Creates a new instance of ItemClobDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setClobDescription
(String clobDescription) 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
-
ItemClobDescriptionValue
public ItemClobDescriptionValue(ItemClobDescriptionPK itemClobDescriptionPK, ItemDescriptionPK itemDescriptionPK, String clobDescription, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemClobDescriptionValue- Throws:
PersistenceNotNullException
-
ItemClobDescriptionValue
public ItemClobDescriptionValue(ItemDescriptionPK itemDescriptionPK, String clobDescription, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemClobDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemClobDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemClobDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemClobDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemClobDescriptionPK>
-
getItemDescriptionPK
-
setItemDescriptionPK
public void setItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemDescriptionPKHasBeenModified
-
getClobDescription
-
setClobDescription
- Throws:
PersistenceNotNullException
-
getClobDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-