cz.geek.banking
Class Pairs

java.lang.Object
  extended by cz.geek.banking.Pairs

public class Pairs
extends Object


Constructor Summary
Pairs()
           
 
Method Summary
 Set<Integer> getPairedIds()
           
 Set<Long> getPairedVs()
           
 void setGivenVs(Long[] givenVs)
           
 void setIds(Integer[] ids)
           
 Long vsForId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pairs

public Pairs()
Method Detail

setIds

public void setIds(Integer[] ids)

setGivenVs

public void setGivenVs(Long[] givenVs)

getPairedIds

public Set<Integer> getPairedIds()

getPairedVs

public Set<Long> getPairedVs()

vsForId

public Long vsForId(Integer id)


Copyright © 2011. All Rights Reserved.