public class AssignmentEditorDto extends SelectableBean implements Comparable<AssignmentEditorDto>
Modifier and Type | Field and Description |
---|---|
static String |
F_ACTIVATION |
static String |
F_DESCRIPTION |
static String |
F_NAME |
static String |
F_RELATION |
static String |
F_TYPE |
F_VALUE
F_SELECTED
Constructor and Description |
---|
AssignmentEditorDto(ObjectType targetObject,
AssignmentEditorDtoType type,
UserDtoStatus status,
AssignmentType assignment) |
Modifier and Type | Method and Description |
---|---|
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) |
getValue, setValue
isSelected, setSelected
public static final String F_TYPE
public static final String F_NAME
public static final String F_DESCRIPTION
public static final String F_ACTIVATION
public static final String F_RELATION
public AssignmentEditorDto(ObjectType targetObject, AssignmentEditorDtoType type, UserDtoStatus status, AssignmentType assignment)
public List<ACAttributeDto> getAttributes()
public void setAttributes(List<ACAttributeDto> attributes)
public boolean isMinimized()
public void setMinimized(boolean minimized)
public boolean isShowEmpty()
public void setShowEmpty(boolean showEmpty)
public UserDtoStatus getStatus()
public ActivationType getActivation()
public String getName()
public ObjectReferenceType getTargetRef()
public AssignmentEditorDtoType getType()
public void setStatus(UserDtoStatus status)
public boolean isModified() throws SchemaException
SchemaException
public PrismContainerValue getOldValue()
public PrismContainerValue getNewValue() throws SchemaException
SchemaException
public String getDescription()
public String getRelation()
public void setDescription(String description)
public int compareTo(AssignmentEditorDto other)
compareTo
in interface Comparable<AssignmentEditorDto>
Copyright © 2013 evolveum. All rights reserved.