Package net.bioclipse.managers.domain
Class Material
java.lang.Object
net.bioclipse.core.domain.BioObject
net.bioclipse.managers.domain.Material
- All Implemented Interfaces:
net.bioclipse.core.domain.IBioObject,IMaterial,org.eclipse.core.runtime.IAdaptable
-
Field Summary
Fields inherited from class net.bioclipse.core.domain.BioObject
resource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.github.egonw.nanojava.data.Materialio.github.egonw.nanojava.data.MaterialTypegetType()Methods inherited from class net.bioclipse.core.domain.BioObject
getAdapter, getResource, getUID, setResourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapterMethods inherited from interface net.bioclipse.core.domain.IBioObject
getResource, getUID, setResource
-
Constructor Details
-
Material
public Material() -
Material
public Material(io.github.egonw.nanojava.data.MaterialType type) -
Material
public Material(io.github.egonw.nanojava.data.Material nmaterial)
-
-
Method Details