org.guvnor.common.services.project.model
@Portable public class KSessionModel extends Object implements HasListFormComboPanelProperties
Constructor and Description |
---|
KSessionModel() |
Modifier and Type | Method and Description |
---|---|
void |
addListenerModel(ListenerModel listener) |
void |
addWorkItemHandelerModel(WorkItemHandlerModel workItemHandlerModel) |
ClockTypeOption |
getClockType() |
List<ListenerModel> |
getListenerModels() |
List<ListenerModel> |
getListenerModels(ListenerModel.Kind kind) |
String |
getName() |
String |
getScope() |
String |
getType() |
List<WorkItemHandlerModel> |
getWorkItemHandelerModels() |
boolean |
isDefault() |
void |
setClockType(ClockTypeOption clockTypeEnum) |
void |
setDefault(boolean theDefault) |
void |
setName(String name) |
void |
setScope(String scope) |
void |
setType(String type) |
public String getName()
getName
in interface HasListFormComboPanelProperties
public String getType()
public ClockTypeOption getClockType()
public void setName(String name)
setName
in interface HasListFormComboPanelProperties
public void setType(String type)
public void setClockType(ClockTypeOption clockTypeEnum)
public boolean isDefault()
isDefault
in interface HasListFormComboPanelProperties
public void setDefault(boolean theDefault)
setDefault
in interface HasListFormComboPanelProperties
public String getScope()
public List<ListenerModel> getListenerModels()
public List<ListenerModel> getListenerModels(ListenerModel.Kind kind)
public List<WorkItemHandlerModel> getWorkItemHandelerModels()
public void setScope(String scope)
public void addListenerModel(ListenerModel listener)
public void addWorkItemHandelerModel(WorkItemHandlerModel workItemHandlerModel)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.