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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidvoidsetPriority(Integer priority) voidsetReturnPolicyPK(ReturnPolicyPK returnPolicyPK) voidsetThruTime(Long thruTime) voidsetVendorItemName(String vendorItemName) voidsetVendorItemPK(VendorItemPK vendorItemPK) voidsetVendorPartyPK(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:
getBaseFactoryInstancein classBaseValue<VendorItemDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<VendorItemDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<VendorItemDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-