Class UseNameElementValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UseNameElementPK>
com.echothree.model.data.offer.server.value.UseNameElementValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class UseNameElementValue
extends BaseValue<UseNameElementPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUseNameElementValue
(UseNameElementDetailPK activeDetailPK, UseNameElementDetailPK lastDetailPK) Creates a new instance of UseNameElementValueUseNameElementValue
(UseNameElementPK useNameElementPK, UseNameElementDetailPK activeDetailPK, UseNameElementDetailPK lastDetailPK) Creates a new instance of UseNameElementValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(UseNameElementDetailPK activeDetailPK) void
setLastDetailPK
(UseNameElementDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UseNameElementValue
public UseNameElementValue(UseNameElementPK useNameElementPK, UseNameElementDetailPK activeDetailPK, UseNameElementDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of UseNameElementValue- Throws:
PersistenceNotNullException
-
UseNameElementValue
public UseNameElementValue(UseNameElementDetailPK activeDetailPK, UseNameElementDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of UseNameElementValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UseNameElementPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UseNameElementPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UseNameElementPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UseNameElementPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-