public class InventoryEntry
extends java.lang.Object
Constructor and Description |
---|
InventoryEntry()
Default constructor
|
InventoryEntry(java.io.File file,
java.lang.String checksum,
java.lang.String identifier,
java.lang.String memberStatus)
Constructor.
|
InventoryEntry(java.lang.String identifier,
java.lang.String memberStatus)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChecksum()
Gets the checksum.
|
java.io.File |
getFile()
Gets the file.
|
java.lang.String |
getIdentifier()
Gets the logical identifier.
|
java.lang.String |
getMemberStatus()
Gets the member status.
|
boolean |
isEmpty()
Determines whether the object is empty.
|
public InventoryEntry()
public InventoryEntry(java.lang.String identifier, java.lang.String memberStatus)
identifier
- logical identifier.memberStatus
- member status.public InventoryEntry(java.io.File file, java.lang.String checksum, java.lang.String identifier, java.lang.String memberStatus)
file
- A product file.checksum
- checksum.identifier
- logical identifier.public java.io.File getFile()
public java.lang.String getChecksum()
public java.lang.String getIdentifier()
public java.lang.String getMemberStatus()
public boolean isEmpty()
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.