@Entity public class AdminSectionImpl extends Object implements AdminSection
Modifier and Type | Field and Description |
---|---|
protected String |
ceilingEntity |
protected String |
displayController
Deprecated.
|
protected Integer |
displayOrder |
protected Boolean |
folderable |
protected Boolean |
folderedByDefault |
protected Long |
id |
protected AdminModule |
module |
protected String |
name |
protected List<AdminPermission> |
permissions |
protected String |
sectionKey |
protected String |
url |
protected Boolean |
useDefaultHandler
Deprecated.
|
Constructor and Description |
---|
AdminSectionImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCeilingEntity() |
String |
getDisplayController()
Deprecated.
|
Integer |
getDisplayOrder() |
Long |
getId() |
AdminModule |
getModule() |
String |
getName() |
List<AdminPermission> |
getPermissions() |
String |
getSectionKey() |
String |
getUrl() |
Boolean |
getUseDefaultHandler()
Deprecated.
|
boolean |
isFolderable() |
boolean |
isFolderedByDefault() |
void |
setCeilingEntity(String ceilingEntity) |
void |
setDisplayController(String displayController)
Deprecated.
|
void |
setDisplayOrder(Integer displayOrder) |
void |
setFolderable(boolean folderable) |
void |
setFolderedByDefault(boolean folderedByDefault) |
void |
setId(Long id) |
void |
setModule(AdminModule module) |
void |
setName(String name) |
void |
setPermissions(List<AdminPermission> permissions) |
void |
setSectionKey(String sectionKey) |
void |
setUrl(String url) |
void |
setUseDefaultHandler(Boolean useDefaultHandler)
Deprecated.
|
protected Long id
protected String name
protected String sectionKey
protected String url
protected AdminModule module
protected List<AdminPermission> permissions
@Deprecated protected String displayController
@Deprecated protected Boolean useDefaultHandler
protected String ceilingEntity
protected Integer displayOrder
protected Boolean folderable
protected Boolean folderedByDefault
public Long getId()
getId
in interface AdminSection
public void setId(Long id)
public String getName()
getName
in interface AdminSection
public void setName(String name)
setName
in interface AdminSection
public String getSectionKey()
getSectionKey
in interface AdminSection
public void setSectionKey(String sectionKey)
setSectionKey
in interface AdminSection
public String getUrl()
getUrl
in interface AdminSection
public void setUrl(String url)
setUrl
in interface AdminSection
public AdminModule getModule()
getModule
in interface AdminSection
public void setModule(AdminModule module)
setModule
in interface AdminSection
public List<AdminPermission> getPermissions()
getPermissions
in interface AdminSection
public void setPermissions(List<AdminPermission> permissions)
setPermissions
in interface AdminSection
@Deprecated public String getDisplayController()
AdminSection
getDisplayController
in interface AdminSection
@Deprecated public void setDisplayController(String displayController)
AdminSection
setDisplayController
in interface AdminSection
@Deprecated public Boolean getUseDefaultHandler()
AdminSection
getUseDefaultHandler
in interface AdminSection
@Deprecated public void setUseDefaultHandler(Boolean useDefaultHandler)
AdminSection
setUseDefaultHandler
in interface AdminSection
public String getCeilingEntity()
getCeilingEntity
in interface AdminSection
public void setCeilingEntity(String ceilingEntity)
setCeilingEntity
in interface AdminSection
public Integer getDisplayOrder()
getDisplayOrder
in interface AdminSection
public void setDisplayOrder(Integer displayOrder)
setDisplayOrder
in interface AdminSection
public boolean isFolderable()
isFolderable
in interface AdminSection
public void setFolderable(boolean folderable)
setFolderable
in interface AdminSection
public boolean isFolderedByDefault()
isFolderedByDefault
in interface AdminSection
public void setFolderedByDefault(boolean folderedByDefault)
setFolderedByDefault
in interface AdminSection
Copyright © 2022. All rights reserved.