Class Deletion
- java.lang.Object
- 
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
- 
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.Deletion
 
 
- 
- All Implemented Interfaces:
- IIdHolder,- IRegistratorHolder,- java.io.Serializable
 
 public final class Deletion extends AbstractRegistrationHolder implements IIdHolder Information about deletion.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Deletion()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDeletedEntity(IEntityInformationHolderWithIdentifier entity)java.util.List<IEntityInformationHolderWithIdentifier>getDeletedEntities()java.lang.LonggetId()Returns the technical ID of this instance.java.lang.StringgetReason()intgetTotalDatasetsCount()intgetTotalExperimentsCount()intgetTotalSamplesCount()voidsetId(java.lang.Long id)voidsetReason(java.lang.String reasonOrNull)voidsetTotalDatasetsCount(int totalDatasetsCount)voidsetTotalExperimentsCount(int totalExperimentsCount)voidsetTotalSamplesCount(int totalSamplesCount)- 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHoldergetRegistrationDate, getRegistrator, setRegistrationDate, setRegistrator
 
- 
 
- 
- 
- 
Method Detail- 
getReasonpublic final java.lang.String getReason() 
 - 
setReasonpublic final void setReason(java.lang.String reasonOrNull) 
 - 
getIdpublic java.lang.Long getId() Description copied from interface:IIdHolderReturns the technical ID of this instance.
 - 
setIdpublic void setId(java.lang.Long id) 
 - 
addDeletedEntitypublic void addDeletedEntity(IEntityInformationHolderWithIdentifier entity) 
 - 
getDeletedEntitiespublic java.util.List<IEntityInformationHolderWithIdentifier> getDeletedEntities() 
 - 
getTotalSamplesCountpublic int getTotalSamplesCount() 
 - 
setTotalSamplesCountpublic void setTotalSamplesCount(int totalSamplesCount) 
 - 
getTotalDatasetsCountpublic int getTotalDatasetsCount() 
 - 
setTotalDatasetsCountpublic void setTotalDatasetsCount(int totalDatasetsCount) 
 - 
getTotalExperimentsCountpublic int getTotalExperimentsCount() 
 - 
setTotalExperimentsCountpublic void setTotalExperimentsCount(int totalExperimentsCount) 
 
- 
 
-