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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetWishlistPriorityName(String wishlistPriorityName) voidsetWishlistPriorityPK(WishlistPriorityPK wishlistPriorityPK) voidsetWishlistTypePK(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:
getBaseFactoryInstancein classBaseValue<WishlistPriorityDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WishlistPriorityDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WishlistPriorityDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-