Class WishlistPriorityDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WishlistPriorityDescriptionPK>
com.echothree.model.data.wishlist.server.value.WishlistPriorityDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class WishlistPriorityDescriptionValue
extends BaseValue<WishlistPriorityDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionWishlistPriorityDescriptionValue(WishlistPriorityDescriptionPK wishlistPriorityDescriptionPK, WishlistPriorityPK wishlistPriorityPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WishlistPriorityDescriptionValueWishlistPriorityDescriptionValue(WishlistPriorityPK wishlistPriorityPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WishlistPriorityDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetThruTime(Long thruTime) voidsetWishlistPriorityPK(WishlistPriorityPK wishlistPriorityPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WishlistPriorityDescriptionValue
public WishlistPriorityDescriptionValue(WishlistPriorityDescriptionPK wishlistPriorityDescriptionPK, WishlistPriorityPK wishlistPriorityPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WishlistPriorityDescriptionValue- Throws:
PersistenceNotNullException
-
WishlistPriorityDescriptionValue
public WishlistPriorityDescriptionValue(WishlistPriorityPK wishlistPriorityPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WishlistPriorityDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<WishlistPriorityDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WishlistPriorityDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WishlistPriorityDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WishlistPriorityDescriptionPK>
-
getWishlistPriorityPK
-
setWishlistPriorityPK
public void setWishlistPriorityPK(WishlistPriorityPK wishlistPriorityPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWishlistPriorityPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-