Class ItemDescriptionDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemDescriptionDetailPK>
com.echothree.model.data.item.server.value.ItemDescriptionDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ItemDescriptionDetailValue
extends BaseValue<ItemDescriptionDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionItemDescriptionDetailValue(ItemDescriptionDetailPK itemDescriptionDetailPK, ItemDescriptionPK itemDescriptionPK, ItemDescriptionTypePK itemDescriptionTypePK, ItemPK itemPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ItemDescriptionDetailValueItemDescriptionDetailValue(ItemDescriptionPK itemDescriptionPK, ItemDescriptionTypePK itemDescriptionTypePK, ItemPK itemPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ItemDescriptionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) voidsetItemDescriptionTypePK(ItemDescriptionTypePK itemDescriptionTypePK) voidvoidsetLanguagePK(LanguagePK languagePK) voidsetMimeTypePK(MimeTypePK mimeTypePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemDescriptionDetailValue
public ItemDescriptionDetailValue(ItemDescriptionDetailPK itemDescriptionDetailPK, ItemDescriptionPK itemDescriptionPK, ItemDescriptionTypePK itemDescriptionTypePK, ItemPK itemPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemDescriptionDetailValue- Throws:
PersistenceNotNullException
-
ItemDescriptionDetailValue
public ItemDescriptionDetailValue(ItemDescriptionPK itemDescriptionPK, ItemDescriptionTypePK itemDescriptionTypePK, ItemPK itemPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemDescriptionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ItemDescriptionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemDescriptionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemDescriptionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ItemDescriptionDetailPK>
-
getItemDescriptionPK
-
setItemDescriptionPK
public void setItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemDescriptionPKHasBeenModified
-
getItemDescriptionTypePK
-
setItemDescriptionTypePK
public void setItemDescriptionTypePK(ItemDescriptionTypePK itemDescriptionTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemDescriptionTypePKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getMimeTypePK
-
setMimeTypePK
-
getMimeTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-