public class BsWebAuthentication extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected String |
authRealm
authRealm
|
protected String |
createdBy
createdBy
|
protected Long |
createdTime
createdTime
|
protected String |
hostname
hostname
|
protected String |
parameters
parameters
|
protected String |
password
password
|
protected Integer |
port
port
|
protected String |
protocolScheme
protocolScheme
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected String |
updatedBy
updatedBy
|
protected Long |
updatedTime
updatedTime
|
protected String |
username
username
|
protected String |
webConfigId
webConfigId
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsWebAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
WebAuthenticationDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
String |
getAuthRealm() |
String |
getCreatedBy() |
Long |
getCreatedTime() |
String |
getHostname() |
String |
getParameters() |
String |
getPassword() |
Integer |
getPort() |
String |
getProtocolScheme() |
String |
getUpdatedBy() |
Long |
getUpdatedTime() |
String |
getUsername() |
String |
getWebConfigId() |
void |
setAuthRealm(String value) |
void |
setCreatedBy(String value) |
void |
setCreatedTime(Long value) |
void |
setHostname(String value) |
void |
setParameters(String value) |
void |
setPassword(String value) |
void |
setPort(Integer value) |
void |
setProtocolScheme(String value) |
void |
setUpdatedBy(String value) |
void |
setUpdatedTime(Long value) |
void |
setUsername(String value) |
void |
setWebConfigId(String value) |
Map<String,Object> |
toSource() |
asDocMeta, buildDisplayString, checkSpecifiedProperty, clearModifiedInfo, clearSpecifiedInfo, clearUniqueDrivenInfo, convertEmptyToNull, createdBySelect, hasModification, hasPrimaryKeyValue, instanceHash, markAsSelect, modifiedToSpecified, mymodifiedProperties, mymodifyProperty, mymodifyPropertyCancel, myspecifiedProperties, myspecifyProperty, myspecifyPropertyCancel, myundefinedClassificationAccessAllowed, myuniqueByProperty, myuniqueByPropertyCancel, myuniqueDrivenProperties, myunlockUndefinedClassificationAccess, newModifiedProperties, newUniqueDrivenProperties, registerModifiedProperty, registerSpecifiedProperty, toString, toStringWithRelationprotected static final Class<?> suppressUnusedImportLocalDateTime
protected String authRealm
protected String createdBy
protected Long createdTime
protected String hostname
protected String parameters
protected String password
protected Integer port
protected String protocolScheme
protected String updatedBy
protected Long updatedTime
protected String username
protected String webConfigId
public WebAuthenticationDbm asDBMeta()
public String asTableDbName()
public Map<String,Object> toSource()
toSource in class EsAbstractEntityprotected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
protected String doBuildColumnString(String dm)
doBuildColumnString in class EsAbstractEntitypublic String getAuthRealm()
public void setAuthRealm(String value)
public String getCreatedBy()
public void setCreatedBy(String value)
public Long getCreatedTime()
public void setCreatedTime(Long value)
public String getHostname()
public void setHostname(String value)
public String getParameters()
public void setParameters(String value)
public String getPassword()
public void setPassword(String value)
public Integer getPort()
public void setPort(Integer value)
public String getProtocolScheme()
public void setProtocolScheme(String value)
public String getUpdatedBy()
public void setUpdatedBy(String value)
public Long getUpdatedTime()
public void setUpdatedTime(Long value)
public String getUsername()
public void setUsername(String value)
public String getWebConfigId()
public void setWebConfigId(String value)
Copyright © 2009–2017 CodeLibs. All rights reserved.