Class ComponentDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ComponentDetailPK>
com.echothree.model.data.core.server.value.ComponentDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ComponentDetailValue
extends BaseValue<ComponentDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionComponentDetailValue
(ComponentDetailPK componentDetailPK, ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentDetailValueComponentDetailValue
(ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setComponentName
(String componentName) void
setComponentPK
(ComponentPK componentPK) 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
-
ComponentDetailValue
public ComponentDetailValue(ComponentDetailPK componentDetailPK, ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ComponentDetailValue- Throws:
PersistenceNotNullException
-
ComponentDetailValue
public ComponentDetailValue(ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ComponentDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ComponentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ComponentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ComponentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ComponentDetailPK>
-
getComponentVendorPK
-
setComponentVendorPK
public void setComponentVendorPK(ComponentVendorPK componentVendorPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getComponentVendorPKHasBeenModified
-
getComponentPK
-
setComponentPK
- Throws:
PersistenceNotNullException
-
getComponentPKHasBeenModified
-
getComponentName
-
setComponentName
- Throws:
PersistenceNotNullException
-
getComponentNameHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-