public static class StoreEntity.Builder extends ProxyEntity.Builder
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StoreEntity |
build()
Builds an abstract entity.
|
protected StoreEntity.Builder |
copyFrom(StoreEntity storeEntity)
Copies the values from an other StoreEntity.
|
StoreEntity.Builder |
setPermissions(Optional<Permissions> permissions)
Sets the permissions.
|
copyFrom, getClassDef, getInstance, setClassDef, setInstance
copyFrom, getParams, setParams
addText, copyFrom, getAttributes, getTexts, setAttributes
copyFrom, getName, getThisLogger, getUUID, setName, setName, setUUID
public StoreEntity build()
build
in class AbstractEntity.Builder
public StoreEntity.Builder setPermissions(@Nonnull Optional<Permissions> permissions)
permissions
- The optional permissions.@Nonnull protected StoreEntity.Builder copyFrom(@Nonnull StoreEntity storeEntity)
storeEntity
- The other StoreEntity.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.