java.lang.Object
jp.ecuacion.splib.core.form.record.SplibRecord
jp.ecuacion.splib.web.form.record.LoginRecord
- All Implemented Interfaces:
RecordInterface
Is a record for loginController.
-
Field Summary
Fields inherited from class jp.ecuacion.splib.core.form.record.SplibRecord
dateTimeFormatParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns htmlFields.longpassword length.voidsetPassword(String password) voidsetUsername(String username) longusername length.Methods inherited from class jp.ecuacion.splib.core.form.record.SplibRecord
getDateTimeFormatParams, getStringLength, getStringLengthMap, getValue, setDateTimeFormatParamsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jp.ecuacion.splib.web.form.record.RecordInterface
getDisplayName, getHtmlField, getNotEmptyFields, isNotEmpty, mergeHtmlFields, needsCommas
-
Constructor Details
-
LoginRecord
public LoginRecord()
-
-
Method Details
-
getHtmlFields
Description copied from interface:RecordInterfaceReturns htmlFields.- Specified by:
getHtmlFieldsin interfaceRecordInterface- Returns:
- HtmlField[]
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
usernameLength
public long usernameLength()username length.- Returns:
- long
-
passwordLength
public long passwordLength()password length.
-