Class UnitOfMeasureEquivalentValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UnitOfMeasureEquivalentPK>
com.echothree.model.data.uom.server.value.UnitOfMeasureEquivalentValue
- All Implemented Interfaces:
Serializable,Cloneable
public class UnitOfMeasureEquivalentValue
extends BaseValue<UnitOfMeasureEquivalentPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionUnitOfMeasureEquivalentValue(UnitOfMeasureEquivalentPK unitOfMeasureEquivalentPK, UnitOfMeasureTypePK fromUnitOfMeasureTypePK, UnitOfMeasureTypePK toUnitOfMeasureTypePK, Long toQuantity, Long fromTime, Long thruTime) Creates a new instance of UnitOfMeasureEquivalentValueUnitOfMeasureEquivalentValue(UnitOfMeasureTypePK fromUnitOfMeasureTypePK, UnitOfMeasureTypePK toUnitOfMeasureTypePK, Long toQuantity, Long fromTime, Long thruTime) Creates a new instance of UnitOfMeasureEquivalentValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetFromUnitOfMeasureTypePK(UnitOfMeasureTypePK fromUnitOfMeasureTypePK) voidsetThruTime(Long thruTime) voidsetToQuantity(Long toQuantity) voidsetToUnitOfMeasureTypePK(UnitOfMeasureTypePK toUnitOfMeasureTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UnitOfMeasureEquivalentValue
public UnitOfMeasureEquivalentValue(UnitOfMeasureEquivalentPK unitOfMeasureEquivalentPK, UnitOfMeasureTypePK fromUnitOfMeasureTypePK, UnitOfMeasureTypePK toUnitOfMeasureTypePK, Long toQuantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UnitOfMeasureEquivalentValue- Throws:
PersistenceNotNullException
-
UnitOfMeasureEquivalentValue
public UnitOfMeasureEquivalentValue(UnitOfMeasureTypePK fromUnitOfMeasureTypePK, UnitOfMeasureTypePK toUnitOfMeasureTypePK, Long toQuantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UnitOfMeasureEquivalentValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<UnitOfMeasureEquivalentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<UnitOfMeasureEquivalentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<UnitOfMeasureEquivalentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<UnitOfMeasureEquivalentPK>
-
getFromUnitOfMeasureTypePK
-
setFromUnitOfMeasureTypePK
public void setFromUnitOfMeasureTypePK(UnitOfMeasureTypePK fromUnitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getFromUnitOfMeasureTypePKHasBeenModified
-
getToUnitOfMeasureTypePK
-
setToUnitOfMeasureTypePK
public void setToUnitOfMeasureTypePK(UnitOfMeasureTypePK toUnitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getToUnitOfMeasureTypePKHasBeenModified
-
getToQuantity
-
setToQuantity
- Throws:
PersistenceNotNullException
-
getToQuantityHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-