Class UserLoginPasswordStringValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserLoginPasswordStringPK>
com.echothree.model.data.user.server.value.UserLoginPasswordStringValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class UserLoginPasswordStringValue
extends BaseValue<UserLoginPasswordStringPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUserLoginPasswordStringValue
(UserLoginPasswordPK userLoginPasswordPK, String salt, String password, Long changedTime, Boolean wasReset, Long fromTime, Long thruTime) Creates a new instance of UserLoginPasswordStringValueUserLoginPasswordStringValue
(UserLoginPasswordStringPK userLoginPasswordStringPK, UserLoginPasswordPK userLoginPasswordPK, String salt, String password, Long changedTime, Boolean wasReset, Long fromTime, Long thruTime) Creates a new instance of UserLoginPasswordStringValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
getSalt()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setChangedTime
(Long changedTime) void
setFromTime
(Long fromTime) void
setPassword
(String password) void
void
setThruTime
(Long thruTime) void
setUserLoginPasswordPK
(UserLoginPasswordPK userLoginPasswordPK) void
setWasReset
(Boolean wasReset) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserLoginPasswordStringValue
public UserLoginPasswordStringValue(UserLoginPasswordStringPK userLoginPasswordStringPK, UserLoginPasswordPK userLoginPasswordPK, String salt, String password, Long changedTime, Boolean wasReset, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserLoginPasswordStringValue- Throws:
PersistenceNotNullException
-
UserLoginPasswordStringValue
public UserLoginPasswordStringValue(UserLoginPasswordPK userLoginPasswordPK, String salt, String password, Long changedTime, Boolean wasReset, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserLoginPasswordStringValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UserLoginPasswordStringPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UserLoginPasswordStringPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UserLoginPasswordStringPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UserLoginPasswordStringPK>
-
getUserLoginPasswordPK
-
setUserLoginPasswordPK
public void setUserLoginPasswordPK(UserLoginPasswordPK userLoginPasswordPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUserLoginPasswordPKHasBeenModified
-
getSalt
-
setSalt
-
getSaltHasBeenModified
-
getPassword
-
setPassword
- Throws:
PersistenceNotNullException
-
getPasswordHasBeenModified
-
getChangedTime
-
setChangedTime
- Throws:
PersistenceNotNullException
-
getChangedTimeHasBeenModified
-
getWasReset
-
setWasReset
- Throws:
PersistenceNotNullException
-
getWasResetHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-