org.openorb.trader.persistence
Interface ProxyOffer

All Superinterfaces:
org.omg.CosPersistentState.StorageObject

public interface ProxyOffer
extends org.omg.CosPersistentState.StorageObject

ProxyOffer persistent states


Method Summary
 boolean if_match_all()
           
 void if_match_all(boolean arg)
           
 Lookup lookup()
           
 Lookup lookup(org.omg.CosPersistentState.ForUpdate fu)
           
 void lookup(Lookup arg)
           
 Policy[] policies_to_pass_on()
           
 Policy[] policies_to_pass_on(org.omg.CosPersistentState.ForUpdate fu)
           
 void policies_to_pass_on(Policy[] arg)
           
 Property[] properties()
           
 Property[] properties(org.omg.CosPersistentState.ForUpdate fu)
           
 void properties(Property[] arg)
           
 java.lang.String recipe()
           
 void recipe(java.lang.String 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)

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)

lookup

public Lookup lookup()

lookup

public Lookup lookup(org.omg.CosPersistentState.ForUpdate fu)

lookup

public void lookup(Lookup arg)

if_match_all

public boolean if_match_all()

if_match_all

public void if_match_all(boolean arg)

recipe

public java.lang.String recipe()

recipe

public void recipe(java.lang.String arg)

policies_to_pass_on

public Policy[] policies_to_pass_on()

policies_to_pass_on

public Policy[] policies_to_pass_on(org.omg.CosPersistentState.ForUpdate fu)

policies_to_pass_on

public void policies_to_pass_on(Policy[] arg)