Class WishlistPriorityDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WishlistPriorityDetailPK>
com.echothree.model.data.wishlist.server.value.WishlistPriorityDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class WishlistPriorityDetailValue
extends BaseValue<WishlistPriorityDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWishlistPriorityDetailValue
(WishlistPriorityDetailPK wishlistPriorityDetailPK, WishlistPriorityPK wishlistPriorityPK, WishlistTypePK wishlistTypePK, String wishlistPriorityName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WishlistPriorityDetailValueWishlistPriorityDetailValue
(WishlistPriorityPK wishlistPriorityPK, WishlistTypePK wishlistTypePK, String wishlistPriorityName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WishlistPriorityDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setWishlistPriorityName
(String wishlistPriorityName) void
setWishlistPriorityPK
(WishlistPriorityPK wishlistPriorityPK) void
setWishlistTypePK
(WishlistTypePK wishlistTypePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WishlistPriorityDetailValue
public WishlistPriorityDetailValue(WishlistPriorityDetailPK wishlistPriorityDetailPK, WishlistPriorityPK wishlistPriorityPK, WishlistTypePK wishlistTypePK, String wishlistPriorityName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WishlistPriorityDetailValue- Throws:
PersistenceNotNullException
-
WishlistPriorityDetailValue
public WishlistPriorityDetailValue(WishlistPriorityPK wishlistPriorityPK, WishlistTypePK wishlistTypePK, String wishlistPriorityName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WishlistPriorityDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WishlistPriorityDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WishlistPriorityDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WishlistPriorityDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WishlistPriorityDetailPK>
-
getWishlistPriorityPK
-
setWishlistPriorityPK
public void setWishlistPriorityPK(WishlistPriorityPK wishlistPriorityPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWishlistPriorityPKHasBeenModified
-
getWishlistTypePK
-
setWishlistTypePK
- Throws:
PersistenceNotNullException
-
getWishlistTypePKHasBeenModified
-
getWishlistPriorityName
-
setWishlistPriorityName
- Throws:
PersistenceNotNullException
-
getWishlistPriorityNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-