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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
getUsePK()
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
toString()
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:
getBaseFactoryInstance
in classBaseValue<UseDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UseDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UseDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-