Class UserKeyDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserKeyDetailPK>
com.echothree.model.data.user.server.value.UserKeyDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class UserKeyDetailValue
extends BaseValue<UserKeyDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUserKeyDetailValue
(UserKeyDetailPK userKeyDetailPK, UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) Creates a new instance of UserKeyDetailValueUserKeyDetailValue
(UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) Creates a new instance of UserKeyDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setPartyRelationshipPK
(PartyRelationshipPK partyRelationshipPK) void
setThruTime
(Long thruTime) void
setUserKeyName
(String userKeyName) void
setUserKeyPK
(UserKeyPK userKeyPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserKeyDetailValue
public UserKeyDetailValue(UserKeyDetailPK userKeyDetailPK, UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserKeyDetailValue- Throws:
PersistenceNotNullException
-
UserKeyDetailValue
public UserKeyDetailValue(UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserKeyDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UserKeyDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UserKeyDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UserKeyDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UserKeyDetailPK>
-
getUserKeyPK
-
setUserKeyPK
- Throws:
PersistenceNotNullException
-
getUserKeyPKHasBeenModified
-
getUserKeyName
-
setUserKeyName
- Throws:
PersistenceNotNullException
-
getUserKeyNameHasBeenModified
-
getPartyPK
-
setPartyPK
-
getPartyPKHasBeenModified
-
getPartyRelationshipPK
-
setPartyRelationshipPK
-
getPartyRelationshipPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-