org.apache.juddi.model
Class TempKey

java.lang.Object
  extended by org.apache.juddi.model.TempKey
All Implemented Interfaces:
Serializable

public class TempKey
extends Object
implements Serializable

Author:
Kurt Stam
See Also:
Serialized Form

Constructor Summary
TempKey()
           
 
Method Summary
 org.apache.juddi.model.TempKeyPK getPk()
           
 void setPk(String txId, String entityKey)
           
 void setPk(org.apache.juddi.model.TempKeyPK pk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempKey

public TempKey()
Method Detail

getPk

public org.apache.juddi.model.TempKeyPK getPk()

setPk

public void setPk(org.apache.juddi.model.TempKeyPK pk)

setPk

public void setPk(String txId,
                  String entityKey)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.