org.openorb.trader.persistence

Interface ServiceType

public interface ServiceType extends StorageObject

Service Type persistent states
Method Summary
booleanmasked()
voidmasked(boolean arg)
Stringname()
voidname(String arg)
ServiceTypeRef[]subTypes()
ServiceTypeRef[]subTypes(ForUpdate fu)
voidsubTypes(ServiceTypeRef[] arg)
ServiceTypeRef[]superTypes()
ServiceTypeRef[]superTypes(ForUpdate fu)
voidsuperTypes(ServiceTypeRef[] arg)
TypeStructtypeStruct()
TypeStructtypeStruct(ForUpdate fu)
voidtypeStruct(TypeStruct arg)

Method Detail

masked

public boolean masked()

masked

public void masked(boolean arg)

name

public String name()

name

public void name(String arg)

subTypes

public ServiceTypeRef[] subTypes()

subTypes

public ServiceTypeRef[] subTypes(ForUpdate fu)

subTypes

public void subTypes(ServiceTypeRef[] arg)

superTypes

public ServiceTypeRef[] superTypes()

superTypes

public ServiceTypeRef[] superTypes(ForUpdate fu)

superTypes

public void superTypes(ServiceTypeRef[] arg)

typeStruct

public TypeStruct typeStruct()

typeStruct

public TypeStruct typeStruct(ForUpdate fu)

typeStruct

public void typeStruct(TypeStruct arg)