|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.inventory.InventoryEntry
public class InventoryEntry
Class representation of a single entry in a PDS Inventory file.
Constructor Summary | |
---|---|
InventoryEntry()
Default constructor |
|
InventoryEntry(File file,
String checksum,
String lidvid)
Constructor. |
Method Summary | |
---|---|
String |
getChecksum()
Gets the checksum. |
File |
getFile()
Gets the file. |
String |
getLidvid()
Gets the LID-VID. |
boolean |
isEmpty()
Determines whether the object is empty. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InventoryEntry()
public InventoryEntry(File file, String checksum, String lidvid)
file
- A product file.checksum
- checksum.lidvid
- logical identifier.Method Detail |
---|
public File getFile()
public String getChecksum()
public String getLidvid()
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |