Class BsGroup
- java.lang.Object
-
- org.codelibs.fess.es.user.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.user.bsentity.BsGroup
-
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
Group
public class BsGroup extends EsAbstractEntity
${table.comment}- Author:
- ESFlute (using FreeGen)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codelibs.fess.es.user.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
-
Field Summary
Fields Modifier and Type Field Description protected LonggidNumbergidNumberprotected Stringnamenameprotected static Class<?>suppressUnusedImportLocalDateTime-
Fields inherited from class org.codelibs.fess.es.user.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description BsGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddFieldToSource(Map<String,Object> sourceMap, String field, Object value)GroupDbmasDBMeta()StringasTableDbName()protected StringdoBuildColumnString(String dm)LonggetGidNumber()StringgetName()voidsetGidNumber(Long value)voidsetName(String value)Map<String,Object>toSource()-
Methods inherited from class org.codelibs.fess.es.user.allcommon.EsAbstractEntity
asDocMeta, buildDisplayString, checkSpecifiedProperty, clearMarkAsSelect, 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, toStringWithRelation
-
-
-
-
Method Detail
-
asDBMeta
public GroupDbm asDBMeta()
-
asTableDbName
public String asTableDbName()
-
toSource
public Map<String,Object> toSource()
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
protected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
-
doBuildColumnString
protected String doBuildColumnString(String dm)
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getGidNumber
public Long getGidNumber()
-
setGidNumber
public void setGidNumber(Long value)
-
getName
public String getName()
-
setName
public void setName(String value)
-
-