org.openorb.trader.persistence
Interface Offer

All Superinterfaces:
org.omg.CosPersistentState.StorageObject

public interface Offer
extends org.omg.CosPersistentState.StorageObject

Offer persistent states


Method Summary
 Property[] properties()
           
 Property[] properties(org.omg.CosPersistentState.ForUpdate fu)
           
 void properties(Property[] arg)
           
 org.omg.CORBA.Object reference()
           
 void reference(org.omg.CORBA.Object arg)
           
 java.lang.String type()
           
 void type(java.lang.String arg)
           
 long uuid()
           
 void uuid(long arg)
           
 
Methods inherited from interface org.omg.CosPersistentState.StorageObject
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists
 

Method Detail

uuid

public long uuid()

uuid

public void uuid(long arg)

reference

public org.omg.CORBA.Object reference()

reference

public void reference(org.omg.CORBA.Object arg)

type

public java.lang.String type()

type

public void type(java.lang.String arg)

properties

public Property[] properties()

properties

public Property[] properties(org.omg.CosPersistentState.ForUpdate fu)

properties

public void properties(Property[] arg)