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