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