com.evolveum.midpoint.web.component.assignment
Class ACValueConstructionDto

java.lang.Object
  extended by 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
static String F_VALUE
           
 
Constructor Summary
ACValueConstructionDto(ACAttributeDto attribute, Object value)
           
 
Method Summary
 boolean equals(Object o)
           
 ACAttributeDto getAttribute()
           
 Object getValue()
           
 int hashCode()
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

F_VALUE

public static final String F_VALUE
See Also:
Constant Field Values
Constructor Detail

ACValueConstructionDto

public ACValueConstructionDto(ACAttributeDto attribute,
                              Object value)
Method Detail

getAttribute

public ACAttributeDto getAttribute()

getValue

public Object getValue()

setValue

public void setValue(Object value)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 evolveum. All Rights Reserved.