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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetPartyRelationshipPK(PartyRelationshipPK partyRelationshipPK) voidsetThruTime(Long thruTime) voidsetUserKeyName(String userKeyName) voidsetUserKeyPK(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:
getBaseFactoryInstancein classBaseValue<UserKeyDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<UserKeyDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<UserKeyDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-