Class OfferNameElementDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OfferNameElementDescriptionPK>
com.echothree.model.data.offer.server.value.OfferNameElementDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class OfferNameElementDescriptionValue
extends BaseValue<OfferNameElementDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOfferNameElementDescriptionValue
(OfferNameElementDescriptionPK offerNameElementDescriptionPK, OfferNameElementPK offerNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of OfferNameElementDescriptionValueOfferNameElementDescriptionValue
(OfferNameElementPK offerNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of OfferNameElementDescriptionValue -
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
setOfferNameElementPK
(OfferNameElementPK offerNameElementPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OfferNameElementDescriptionValue
public OfferNameElementDescriptionValue(OfferNameElementDescriptionPK offerNameElementDescriptionPK, OfferNameElementPK offerNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OfferNameElementDescriptionValue- Throws:
PersistenceNotNullException
-
OfferNameElementDescriptionValue
public OfferNameElementDescriptionValue(OfferNameElementPK offerNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OfferNameElementDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OfferNameElementDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OfferNameElementDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OfferNameElementDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OfferNameElementDescriptionPK>
-
getOfferNameElementPK
-
setOfferNameElementPK
public void setOfferNameElementPK(OfferNameElementPK offerNameElementPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getOfferNameElementPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-