|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.cdas.InventoryDescription
public class InventoryDescription
This class represents the description of the data inventory for a Coordinated Data Analysis System dataset.
| Constructor Summary | |
|---|---|
InventoryDescription()
Constructs a InventoryDescription with a null value. |
|
InventoryDescription(int status,
java.lang.String id,
java.util.List<TimeInterval> inventory)
Constructs a InventoryDescription with the given attribute values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object. |
java.lang.String |
getId()
Gets the dataset identifier. |
java.util.List<TimeInterval> |
getInventory()
Gets the time intervals when data is available. |
int |
getStatus()
Gets the status value. |
void |
setId(java.lang.String value)
Sets the dataset identifier. |
void |
setInventory(java.util.List<TimeInterval> value)
Sets the inventory. |
void |
setStatus(int value)
Sets the status value. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InventoryDescription()
public InventoryDescription(int status,
java.lang.String id,
java.util.List<TimeInterval> inventory)
status - status of inventory creation processid - identifies the datasetinventory - time intervals when data is available| Method Detail |
|---|
public int getStatus()
setStatus(int)public void setStatus(int value)
value - new statusgetStatus()public java.lang.String getId()
setId(java.lang.String)public void setId(java.lang.String value)
value - new idgetId()public java.util.List<TimeInterval> getInventory()
setInventory(java.util.List) public void setInventory(java.util.List<TimeInterval> value)
value - new inventorygetInventory()public java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||