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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBuildNumber(Integer buildNumber) voidsetComponentPK(ComponentPK componentPK) voidsetComponentStagePK(ComponentStagePK componentStagePK) voidsetFromTime(Long fromTime) voidsetMajorRevision(Integer majorRevision) voidsetMinorRevision(Integer minorRevision) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ComponentVersionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ComponentVersionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ComponentVersionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-