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:
java.io.Serializable, java.lang.Comparable<AssignmentEditorDto>

public class AssignmentEditorDto
extends SelectableBean
implements java.lang.Comparable<AssignmentEditorDto>

Author:
lazyman
See Also:
Serialized Form

Field Summary
static java.lang.String F_ACTIVATION
           
static java.lang.String F_DESCRIPTION
           
static java.lang.String F_NAME
           
static java.lang.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()
           
 java.util.List<ACAttributeDto> getAttributes()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 PrismContainerValue getNewValue()
           
 PrismContainerValue getOldValue()
           
 UserDtoStatus getStatus()
           
 ObjectReferenceType getTargetRef()
           
 AssignmentEditorDtoType getType()
           
 boolean isMinimized()
           
 boolean isModified()
           
 boolean isShowEmpty()
           
 void setAttributes(java.util.List<ACAttributeDto> attributes)
           
 void setDescription(java.lang.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, setSelected
 
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 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
Constructor Detail

AssignmentEditorDto

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

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.