public class MaterialsDatabaseServiceHolder
extends java.lang.Object
Constructor and Description |
---|
MaterialsDatabaseServiceHolder() |
Modifier and Type | Method and Description |
---|---|
static IMaterialsDatabase |
get()
This operation retrieves the reference to the service.
|
static void |
set(IMaterialsDatabase database)
This operation sets the reference to the service.
|
public static void set(IMaterialsDatabase database)
database
- The database servicepublic static IMaterialsDatabase get()