Class ComponentVersionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ComponentVersionPK>
com.echothree.model.data.core.server.value.ComponentVersionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ComponentVersionValue
extends BaseValue<ComponentVersionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionComponentVersionValue
(ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) Creates a new instance of ComponentVersionValueComponentVersionValue
(ComponentVersionPK componentVersionPK, ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) Creates a new instance of ComponentVersionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBuildNumber
(Integer buildNumber) void
setComponentPK
(ComponentPK componentPK) void
setComponentStagePK
(ComponentStagePK componentStagePK) void
setFromTime
(Long fromTime) void
setMajorRevision
(Integer majorRevision) void
setMinorRevision
(Integer minorRevision) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ComponentVersionValue
public ComponentVersionValue(ComponentVersionPK componentVersionPK, ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ComponentVersionValue- Throws:
PersistenceNotNullException
-
ComponentVersionValue
public ComponentVersionValue(ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ComponentVersionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ComponentVersionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ComponentVersionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ComponentVersionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ComponentVersionPK>
-
getComponentPK
-
setComponentPK
- Throws:
PersistenceNotNullException
-
getComponentPKHasBeenModified
-
getMajorRevision
-
setMajorRevision
- Throws:
PersistenceNotNullException
-
getMajorRevisionHasBeenModified
-
getMinorRevision
-
setMinorRevision
- Throws:
PersistenceNotNullException
-
getMinorRevisionHasBeenModified
-
getComponentStagePK
-
setComponentStagePK
public void setComponentStagePK(ComponentStagePK componentStagePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getComponentStagePKHasBeenModified
-
getBuildNumber
-
setBuildNumber
- Throws:
PersistenceNotNullException
-
getBuildNumberHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-