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