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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetComponentName(String componentName) voidsetComponentPK(ComponentPK componentPK) voidsetComponentVendorPK(ComponentVendorPK componentVendorPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ComponentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ComponentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ComponentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-