org.openorb.trader.persistence
public interface ServiceType extends StorageObject
Method Summary | |
---|---|
boolean | masked() |
void | masked(boolean arg) |
String | name() |
void | name(String arg) |
ServiceTypeRef[] | subTypes() |
ServiceTypeRef[] | subTypes(ForUpdate fu) |
void | subTypes(ServiceTypeRef[] arg) |
ServiceTypeRef[] | superTypes() |
ServiceTypeRef[] | superTypes(ForUpdate fu) |
void | superTypes(ServiceTypeRef[] arg) |
TypeStruct | typeStruct() |
TypeStruct | typeStruct(ForUpdate fu) |
void | typeStruct(TypeStruct arg) |