@Entity public class Module extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_MODULE |
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<Action> |
getActions() |
String |
getContextRoot() |
String |
getDisplayName() |
Long |
getId() |
String |
getName() |
Integer |
getOrderNumber() |
Module |
getParentModule() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setActions(Set<Action> actions) |
void |
setContextRoot(String contextRoot) |
void |
setDisplayName(String displayName) |
void |
setEnabled(boolean enabled) |
protected void |
setId(Long id) |
void |
setName(String name) |
void |
setOrderNumber(Integer displayOrder) |
void |
setParentModule(Module parentModule) |
public static final String SEQ_MODULE
public Long getId()
protected void setId(Long id)
public String getName()
public void setName(String name)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public Module getParentModule()
public void setParentModule(Module parentModule)
public String getDisplayName()
public void setDisplayName(String displayName)
public Integer getOrderNumber()
public void setOrderNumber(Integer displayOrder)
public String getContextRoot()
public void setContextRoot(String contextRoot)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.