ora.core.base.xmlHelper
Class FlatReferencer

java.lang.Object
  extended by ora.core.base.xmlHelper.FlatReferencer
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
FlatReferencer()
           
 
Method Summary
 void blowIt(java.util.HashMap objectId2Element)
          Blows up the references from objectid only back to actual object again
static FlatReferencer getFlatReferencer(java.lang.String ownerID, int type, Referencer referencer)
           
 java.lang.String getOwnerId()
           
 Referencer getReferencer()
           
 int getType()
          Returns type of reference, either parent or childtype
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatReferencer

public FlatReferencer()
Method Detail

getFlatReferencer

public static FlatReferencer getFlatReferencer(java.lang.String ownerID,
                                               int type,
                                               Referencer referencer)

blowIt

public void blowIt(java.util.HashMap objectId2Element)
Blows up the references from objectid only back to actual object again

Parameters:
objectId2Element -

getOwnerId

public java.lang.String getOwnerId()

getReferencer

public Referencer getReferencer()

getType

public int getType()
Returns type of reference, either parent or childtype

Returns:
type of reference (child or parent)