com.evolveum.midpoint.web.page.admin.workflow.dto
Class WorkItemDto

java.lang.Object
  extended by com.evolveum.midpoint.web.component.util.Selectable
      extended by com.evolveum.midpoint.web.page.admin.workflow.dto.WorkItemDto
All Implemented Interfaces:
java.io.Serializable

public class WorkItemDto
extends Selectable

Author:
lazyman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
 
Constructor Summary
WorkItemDto(WorkItem workItem)
           
 
Method Summary
 java.lang.String getCandidates()
           
 java.lang.String getName()
           
 java.lang.String getOwner()
           
 WorkItem getWorkItem()
           
 
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
isSelected, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkItemDto

public WorkItemDto(WorkItem workItem)
Method Detail

getName

public java.lang.String getName()

getOwner

public java.lang.String getOwner()

getWorkItem

public WorkItem getWorkItem()

getCandidates

public java.lang.String getCandidates()


Copyright © 2012 evolveum. All Rights Reserved.