com.evolveum.midpoint.xml.common
Class Pair<V1,V2>

java.lang.Object
  extended by com.evolveum.midpoint.xml.common.Pair<V1,V2>

public class Pair<V1,V2>
extends java.lang.Object

Sample Class Doc

Since:
1.0.0
Version:
$Revision$ $Date$
Author:
$author$

Field Summary
static java.lang.String code_id
           
 
Constructor Summary
Pair()
           
Pair(V1 first, V2 second)
           
 
Method Summary
 V1 getFirst()
           
 V2 getSecond()
           
protected  void setFirst(V1 first)
           
protected  void setSecond(V2 second)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

Pair

public Pair()

Pair

public Pair(V1 first,
            V2 second)
Method Detail

getFirst

public V1 getFirst()

setFirst

protected void setFirst(V1 first)

getSecond

public V2 getSecond()

setSecond

protected void setSecond(V2 second)


Copyright © 2011 evolveum. All Rights Reserved.