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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setThruTime
(Long thruTime) void
setWishlistPriorityPK
(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:
getBaseFactoryInstance
in classBaseValue<WishlistPriorityDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WishlistPriorityDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WishlistPriorityDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-