|
||||||||||
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 identifier,
String memberStatus)
Constructor. |
|
InventoryEntry(String identifier,
String memberStatus)
Constructor. |
Method Summary | |
---|---|
String |
getChecksum()
Gets the checksum. |
File |
getFile()
Gets the file. |
String |
getIdentifier()
Gets the logical identifier. |
String |
getMemberStatus()
Gets the member status. |
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(String identifier, String memberStatus)
identifier
- logical identifier.memberStatus
- member status.public InventoryEntry(File file, String checksum, String identifier, String memberStatus)
file
- A product file.checksum
- checksum.identifier
- logical identifier.Method Detail |
---|
public File getFile()
public String getChecksum()
public String getIdentifier()
public String getMemberStatus()
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |