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 SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionUserKeyDetailValue(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 SummaryModifier 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.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
UserKeyDetailValuepublic 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
 
- 
UserKeyDetailValuepublic 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 class- BaseValue<UserKeyDetailPK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<UserKeyDetailPK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<UserKeyDetailPK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<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
 
-