Class PartyTrainingClassDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyTrainingClassDetailPK>
com.echothree.model.data.training.server.value.PartyTrainingClassDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PartyTrainingClassDetailValue
extends BaseValue<PartyTrainingClassDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartyTrainingClassDetailValue(PartyTrainingClassDetailPK partyTrainingClassDetailPK, PartyTrainingClassPK partyTrainingClassPK, String partyTrainingClassName, PartyPK partyPK, TrainingClassPK trainingClassPK, Long completedTime, Long validUntilTime, Long fromTime, Long thruTime) Creates a new instance of PartyTrainingClassDetailValuePartyTrainingClassDetailValue(PartyTrainingClassPK partyTrainingClassPK, String partyTrainingClassName, PartyPK partyPK, TrainingClassPK trainingClassPK, Long completedTime, Long validUntilTime, Long fromTime, Long thruTime) Creates a new instance of PartyTrainingClassDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCompletedTime(Long completedTime) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetPartyTrainingClassName(String partyTrainingClassName) voidsetPartyTrainingClassPK(PartyTrainingClassPK partyTrainingClassPK) voidsetThruTime(Long thruTime) voidsetTrainingClassPK(TrainingClassPK trainingClassPK) voidsetValidUntilTime(Long validUntilTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyTrainingClassDetailValue
public PartyTrainingClassDetailValue(PartyTrainingClassDetailPK partyTrainingClassDetailPK, PartyTrainingClassPK partyTrainingClassPK, String partyTrainingClassName, PartyPK partyPK, TrainingClassPK trainingClassPK, Long completedTime, Long validUntilTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyTrainingClassDetailValue- Throws:
PersistenceNotNullException
-
PartyTrainingClassDetailValue
public PartyTrainingClassDetailValue(PartyTrainingClassPK partyTrainingClassPK, String partyTrainingClassName, PartyPK partyPK, TrainingClassPK trainingClassPK, Long completedTime, Long validUntilTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyTrainingClassDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartyTrainingClassDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyTrainingClassDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyTrainingClassDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyTrainingClassDetailPK>
-
getPartyTrainingClassPK
-
setPartyTrainingClassPK
public void setPartyTrainingClassPK(PartyTrainingClassPK partyTrainingClassPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyTrainingClassPKHasBeenModified
-
getPartyTrainingClassName
-
setPartyTrainingClassName
public void setPartyTrainingClassName(String partyTrainingClassName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyTrainingClassNameHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getTrainingClassPK
-
setTrainingClassPK
- Throws:
PersistenceNotNullException
-
getTrainingClassPKHasBeenModified
-
getCompletedTime
-
setCompletedTime
-
getCompletedTimeHasBeenModified
-
getValidUntilTime
-
setValidUntilTime
-
getValidUntilTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-