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

java.lang.Object
  extended by com.evolveum.midpoint.web.component.assignment.ACValueConstructionDto
All Implemented Interfaces:
java.io.Serializable

public class ACValueConstructionDto
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Field Summary
static java.lang.String F_VALUE
           
 
Constructor Summary
ACValueConstructionDto(ACAttributeDto attribute, java.lang.Object value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 ACAttributeDto getAttribute()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 void setValue(java.lang.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 java.lang.String F_VALUE
See Also:
Constant Field Values
Constructor Detail

ACValueConstructionDto

public ACValueConstructionDto(ACAttributeDto attribute,
                              java.lang.Object value)
Method Detail

getAttribute

public ACAttributeDto getAttribute()

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.