Class UserLoginPasswordValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserLoginPasswordPK>
com.echothree.model.data.user.server.value.UserLoginPasswordValue
- All Implemented Interfaces:
Serializable,Cloneable
public class UserLoginPasswordValue
extends BaseValue<UserLoginPasswordPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionUserLoginPasswordValue(PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) Creates a new instance of UserLoginPasswordValueUserLoginPasswordValue(UserLoginPasswordPK userLoginPasswordPK, PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) Creates a new instance of UserLoginPasswordValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidsetUserLoginPasswordTypePK(UserLoginPasswordTypePK userLoginPasswordTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserLoginPasswordValue
public UserLoginPasswordValue(UserLoginPasswordPK userLoginPasswordPK, PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserLoginPasswordValue- Throws:
PersistenceNotNullException
-
UserLoginPasswordValue
public UserLoginPasswordValue(PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserLoginPasswordValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<UserLoginPasswordPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<UserLoginPasswordPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<UserLoginPasswordPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<UserLoginPasswordPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getUserLoginPasswordTypePK
-
setUserLoginPasswordTypePK
public void setUserLoginPasswordTypePK(UserLoginPasswordTypePK userLoginPasswordTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUserLoginPasswordTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-