public class BsUserInfo extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
createdAt
createdAt
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected LocalDateTime |
updatedAt
updatedAt
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
UserInfoDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
LocalDateTime |
getCreatedAt() |
LocalDateTime |
getUpdatedAt() |
void |
setCreatedAt(LocalDateTime value) |
void |
setUpdatedAt(LocalDateTime 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 LocalDateTime createdAt
protected LocalDateTime updatedAt
public UserInfoDbm 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 LocalDateTime getCreatedAt()
public void setCreatedAt(LocalDateTime value)
public LocalDateTime getUpdatedAt()
public void setUpdatedAt(LocalDateTime value)
Copyright © 2009–2017 CodeLibs. All rights reserved.