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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAccessUrls()
String
getChecksum()
String
getCreationDateTime()
String
getFileType()
String
getLocation()
String
getMimeType()
String
getName()
FileSize
getSize()
String
getStorageServiceProductId()
void
setAccessUrls(List<String> accessUrls)
void
setStorageServiceProductId(String productId)
-
-
-
Method Detail
-
getName
public String getName()
-
getLocation
public String getLocation()
-
getSize
public FileSize getSize()
-
getCreationDateTime
public String getCreationDateTime()
-
getChecksum
public String getChecksum()
-
getMimeType
public String getMimeType()
-
getFileType
public String getFileType()
-
setStorageServiceProductId
public void setStorageServiceProductId(String productId)
-
getStorageServiceProductId
public String getStorageServiceProductId()
-
-