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 TypeMethodDescriptionboolean
boolean
boolean
boolean
getSalt()
boolean
boolean
getUserLoginPassword
(EntityPermission entityPermission) getUserLoginPassword
(Session session) getUserLoginPassword
(Session session, EntityPermission entityPermission) getUserLoginPasswordForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setChangedTime
(Long changedTime) void
setFromTime
(Long fromTime) void
setPassword
(String password) void
void
setThruTime
(Long thruTime) void
void
setUserLoginPasswordPK
(UserLoginPasswordPK userLoginPasswordPK) void
void
setWasReset
(Boolean wasReset) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getUserLoginPasswordStringValue
-
setUserLoginPasswordStringValue
public void setUserLoginPasswordStringValue(UserLoginPasswordStringValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-