org.openorb.trader.persistence

Interface ServiceTypeRepository

public interface ServiceTypeRepository extends StorageObject

Service Type Repository states
Method Summary
Stringname()
voidname(String arg)
ServiceTypeRef[]services()
ServiceTypeRef[]services(ForUpdate fu)
voidservices(ServiceTypeRef[] arg)

Method Detail

name

public String name()

name

public void name(String arg)

services

public ServiceTypeRef[] services()

services

public ServiceTypeRef[] services(ForUpdate fu)

services

public void services(ServiceTypeRef[] arg)