Class Deletion
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.deletion.Deletion
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.deletion.Deletion")
public class Deletion
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()intintintvoidsetDeletedObjects(List<DeletedObject> deletedObjects) voidsetDeletionDate(Date deletionDate) voidsetFetchOptions(DeletionFetchOptions fetchOptions) voidsetId(IDeletionId id) voidvoidsetTotalDataSetsCount(int totalDataSetsCount) voidsetTotalExperimentsCount(int totalExperimentsCount) voidsetTotalSamplesCount(int totalSamplesCount) toString()
-
Constructor Details
-
Deletion
public Deletion()
-
-
Method Details
-
getFetchOptions
-
setFetchOptions
-
getId
-
setId
-
getReason
-
setReason
-
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) -
getDeletedObjects
-
setDeletedObjects
-
getDeletionDate
-
setDeletionDate
-
toString
-