Class VendorItemDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<VendorItemDetailPK>
com.echothree.model.data.vendor.server.value.VendorItemDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class VendorItemDetailValue
extends BaseValue<VendorItemDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionVendorItemDetailValue
(VendorItemDetailPK vendorItemDetailPK, VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValueVendorItemDetailValue
(VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
void
setPriority
(Integer priority) void
setReturnPolicyPK
(ReturnPolicyPK returnPolicyPK) void
setThruTime
(Long thruTime) void
setVendorItemName
(String vendorItemName) void
setVendorItemPK
(VendorItemPK vendorItemPK) void
setVendorPartyPK
(PartyPK vendorPartyPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
VendorItemDetailValue
public VendorItemDetailValue(VendorItemDetailPK vendorItemDetailPK, VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of VendorItemDetailValue- Throws:
PersistenceNotNullException
-
VendorItemDetailValue
public VendorItemDetailValue(VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of VendorItemDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<VendorItemDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<VendorItemDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<VendorItemDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<VendorItemDetailPK>
-
getVendorItemPK
-
setVendorItemPK
- Throws:
PersistenceNotNullException
-
getVendorItemPKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getVendorPartyPK
-
setVendorPartyPK
- Throws:
PersistenceNotNullException
-
getVendorPartyPKHasBeenModified
-
getVendorItemName
-
setVendorItemName
- Throws:
PersistenceNotNullException
-
getVendorItemNameHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getPriority
-
setPriority
- Throws:
PersistenceNotNullException
-
getPriorityHasBeenModified
-
getCancellationPolicyPK
-
setCancellationPolicyPK
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
setReturnPolicyPK
-
getReturnPolicyPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-