Class Deletion
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.Deletion
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()intintintvoidsetDeletedEntities(List<DeletedEntity> deletedEntities) voidvoidsetReasonOrNull(String reasonOrNull) voidsetTotalDatasetsCount(int totalDatasetsCount) voidsetTotalExperimentsCount(int totalExperimentsCount) voidsetTotalSamplesCount(int totalSamplesCount)
-
Constructor Details
-
Deletion
public Deletion()
-
-
Method Details
-
getId
-
setId
-
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) -
getReasonOrNull
-
setReasonOrNull
-
getDeletedEntities
-
setDeletedEntities
-