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.Material
io.github.egonw.nanojava.data.MaterialType
getType()
Methods inherited from class net.bioclipse.core.domain.BioObject
getAdapter, getResource, getUID, setResource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods 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