com.stratelia.silverpeas.util
Class PairObject

java.lang.Object
  extended by com.stratelia.silverpeas.util.PairObject
All Implemented Interfaces:
Cloneable

public class PairObject
extends Object
implements Cloneable

Title: userPanelPeas Description: this is an object pair of pair object Copyright: Copyright (c) 2002 Company: Silverpeas

Version:
1.0
Author:
J-C Groccia

Constructor Summary
PairObject(Object first, Object second)
          constructor
 
Method Summary
 Object getFirst()
           
 Object getSecond()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PairObject

public PairObject(Object first,
                  Object second)
constructor

Method Detail

getFirst

public Object getFirst()

getSecond

public Object getSecond()


Copyright © 2016 Silverpeas. All Rights Reserved.