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 TypeMethodDescriptionbooleangetCancellationPolicy(EntityPermission entityPermission) booleanbooleanbooleangetItem()getItem(EntityPermission entityPermission) booleanbooleangetReturnPolicy(EntityPermission entityPermission) booleanbooleangetVendorItem(EntityPermission entityPermission) booleanbooleangetVendorParty(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidvoidsetCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidvoidvoidsetPriority(Integer priority) voidsetReturnPolicy(ReturnPolicy entity) voidsetReturnPolicyPK(ReturnPolicyPK returnPolicyPK) voidsetThruTime(Long thruTime) voidsetVendorItem(VendorItem entity) voidvoidsetVendorItemName(String vendorItemName) voidsetVendorItemPK(VendorItemPK vendorItemPK) voidsetVendorParty(Party entity) voidsetVendorPartyPK(PartyPK vendorPartyPK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
VendorItemDetail
Creates a new instance of VendorItemDetail- Throws:
PersistenceException
-
VendorItemDetail
Creates a new instance of VendorItemDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getVendorItemDetailValue
-
setVendorItemDetailValue
public void setVendorItemDetailValue(@Nonnull VendorItemDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getVendorItemPK
-
getVendorItem
-
getVendorItem
-
getVendorItemForUpdate
-
setVendorItemPK
public void setVendorItemPK(@Nonnull VendorItemPK vendorItemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setVendorItem
-
getVendorItemPKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItemForUpdate
-
setItemPK
public void setItemPK(@Nonnull ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getVendorPartyPK
-
getVendorParty
-
getVendorParty
-
getVendorPartyForUpdate
-
setVendorPartyPK
public void setVendorPartyPK(@Nonnull PartyPK vendorPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setVendorParty
-
getVendorPartyPKHasBeenModified
-
getVendorItemName
-
setVendorItemName
public void setVendorItemName(@Nonnull String vendorItemName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getVendorItemNameHasBeenModified
-
getDescription
-
setDescription
public void setDescription(@Nullable String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getPriority
-
setPriority
public void setPriority(@Nonnull Integer priority) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPriorityHasBeenModified
-
getCancellationPolicyPK
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicyForUpdate
-
setCancellationPolicyPK
public void setCancellationPolicyPK(@Nullable CancellationPolicyPK cancellationPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCancellationPolicy
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicyForUpdate
-
setReturnPolicyPK
public void setReturnPolicyPK(@Nullable ReturnPolicyPK returnPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnPolicy
-
getReturnPolicyPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-