public class ServiceAction extends Object
Constructor and Description |
---|
ServiceAction() |
Modifier and Type | Method and Description |
---|---|
void |
addChildServiceAction(ServiceAction childServiceAction)
add to the list of child service actions
|
boolean |
equals(Object obj) |
Map<String,String> |
getArgMap() |
List<ServiceActionArgument> |
getArgs()
list of arguments
|
List<ServiceAction> |
getChidrenServiceActions()
list of children service actions
|
String |
getExternalizedKey()
externalized key
|
String |
getId()
id of this service class
|
int |
getIndentLevel()
indent level
|
ServiceAction |
getParentServiceAction()
parent service action
|
GrouperTemplateLogicBase |
getService()
implementation class associated with this service action
|
ServiceActionType |
getServiceActionType()
service action type
|
int |
hashCode() |
boolean |
isDefaultChecked()
should show checked on the UI by default?
|
void |
setArgs(List<ServiceActionArgument> args)
list of arguments
|
void |
setDefaultChecked(boolean defaulChecked)
should show checked on the UI by default?
|
void |
setExternalizedKey(String externalizedKey)
externalized key
|
void |
setId(String id)
id of this service class
|
void |
setIndentLevel(int indentLevel)
indent level
|
void |
setParentServiceAction(ServiceAction parentServiceAction)
parent service action
|
void |
setService(GrouperTemplateLogicBase service)
implementation class associated with this service action
|
void |
setServiceActionType(ServiceActionType serviceActionType)
service action type
|
public String getId()
public void setId(String id)
id
- public GrouperTemplateLogicBase getService()
public void setService(GrouperTemplateLogicBase service)
service
- public List<ServiceActionArgument> getArgs()
public void setArgs(List<ServiceActionArgument> args)
args
- public int getIndentLevel()
public void setIndentLevel(int indentLevel)
indentLevel
- public ServiceActionType getServiceActionType()
public void setServiceActionType(ServiceActionType serviceActionType)
serviceActionType
- public String getExternalizedKey()
public void setExternalizedKey(String externalizedKey)
externalizedKey
- public boolean isDefaultChecked()
public void setDefaultChecked(boolean defaulChecked)
defaulChecked
- public ServiceAction getParentServiceAction()
public void setParentServiceAction(ServiceAction parentServiceAction)
parentServiceAction
- public void addChildServiceAction(ServiceAction childServiceAction)
childServiceAction
- public List<ServiceAction> getChidrenServiceActions()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
Copyright © 2016 Internet2. All rights reserved.