Class UserLoginPasswordString
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.user.server.entity.UserLoginPasswordString
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of UserLoginPasswordStringUserLoginPasswordString(UserLoginPasswordStringValue value, EntityPermission entityPermission) Creates a new instance of UserLoginPasswordString -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleangetSalt()booleanbooleangetUserLoginPassword(EntityPermission entityPermission) getUserLoginPassword(Session session) getUserLoginPassword(Session session, EntityPermission entityPermission) getUserLoginPasswordForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetChangedTime(Long changedTime) voidsetFromTime(Long fromTime) voidsetPassword(String password) voidvoidsetThruTime(Long thruTime) voidvoidsetUserLoginPasswordPK(UserLoginPasswordPK userLoginPasswordPK) voidvoidsetWasReset(Boolean wasReset) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
UserLoginPasswordString
Creates a new instance of UserLoginPasswordString- Throws:
PersistenceException
-
UserLoginPasswordString
public UserLoginPasswordString(UserLoginPasswordStringValue value, EntityPermission entityPermission) Creates a new instance of UserLoginPasswordString
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getUserLoginPasswordStringValue
-
setUserLoginPasswordStringValue
public void setUserLoginPasswordStringValue(UserLoginPasswordStringValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getUserLoginPasswordPK
-
getUserLoginPassword
-
getUserLoginPassword
-
getUserLoginPassword
-
getUserLoginPassword
-
getUserLoginPasswordForUpdate
-
getUserLoginPasswordForUpdate
-
setUserLoginPasswordPK
public void setUserLoginPasswordPK(UserLoginPasswordPK userLoginPasswordPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUserLoginPassword
-
getUserLoginPasswordPKHasBeenModified
-
getSalt
-
setSalt
-
getSaltHasBeenModified
-
getPassword
-
setPassword
public void setPassword(String password) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPasswordHasBeenModified
-
getChangedTime
-
setChangedTime
public void setChangedTime(Long changedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getChangedTimeHasBeenModified
-
getWasReset
-
setWasReset
public void setWasReset(Boolean wasReset) throws PersistenceNotNullException, PersistenceReadOnlyException -
getWasResetHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-