Class WishlistPriorityDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.wishlist.server.entity.WishlistPriorityDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of WishlistPriorityDetailWishlistPriorityDetail
(WishlistPriorityDetailValue value, EntityPermission entityPermission) Creates a new instance of WishlistPriorityDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
getWishlistPriority
(EntityPermission entityPermission) getWishlistPriority
(Session session) getWishlistPriority
(Session session, EntityPermission entityPermission) getWishlistPriorityForUpdate
(Session session) boolean
boolean
getWishlistType
(EntityPermission entityPermission) getWishlistType
(Session session) getWishlistType
(Session session, EntityPermission entityPermission) getWishlistTypeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setWishlistPriority
(WishlistPriority entity) void
void
setWishlistPriorityName
(String wishlistPriorityName) void
setWishlistPriorityPK
(WishlistPriorityPK wishlistPriorityPK) void
setWishlistType
(WishlistType entity) void
setWishlistTypePK
(WishlistTypePK wishlistTypePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
WishlistPriorityDetail
Creates a new instance of WishlistPriorityDetail- Throws:
PersistenceException
-
WishlistPriorityDetail
Creates a new instance of WishlistPriorityDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getWishlistPriorityDetailValue
-
setWishlistPriorityDetailValue
public void setWishlistPriorityDetailValue(WishlistPriorityDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getWishlistPriorityPK
-
getWishlistPriority
-
getWishlistPriority
-
getWishlistPriority
-
getWishlistPriority
-
getWishlistPriorityForUpdate
-
getWishlistPriorityForUpdate
-
setWishlistPriorityPK
public void setWishlistPriorityPK(WishlistPriorityPK wishlistPriorityPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWishlistPriority
-
getWishlistPriorityPKHasBeenModified
-
getWishlistTypePK
-
getWishlistType
-
getWishlistType
-
getWishlistType
-
getWishlistType
-
getWishlistTypeForUpdate
-
getWishlistTypeForUpdate
-
setWishlistTypePK
public void setWishlistTypePK(WishlistTypePK wishlistTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWishlistType
-
getWishlistTypePKHasBeenModified
-
getWishlistPriorityName
-
setWishlistPriorityName
public void setWishlistPriorityName(String wishlistPriorityName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getWishlistPriorityNameHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-