com.evolveum.midpoint.web.page.admin.home.dto
Class SimpleAssignmentDto

java.lang.Object
  extended by com.evolveum.midpoint.web.page.admin.home.dto.SimpleAssignmentDto
All Implemented Interfaces:
Serializable

public class SimpleAssignmentDto
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SimpleAssignmentDto(String assignmentName, AssignmentEditorDtoType type, ActivationType activation)
           
 
Method Summary
 ActivationType getActivation()
           
 String getAssignmentName()
           
 AssignmentEditorDtoType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAssignmentDto

public SimpleAssignmentDto(String assignmentName,
                           AssignmentEditorDtoType type,
                           ActivationType activation)
Method Detail

getAssignmentName

public String getAssignmentName()

getType

public AssignmentEditorDtoType getType()

getActivation

public ActivationType getActivation()


Copyright © 2013 evolveum. All Rights Reserved.