Class UnitOfMeasureKindDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UnitOfMeasureKindDescriptionPK>
com.echothree.model.data.uom.server.value.UnitOfMeasureKindDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class UnitOfMeasureKindDescriptionValue
extends BaseValue<UnitOfMeasureKindDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUnitOfMeasureKindDescriptionValue
(UnitOfMeasureKindDescriptionPK unitOfMeasureKindDescriptionPK, UnitOfMeasureKindPK unitOfMeasureKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of UnitOfMeasureKindDescriptionValueUnitOfMeasureKindDescriptionValue
(UnitOfMeasureKindPK unitOfMeasureKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of UnitOfMeasureKindDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setThruTime
(Long thruTime) void
setUnitOfMeasureKindPK
(UnitOfMeasureKindPK unitOfMeasureKindPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UnitOfMeasureKindDescriptionValue
public UnitOfMeasureKindDescriptionValue(UnitOfMeasureKindDescriptionPK unitOfMeasureKindDescriptionPK, UnitOfMeasureKindPK unitOfMeasureKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UnitOfMeasureKindDescriptionValue- Throws:
PersistenceNotNullException
-
UnitOfMeasureKindDescriptionValue
public UnitOfMeasureKindDescriptionValue(UnitOfMeasureKindPK unitOfMeasureKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UnitOfMeasureKindDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UnitOfMeasureKindDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UnitOfMeasureKindDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UnitOfMeasureKindDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UnitOfMeasureKindDescriptionPK>
-
getUnitOfMeasureKindPK
-
setUnitOfMeasureKindPK
public void setUnitOfMeasureKindPK(UnitOfMeasureKindPK unitOfMeasureKindPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureKindPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-