Class OfferNameElementValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OfferNameElementPK>
com.echothree.model.data.offer.server.value.OfferNameElementValue
- All Implemented Interfaces:
Serializable,Cloneable
public class OfferNameElementValue
extends BaseValue<OfferNameElementPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionOfferNameElementValue(OfferNameElementDetailPK activeDetailPK, OfferNameElementDetailPK lastDetailPK) Creates a new instance of OfferNameElementValueOfferNameElementValue(OfferNameElementPK offerNameElementPK, OfferNameElementDetailPK activeDetailPK, OfferNameElementDetailPK lastDetailPK) Creates a new instance of OfferNameElementValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(OfferNameElementDetailPK activeDetailPK) voidsetLastDetailPK(OfferNameElementDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OfferNameElementValue
public OfferNameElementValue(OfferNameElementPK offerNameElementPK, OfferNameElementDetailPK activeDetailPK, OfferNameElementDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of OfferNameElementValue- Throws:
PersistenceNotNullException
-
OfferNameElementValue
public OfferNameElementValue(OfferNameElementDetailPK activeDetailPK, OfferNameElementDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of OfferNameElementValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<OfferNameElementPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OfferNameElementPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OfferNameElementPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<OfferNameElementPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-