public class AMXPermission
extends java.lang.Object
Constructor and Description |
---|
AMXPermission() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCanDelete() |
boolean |
isCanDeployUndeploy() |
boolean |
isCanEdit() |
boolean |
isCanInstallUninstall() |
boolean |
isCanRegisterUnregister() |
boolean |
isCanStartStop() |
boolean |
isCanView() |
void |
setCanDelete(boolean canDelete) |
void |
setCanDeployUndeploy(boolean canDeployUndeploy) |
void |
setCanEdit(boolean canEdit) |
void |
setCanInstallUninstall(boolean canInstallUninstall) |
void |
setCanRegisterUnregister(boolean canRegisterUnregister) |
void |
setCanStartStop(boolean canStartStop) |
void |
setCanView(boolean canView) |
public boolean isCanView()
public void setCanView(boolean canView)
canView
- the canView to setpublic boolean isCanDeployUndeploy()
public void setCanDeployUndeploy(boolean canDeployUndeploy)
canDeployUndeploy
- the canDeployUndeploy to setpublic boolean isCanStartStop()
public void setCanStartStop(boolean canStartStop)
canStartStop
- the canStartStop to setpublic boolean isCanInstallUninstall()
public void setCanInstallUninstall(boolean canInstallUninstall)
canInstallUninstall
- the canInstallUninstall to setpublic boolean isCanRegisterUnregister()
public void setCanRegisterUnregister(boolean canRegisterUnregister)
canRegisterUnregister
- the canRegisterUnregister to setpublic boolean isCanEdit()
public void setCanEdit(boolean canEdit)
canEdit
- the canEdit to setpublic boolean isCanDelete()
public void setCanDelete(boolean canDelete)
canDelete
- the canDelete to set