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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidvoidsetOfferNameElementName(String offerNameElementName) voidsetOfferNameElementPK(OfferNameElementPK offerNameElementPK) voidvoidsetThruTime(Long thruTime) voidsetValidationPattern(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:
getBaseFactoryInstancein classBaseValue<OfferNameElementDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OfferNameElementDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OfferNameElementDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-