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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setSkillTypePK
(SkillTypePK skillTypePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<PartySkillPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartySkillPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartySkillPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartySkillPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getSkillTypePK
-
setSkillTypePK
- Throws:
PersistenceNotNullException
-
getSkillTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-