@Entity public class Action extends AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_ACTION |
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRole(Role role) |
String |
getContextRoot() |
String |
getDisplayName() |
Long |
getId() |
String |
getName() |
Integer |
getOrderNumber() |
Module |
getParentModule() |
String |
getQueryParams() |
Set<Role> |
getRoles() |
String |
getUrl() |
boolean |
hasRole(Role role) |
boolean |
isEnabled() |
void |
removeRole(Role role) |
void |
setContextRoot(String contextRoot) |
void |
setDisplayName(String displayName) |
void |
setEnabled(boolean enabled) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOrderNumber(Integer orderNumber) |
void |
setParentModule(Module parentModule) |
void |
setQueryParams(String queryParams) |
void |
setRoles(Set<Role> roles) |
void |
setUrl(String url) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetVersion, isNew, notEquals, toStringpublic static final String SEQ_ACTION
public Long getId()
getId in class AbstractPersistable<Long>public void setId(Long id)
setId in class AbstractPersistable<Long>public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public String getQueryParams()
public void setQueryParams(String queryParams)
public Module getParentModule()
public void setParentModule(Module parentModule)
public Integer getOrderNumber()
public void setOrderNumber(Integer orderNumber)
public String getDisplayName()
public void setDisplayName(String displayName)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getContextRoot()
public void setContextRoot(String contextRoot)
public void addRole(Role role)
public void removeRole(Role role)
public boolean hasRole(Role role)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.