Class UseDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UseDescriptionPK>
com.echothree.model.data.offer.server.value.UseDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class UseDescriptionValue
extends BaseValue<UseDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionUseDescriptionValue(UseDescriptionPK useDescriptionPK, UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of UseDescriptionValueUseDescriptionValue(UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of UseDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleangetUsePK()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UseDescriptionValue
public UseDescriptionValue(UseDescriptionPK useDescriptionPK, UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UseDescriptionValue- Throws:
PersistenceNotNullException
-
UseDescriptionValue
public UseDescriptionValue(UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UseDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<UseDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<UseDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<UseDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<UseDescriptionPK>
-
getUsePK
-
setUsePK
- Throws:
PersistenceNotNullException
-
getUsePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-