Class OfferNameElementDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OfferNameElementDetailPK>
com.echothree.model.data.offer.server.value.OfferNameElementDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class OfferNameElementDetailValue
extends BaseValue<OfferNameElementDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOfferNameElementDetailValue
(OfferNameElementDetailPK offerNameElementDetailPK, OfferNameElementPK offerNameElementPK, String offerNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of OfferNameElementDetailValueOfferNameElementDetailValue
(OfferNameElementPK offerNameElementPK, String offerNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of OfferNameElementDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
void
setOfferNameElementName
(String offerNameElementName) void
setOfferNameElementPK
(OfferNameElementPK offerNameElementPK) void
void
setThruTime
(Long thruTime) void
setValidationPattern
(String validationPattern) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OfferNameElementDetailValue
public OfferNameElementDetailValue(OfferNameElementDetailPK offerNameElementDetailPK, OfferNameElementPK offerNameElementPK, String offerNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OfferNameElementDetailValue- Throws:
PersistenceNotNullException
-
OfferNameElementDetailValue
public OfferNameElementDetailValue(OfferNameElementPK offerNameElementPK, String offerNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OfferNameElementDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OfferNameElementDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OfferNameElementDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OfferNameElementDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OfferNameElementDetailPK>
-
getOfferNameElementPK
-
setOfferNameElementPK
public void setOfferNameElementPK(OfferNameElementPK offerNameElementPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getOfferNameElementPKHasBeenModified
-
getOfferNameElementName
-
setOfferNameElementName
- Throws:
PersistenceNotNullException
-
getOfferNameElementNameHasBeenModified
-
getOffset
-
setOffset
- Throws:
PersistenceNotNullException
-
getOffsetHasBeenModified
-
getLength
-
setLength
- Throws:
PersistenceNotNullException
-
getLengthHasBeenModified
-
getValidationPattern
-
setValidationPattern
-
getValidationPatternHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-