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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetClobDescription(String clobDescription) 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
-
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:
getBaseFactoryInstancein classBaseValue<ItemClobDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemClobDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemClobDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-