Class ACValueConstructionDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.assignment.ACValueConstructionDto
-
- All Implemented Interfaces:
Serializable
public class ACValueConstructionDto extends Object implements Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_ATTRIBUTE
static String
F_VALUE
-
Constructor Summary
Constructors Constructor Description ACValueConstructionDto(ACAttributeDto attribute, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ACAttributeDto
getAttribute()
Object
getValue()
int
hashCode()
void
setValue(Object value)
-
-
-
Field Detail
-
F_ATTRIBUTE
public static final String F_ATTRIBUTE
- See Also:
- Constant Field Values
-
F_VALUE
public static final String F_VALUE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ACValueConstructionDto
public ACValueConstructionDto(ACAttributeDto attribute, Object value)
-
-