Class PhysicalDataCreation

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.dataset.create.PhysicalDataCreation
All Implemented Interfaces:
ICreation, Serializable

@JsonObject("as.dto.dataset.create.PhysicalDataCreation") public class PhysicalDataCreation extends Object implements ICreation
See Also:
  • Constructor Details

    • PhysicalDataCreation

      public PhysicalDataCreation()
  • Method Details

    • getShareId

      public String getShareId()
    • setShareId

      public void setShareId(String shareId)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getSize

      public Long getSize()
    • setSize

      public void setSize(Long size)
    • getStorageFormatId

      public IStorageFormatId getStorageFormatId()
    • setStorageFormatId

      public void setStorageFormatId(IStorageFormatId storageFormatId)
    • getLocatorTypeId

      public ILocatorTypeId getLocatorTypeId()
    • setLocatorTypeId

      public void setLocatorTypeId(ILocatorTypeId locatorTypeId)
    • getComplete

      public Complete getComplete()
    • setComplete

      public void setComplete(Complete complete)
    • getSpeedHint

      public Integer getSpeedHint()
    • setSpeedHint

      public void setSpeedHint(Integer speedHint)
    • isH5Folders

      public boolean isH5Folders()
    • setH5Folders

      public void setH5Folders(boolean h5Folders)
    • isH5arFolders

      public boolean isH5arFolders()
    • setH5arFolders

      public void setH5arFolders(boolean h5arFolders)
    • isArchivingRequested

      public boolean isArchivingRequested()
    • setArchivingRequested

      public void setArchivingRequested(boolean archivingRequested)
    • isUnarchivingRequested

      public boolean isUnarchivingRequested()
    • setUnarchivingRequested

      public void setUnarchivingRequested(boolean unarchivingRequested)
    • toString

      public String toString()
      Overrides:
      toString in class Object