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

long uuid()

uuid

void uuid(long arg)

reference

org.omg.CORBA.Object reference()

reference

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

type

java.lang.String type()

type

void type(java.lang.String arg)

properties

Property[] properties()

properties

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

properties

void properties(Property[] arg)