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