|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.History
ucar.unidata.idv.DataSourceHistory
public class DataSourceHistory
Holds the information needed to recreate a
DataSource
| Constructor Summary | |
|---|---|
DataSourceHistory()
Parameterless ctor for xml encoding/decoding |
|
DataSourceHistory(String name,
String dataSourceXml,
String identifier)
Create this object with the gicen name and data source xml |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Override the equals method. |
String |
getDataSourceIdentifier()
Get the DataSourceIdentifier property. |
String |
getDataSourceXml()
Get the DataSourceXml property. |
int |
hashCode()
Override the hashcode method to hash on the dataSourceXml |
boolean |
process(IntegratedDataViewer idv)
Create the data source from the xml |
void |
setDataSourceIdentifier(String value)
Set the DataSourceIdentifier property. |
void |
setDataSourceXml(String value)
Set the DataSourceXml property. |
| Methods inherited from class ucar.unidata.idv.History |
|---|
findWithAlias, getAlias, getName, hasAlias, setAlias, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataSourceHistory()
public DataSourceHistory(String name,
String dataSourceXml,
String identifier)
name - The namedataSourceXml - xml encoded representation of the data sourceidentifier - Some unique identifier| Method Detail |
|---|
public int hashCode()
hashCode in class Historypublic boolean equals(Object o)
equals in class Historyo - The other object
public boolean process(IntegratedDataViewer idv)
process in class Historyidv - The IDV
public void setDataSourceXml(String value)
value - The new value for DataSourceXmlpublic String getDataSourceXml()
public void setDataSourceIdentifier(String value)
value - The new value for DataSourceIdentifierpublic String getDataSourceIdentifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||