net.infonode.properties.propertymap.ref
Class CompositeMapRef

java.lang.Object
  extended by net.infonode.properties.propertymap.ref.CompositeMapRef
All Implemented Interfaces:
PropertyMapRef

public class CompositeMapRef
extends java.lang.Object
implements PropertyMapRef

Version:
$Revision: 1.5 $
Author:
$Author: jesper $

Field Summary
private  PropertyMapRef ref1
           
private  PropertyMapRef ref2
           
 
Constructor Summary
CompositeMapRef(PropertyMapRef ref1, PropertyMapRef ref2)
           
 
Method Summary
static CompositeMapRef decode(java.io.ObjectInputStream in)
           
 PropertyMapImpl getMap(PropertyMapImpl object)
           
 java.lang.String toString()
           
 void write(java.io.ObjectOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ref1

private PropertyMapRef ref1

ref2

private PropertyMapRef ref2
Constructor Detail

CompositeMapRef

public CompositeMapRef(PropertyMapRef ref1,
                       PropertyMapRef ref2)
Method Detail

getMap

public PropertyMapImpl getMap(PropertyMapImpl object)
Specified by:
getMap in interface PropertyMapRef

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

write

public void write(java.io.ObjectOutputStream out)
           throws java.io.IOException
Specified by:
write in interface PropertyMapRef
Throws:
java.io.IOException

decode

public static CompositeMapRef decode(java.io.ObjectInputStream in)
                              throws java.io.IOException
Throws:
java.io.IOException