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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetThruTime(Long thruTime) voidsetUnitOfMeasureKindPK(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:
getBaseFactoryInstancein classBaseValue<UnitOfMeasureKindDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<UnitOfMeasureKindDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<UnitOfMeasureKindDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-