Interface IEntityInformationHolderWithPermId
-
- All Superinterfaces:
ICodeHolder
,IEntityInformationHolder
,IIdAndCodeHolder
,IIdHolder
,IPermIdHolder
,java.io.Serializable
- All Known Subinterfaces:
IEntityInformationHolderWithIdentifier
,IEntityInformationHolderWithProperties
,IEntityWithDeletionInformation
- All Known Implementing Classes:
AbstractExternalData
,BasicEntityInformationHolder
,ContainerDataSet
,DeletedEntity
,EntityReference
,Experiment
,LinkDataSet
,MatchingEntity
,Material
,PhysicalDataSet
,PlaceholderDataSet
,Sample
public interface IEntityInformationHolderWithPermId extends IEntityInformationHolder, IPermIdHolder
Contains the information stored in bothIPermIdHolder
andIEntityInformationHolder
.
-
-
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.IPermIdHolder
getPermId
-
-