public class NetCDFDetailData extends Object implements Serializable
| Constructor and Description |
|---|
NetCDFDetailData() |
NetCDFDetailData(String typeId,
String typeDescription,
String typeVersion,
ArrayList<AttributeData> globalAttributeDataList) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AttributeData> |
getGlobalAttributeDataList() |
String |
getTypeDescription() |
String |
getTypeId() |
String |
getTypeVersion() |
void |
setGlobalAttributeDataList(ArrayList<AttributeData> globalAttributeDataList) |
void |
setTypeDescription(String typeDescription) |
void |
setTypeId(String typeId) |
void |
setTypeVersion(String typeVersion) |
String |
toString() |
public NetCDFDetailData()
public NetCDFDetailData(String typeId, String typeDescription, String typeVersion, ArrayList<AttributeData> globalAttributeDataList)
public String getTypeId()
public void setTypeId(String typeId)
public String getTypeDescription()
public void setTypeDescription(String typeDescription)
public String getTypeVersion()
public void setTypeVersion(String typeVersion)
public ArrayList<AttributeData> getGlobalAttributeDataList()
public void setGlobalAttributeDataList(ArrayList<AttributeData> globalAttributeDataList)
Copyright © 2018. All Rights Reserved.