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 Summary
Constructors Constructor Description Deletion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDeletedEntity(IEntityInformationHolderWithIdentifier entity)
java.util.List<IEntityInformationHolderWithIdentifier>
getDeletedEntities()
java.lang.Long
getId()
Returns the technical ID of this instance.java.lang.String
getReason()
int
getTotalDatasetsCount()
int
getTotalExperimentsCount()
int
getTotalSamplesCount()
void
setId(java.lang.Long id)
void
setReason(java.lang.String reasonOrNull)
void
setTotalDatasetsCount(int totalDatasetsCount)
void
setTotalExperimentsCount(int totalExperimentsCount)
void
setTotalSamplesCount(int totalSamplesCount)
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
getRegistrationDate, getRegistrator, setRegistrationDate, setRegistrator
-
-
-
-
Method Detail
-
getReason
public final java.lang.String getReason()
-
setReason
public final void setReason(java.lang.String reasonOrNull)
-
getId
public java.lang.Long getId()
Description copied from interface:IIdHolder
Returns the technical ID of this instance.
-
setId
public void setId(java.lang.Long id)
-
addDeletedEntity
public void addDeletedEntity(IEntityInformationHolderWithIdentifier entity)
-
getDeletedEntities
public java.util.List<IEntityInformationHolderWithIdentifier> getDeletedEntities()
-
getTotalSamplesCount
public int getTotalSamplesCount()
-
setTotalSamplesCount
public void setTotalSamplesCount(int totalSamplesCount)
-
getTotalDatasetsCount
public int getTotalDatasetsCount()
-
setTotalDatasetsCount
public void setTotalDatasetsCount(int totalDatasetsCount)
-
getTotalExperimentsCount
public int getTotalExperimentsCount()
-
setTotalExperimentsCount
public void setTotalExperimentsCount(int totalExperimentsCount)
-
-