org.openorb.trader.persistence

Interface ProxyOffer

public interface ProxyOffer extends StorageObject

ProxyOffer persistent states
Method Summary
booleanif_match_all()
voidif_match_all(boolean arg)
Lookuplookup()
Lookuplookup(ForUpdate fu)
voidlookup(Lookup arg)
Policy[]policies_to_pass_on()
Policy[]policies_to_pass_on(ForUpdate fu)
voidpolicies_to_pass_on(Policy[] arg)
Property[]properties()
Property[]properties(ForUpdate fu)
voidproperties(Property[] arg)
Stringrecipe()
voidrecipe(String arg)
Stringtype()
voidtype(String arg)
longuuid()
voiduuid(long arg)

Method Detail

if_match_all

public boolean if_match_all()

if_match_all

public void if_match_all(boolean arg)

lookup

public Lookup lookup()

lookup

public Lookup lookup(ForUpdate fu)

lookup

public void lookup(Lookup arg)

policies_to_pass_on

public Policy[] policies_to_pass_on()

policies_to_pass_on

public Policy[] policies_to_pass_on(ForUpdate fu)

policies_to_pass_on

public void policies_to_pass_on(Policy[] arg)

properties

public Property[] properties()

properties

public Property[] properties(ForUpdate fu)

properties

public void properties(Property[] arg)

recipe

public String recipe()

recipe

public void recipe(String arg)

type

public String type()

type

public void type(String arg)

uuid

public long uuid()

uuid

public void uuid(long arg)