Interface IEntityInformationHolderWithProperties
-
- All Superinterfaces:
ICodeHolder
,IEntityInformationHolder
,IEntityInformationHolderWithIdentifier
,IEntityInformationHolderWithPermId
,IEntityPropertiesHolder
,IIdAndCodeHolder
,IIdentifierHolder
,IIdHolder
,IPermIdHolder
,java.io.Serializable
- All Known Implementing Classes:
AbstractExternalData
,ContainerDataSet
,Experiment
,LinkDataSet
,Material
,PhysicalDataSet
,PlaceholderDataSet
,Sample
public interface IEntityInformationHolderWithProperties extends IEntityInformationHolderWithIdentifier, IEntityPropertiesHolder
Contains the information stored in bothIEntityInformationHolderWithIdentifier
andIEntityPropertiesHolder
.
-
-
Method Summary
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.ICodeHolder
getCode
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.IEntityInformationHolder
getEntityKind, getEntityType
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.dto.IEntityPropertiesHolder
getProperties
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.IIdentifierHolder
getIdentifier
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.IPermIdHolder
getPermId
-
-