Class VendorItemDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.vendor.server.entity.VendorItemDetail
- 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 VendorItemDetailVendorItemDetail
(VendorItemDetailValue value, EntityPermission entityPermission) Creates a new instance of VendorItemDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCancellationPolicy
(EntityPermission entityPermission) getCancellationPolicy
(Session session) getCancellationPolicy
(Session session, EntityPermission entityPermission) getCancellationPolicyForUpdate
(Session session) boolean
boolean
boolean
getItem()
getItem
(EntityPermission entityPermission) getItem
(Session session, EntityPermission entityPermission) getItemForUpdate
(Session session) boolean
boolean
getReturnPolicy
(EntityPermission entityPermission) getReturnPolicy
(Session session) getReturnPolicy
(Session session, EntityPermission entityPermission) getReturnPolicyForUpdate
(Session session) boolean
boolean
getVendorItem
(EntityPermission entityPermission) getVendorItem
(Session session) getVendorItem
(Session session, EntityPermission entityPermission) getVendorItemForUpdate
(Session session) boolean
boolean
getVendorParty
(EntityPermission entityPermission) getVendorParty
(Session session) getVendorParty
(Session session, EntityPermission entityPermission) getVendorPartyForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
void
void
setPriority
(Integer priority) void
setReturnPolicy
(ReturnPolicy entity) void
setReturnPolicyPK
(ReturnPolicyPK returnPolicyPK) void
setThruTime
(Long thruTime) void
setVendorItem
(VendorItem entity) void
void
setVendorItemName
(String vendorItemName) void
setVendorItemPK
(VendorItemPK vendorItemPK) void
setVendorParty
(Party entity) void
setVendorPartyPK
(PartyPK vendorPartyPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
VendorItemDetail
Creates a new instance of VendorItemDetail- Throws:
PersistenceException
-
VendorItemDetail
Creates a new instance of VendorItemDetail
-
-
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
-
getVendorItemDetailValue
-
setVendorItemDetailValue
public void setVendorItemDetailValue(VendorItemDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getVendorItemPK
-
getVendorItem
-
getVendorItem
-
getVendorItem
-
getVendorItem
-
getVendorItemForUpdate
-
getVendorItemForUpdate
-
setVendorItemPK
public void setVendorItemPK(VendorItemPK vendorItemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setVendorItem
-
getVendorItemPKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getVendorPartyPK
-
getVendorParty
-
getVendorParty
-
getVendorParty
-
getVendorParty
-
getVendorPartyForUpdate
-
getVendorPartyForUpdate
-
setVendorPartyPK
public void setVendorPartyPK(PartyPK vendorPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setVendorParty
-
getVendorPartyPKHasBeenModified
-
getVendorItemName
-
setVendorItemName
public void setVendorItemName(String vendorItemName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getVendorItemNameHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getPriority
-
setPriority
public void setPriority(Integer priority) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPriorityHasBeenModified
-
getCancellationPolicyPK
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicyForUpdate
-
getCancellationPolicyForUpdate
-
setCancellationPolicyPK
public void setCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCancellationPolicy
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicyForUpdate
-
getReturnPolicyForUpdate
-
setReturnPolicyPK
public void setReturnPolicyPK(ReturnPolicyPK returnPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnPolicy
-
getReturnPolicyPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-