Class VendorItemValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<VendorItemPK>
com.echothree.model.data.vendor.server.value.VendorItemValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionVendorItemValue
(VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) Creates a new instance of VendorItemValueVendorItemValue
(VendorItemPK vendorItemPK, VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) Creates a new instance of VendorItemValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(VendorItemDetailPK activeDetailPK) void
setLastDetailPK
(VendorItemDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
VendorItemValue
public VendorItemValue(VendorItemPK vendorItemPK, VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of VendorItemValue- Throws:
PersistenceNotNullException
-
VendorItemValue
public VendorItemValue(VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of VendorItemValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<VendorItemPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<VendorItemPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<VendorItemPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<VendorItemPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-