com.evolveum.midpoint.web.component.assignment
Class AssignmentEditorDto
java.lang.Object
com.evolveum.midpoint.web.component.util.Selectable<T>
com.evolveum.midpoint.web.component.util.SelectableBean
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AssignmentEditorDto
public AssignmentEditorDto(ObjectType targetObject,
AssignmentEditorDtoType type,
UserDtoStatus status,
AssignmentType assignment)
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.