public class InventoryDescription
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 availablepublic 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<gov.nasa.gsfc.spdf.cdas.TimeInterval>)public void setInventory(java.util.List<TimeInterval> value)
value - new inventorygetInventory()public java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()CDAS Feedback.
Copyright © 2003-2021 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.