Class ItemStringDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemStringDescriptionPK>
com.echothree.model.data.item.server.value.ItemStringDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ItemStringDescriptionValue
extends BaseValue<ItemStringDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemStringDescriptionValue
(ItemDescriptionPK itemDescriptionPK, String stringDescription, Long fromTime, Long thruTime) Creates a new instance of ItemStringDescriptionValueItemStringDescriptionValue
(ItemStringDescriptionPK itemStringDescriptionPK, ItemDescriptionPK itemDescriptionPK, String stringDescription, Long fromTime, Long thruTime) Creates a new instance of ItemStringDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setItemDescriptionPK
(ItemDescriptionPK itemDescriptionPK) void
setStringDescription
(String stringDescription) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemStringDescriptionValue
public ItemStringDescriptionValue(ItemStringDescriptionPK itemStringDescriptionPK, ItemDescriptionPK itemDescriptionPK, String stringDescription, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemStringDescriptionValue- Throws:
PersistenceNotNullException
-
ItemStringDescriptionValue
public ItemStringDescriptionValue(ItemDescriptionPK itemDescriptionPK, String stringDescription, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemStringDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemStringDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemStringDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemStringDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemStringDescriptionPK>
-
getItemDescriptionPK
-
setItemDescriptionPK
public void setItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemDescriptionPKHasBeenModified
-
getStringDescription
-
setStringDescription
- Throws:
PersistenceNotNullException
-
getStringDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-