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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setFromUnitOfMeasureTypePK
(UnitOfMeasureTypePK fromUnitOfMeasureTypePK) void
setThruTime
(Long thruTime) void
setToQuantity
(Long toQuantity) void
setToUnitOfMeasureTypePK
(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:
getBaseFactoryInstance
in classBaseValue<UnitOfMeasureEquivalentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UnitOfMeasureEquivalentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UnitOfMeasureEquivalentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-