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:
- java.io.Serializable, java.lang.Comparable<AssignmentEditorDto>
public class AssignmentEditorDto
- extends SelectableBean
- implements java.lang.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 java.lang.String F_TYPE
- See Also:
- Constant Field Values
F_NAME
public static final java.lang.String F_NAME
- See Also:
- Constant Field Values
F_DESCRIPTION
public static final java.lang.String F_DESCRIPTION
- See Also:
- Constant Field Values
F_ACTIVATION
public static final java.lang.String F_ACTIVATION
- See Also:
- Constant Field Values
AssignmentEditorDto
public AssignmentEditorDto(ObjectType targetObject,
AssignmentEditorDtoType type,
UserDtoStatus status,
AssignmentType assignment)
getAttributes
public java.util.List<ACAttributeDto> getAttributes()
setAttributes
public void setAttributes(java.util.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 java.lang.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 java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
compareTo
public int compareTo(AssignmentEditorDto other)
- Specified by:
compareTo
in interface java.lang.Comparable<AssignmentEditorDto>
Copyright © 2012 evolveum. All Rights Reserved.