Uses of Class
com.hack23.cia.model.internal.application.user.impl.UserAccount
-
Packages that use UserAccount Package Description com.hack23.cia.model.internal.application.user.impl -
-
Uses of UserAccount in com.hack23.cia.model.internal.application.user.impl
Methods in com.hack23.cia.model.internal.application.user.impl that return UserAccount Modifier and Type Method Description UserAccount
UserAccount. withAddress(java.util.List<java.lang.String> address)
UserAccount
UserAccount. withCountry(java.lang.String value)
UserAccount
UserAccount. withCreatedDate(java.util.Date value)
UserAccount
UserAccount. withEmail(java.lang.String value)
UserAccount
UserAccount. withModelObjectId(java.lang.Integer value)
UserAccount
UserAccount. withModelObjectVersion(int value)
UserAccount
UserAccount. withNumberOfVisits(java.lang.Integer value)
UserAccount
UserAccount. withUserEmailStatus(UserEmailStatus value)
UserAccount
UserAccount. withUserId(java.lang.String value)
UserAccount
UserAccount. withUserLockStatus(UserLockStatus value)
UserAccount
UserAccount. withUsername(java.lang.String value)
UserAccount
UserAccount. withUserpassword(java.lang.String value)
UserAccount
UserAccount. withUserRole(UserRole value)
UserAccount
UserAccount. withUserType(UserType value)
-