Class LoginRecord
java.lang.Object
jp.ecuacion.splib.core.record.SplibRecord
jp.ecuacion.splib.web.record.LoginRecord
- All Implemented Interfaces:
jp.ecuacion.lib.core.item.EclibItemContainer, SplibWebItemContainer
Is a record for loginController.
-
Field Summary
Fields inherited from class SplibRecord
dateTimeFormatParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHtmlItem[]Returns HtmlItem.longpassword length.voidsetPassword(String password) voidsetUsername(String username) longusername length.Methods inherited from class SplibRecord
getDateTimeFormatParams, getStringLength, getStringLengthMap, getValue, setDateTimeFormatParamsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jp.ecuacion.lib.core.item.EclibItemContainer
getItem, mergeItemsMethods inherited from interface SplibWebItemContainer
getHtmlItem, getItems, getNewItem, getNotEmptyFields, getNotEmptyOnSearchFields, isNotEmpty, isNotEmptyOnSearch, mergeHtmlItems, needsCommas
-
Constructor Details
-
LoginRecord
public LoginRecord()
-
-
Method Details
-
getHtmlItems
Description copied from interface:SplibWebItemContainerReturns HtmlItem.- Specified by:
getHtmlItemsin interfaceSplibWebItemContainer- Returns:
- HtmlItem[]
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
usernameLength
public long usernameLength()username length.- Returns:
- long
-
passwordLength
public long passwordLength()password length.
-