com.evolveum.midpoint.web.component.assignment
Class AssignmentEditorDto

java.lang.Object
  extended by com.evolveum.midpoint.web.component.util.Selectable<T>
      extended by com.evolveum.midpoint.web.component.util.SelectableBean
          extended by com.evolveum.midpoint.web.component.assignment.AssignmentEditorDto
All Implemented Interfaces:
Serializable, Comparable<AssignmentEditorDto>

public class AssignmentEditorDto
extends SelectableBean
implements Comparable<AssignmentEditorDto>

Author:
lazyman
See Also:
Serialized Form

Field Summary
static String F_ACTIVATION
           
static String F_DESCRIPTION
           
static String F_NAME
           
static String F_RELATION
           
static String F_TYPE
           
 
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
 
Constructor Summary
AssignmentEditorDto(ObjectType targetObject, AssignmentEditorDtoType type, UserDtoStatus status, AssignmentType assignment)
           
 
Method Summary
 int compareTo(AssignmentEditorDto other)
           
 ActivationType getActivation()
           
 List<ACAttributeDto> getAttributes()
           
 String getDescription()
           
 String getName()
           
 PrismContainerValue getNewValue()
           
 PrismContainerValue getOldValue()
           
 String getRelation()
           
 UserDtoStatus getStatus()
           
 ObjectReferenceType getTargetRef()
           
 AssignmentEditorDtoType getType()
           
 boolean isMinimized()
           
 boolean isModified()
           
 boolean isShowEmpty()
           
 void setAttributes(List<ACAttributeDto> attributes)
           
 void setDescription(String description)
           
 void setMinimized(boolean minimized)
           
 void setShowEmpty(boolean showEmpty)
           
 void setStatus(UserDtoStatus status)
           
 
Methods inherited from class com.evolveum.midpoint.web.component.util.SelectableBean
getValue, setValue
 
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
isSelected, isSigned, setSelected, setSigned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

F_TYPE

public static final String F_TYPE
See Also:
Constant Field Values

F_NAME

public static final String F_NAME
See Also:
Constant Field Values

F_DESCRIPTION

public static final String F_DESCRIPTION
See Also:
Constant Field Values

F_ACTIVATION

public static final String F_ACTIVATION
See Also:
Constant Field Values

F_RELATION

public static final String F_RELATION
See Also:
Constant Field Values
Constructor Detail

AssignmentEditorDto

public AssignmentEditorDto(ObjectType targetObject,
                           AssignmentEditorDtoType type,
                           UserDtoStatus status,
                           AssignmentType assignment)
Method Detail

getAttributes

public List<ACAttributeDto> getAttributes()

setAttributes

public void setAttributes(List<ACAttributeDto> attributes)

isMinimized

public boolean isMinimized()

setMinimized

public void setMinimized(boolean minimized)

isShowEmpty

public boolean isShowEmpty()

setShowEmpty

public void setShowEmpty(boolean showEmpty)

getStatus

public UserDtoStatus getStatus()

getActivation

public ActivationType getActivation()

getName

public String getName()

getTargetRef

public ObjectReferenceType getTargetRef()

getType

public AssignmentEditorDtoType getType()

setStatus

public void setStatus(UserDtoStatus status)

isModified

public boolean isModified()
                   throws SchemaException
Throws:
SchemaException

getOldValue

public PrismContainerValue getOldValue()

getNewValue

public PrismContainerValue getNewValue()
                                throws SchemaException
Throws:
SchemaException

getDescription

public String getDescription()

getRelation

public String getRelation()

setDescription

public void setDescription(String description)

compareTo

public int compareTo(AssignmentEditorDto other)
Specified by:
compareTo in interface Comparable<AssignmentEditorDto>


Copyright © 2013 evolveum. All Rights Reserved.