Class ComponentVendorDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ComponentVendorDetailPK>
com.echothree.model.data.core.server.value.ComponentVendorDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ComponentVendorDetailValue
extends BaseValue<ComponentVendorDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionComponentVendorDetailValue
(ComponentVendorDetailPK componentVendorDetailPK, ComponentVendorPK componentVendorPK, String componentVendorName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentVendorDetailValueComponentVendorDetailValue
(ComponentVendorPK componentVendorPK, String componentVendorName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentVendorDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setComponentVendorName
(String componentVendorName) void
setComponentVendorPK
(ComponentVendorPK componentVendorPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ComponentVendorDetailValue
public ComponentVendorDetailValue(ComponentVendorDetailPK componentVendorDetailPK, ComponentVendorPK componentVendorPK, String componentVendorName, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ComponentVendorDetailValue- Throws:
PersistenceNotNullException
-
ComponentVendorDetailValue
public ComponentVendorDetailValue(ComponentVendorPK componentVendorPK, String componentVendorName, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ComponentVendorDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ComponentVendorDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ComponentVendorDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ComponentVendorDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ComponentVendorDetailPK>
-
getComponentVendorPK
-
setComponentVendorPK
public void setComponentVendorPK(ComponentVendorPK componentVendorPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getComponentVendorPKHasBeenModified
-
getComponentVendorName
-
setComponentVendorName
- Throws:
PersistenceNotNullException
-
getComponentVendorNameHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-