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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) voidsetStringDescription(String stringDescription) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ItemStringDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemStringDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemStringDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-