Package gov.nasa.pds.harvest.search.file
Class FileObject
- java.lang.Object
- 
- gov.nasa.pds.harvest.search.file.FileObject
 
- 
 public class FileObject extends Object Class that contains file information to be used in registering file objects to the PDS4 Registry.- Author:
- mcayanan
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAccessUrls()StringgetChecksum()StringgetCreationDateTime()StringgetFileType()StringgetLocation()StringgetMimeType()StringgetName()FileSizegetSize()StringgetStorageServiceProductId()voidsetAccessUrls(List<String> accessUrls)voidsetStorageServiceProductId(String productId)
 
- 
- 
- 
Method Detail- 
getNamepublic String getName() 
 - 
getLocationpublic String getLocation() 
 - 
getSizepublic FileSize getSize() 
 - 
getCreationDateTimepublic String getCreationDateTime() 
 - 
getChecksumpublic String getChecksum() 
 - 
getMimeTypepublic String getMimeType() 
 - 
getFileTypepublic String getFileType() 
 - 
setStorageServiceProductIdpublic void setStorageServiceProductId(String productId) 
 - 
getStorageServiceProductIdpublic String getStorageServiceProductId() 
 
- 
 
-