Class PartySkillValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartySkillPK>
com.echothree.model.data.employee.server.value.PartySkillValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartySkillValue(PartySkillPK partySkillPK, PartyPK partyPK, SkillTypePK skillTypePK, Long fromTime, Long thruTime) Creates a new instance of PartySkillValuePartySkillValue(PartyPK partyPK, SkillTypePK skillTypePK, Long fromTime, Long thruTime) Creates a new instance of PartySkillValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetSkillTypePK(SkillTypePK skillTypePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartySkillValue
public PartySkillValue(PartySkillPK partySkillPK, PartyPK partyPK, SkillTypePK skillTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartySkillValue- Throws:
PersistenceNotNullException
-
PartySkillValue
public PartySkillValue(PartyPK partyPK, SkillTypePK skillTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartySkillValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartySkillPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartySkillPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartySkillPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartySkillPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getSkillTypePK
-
setSkillTypePK
- Throws:
PersistenceNotNullException
-
getSkillTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-