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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(OfferNameElementDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<OfferNameElementPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OfferNameElementPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OfferNameElementPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OfferNameElementPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-