public class WSPathwayHistory extends Object
| Constructor and Description |
|---|
WSPathwayHistory(WSHistoryRow[] history,
String id,
String url,
String name,
String species,
String revision) |
| Modifier and Type | Method and Description |
|---|---|
WSHistoryRow[] |
getHistory() |
WSHistoryRow |
getHistory(int i) |
String |
getId() |
String |
getName() |
String |
getRevision() |
String |
getSpecies() |
String |
getUrl() |
void |
setHistory(int i,
WSHistoryRow _value) |
void |
setHistory(WSHistoryRow[] history) |
void |
setId(String id) |
void |
setName(String name) |
void |
setRevision(String revision) |
void |
setSpecies(String species) |
void |
setUrl(String url) |
public WSHistoryRow[] getHistory()
public void setHistory(WSHistoryRow[] history)
public WSHistoryRow getHistory(int i)
public void setHistory(int i,
WSHistoryRow _value)
public String getId()
public void setId(String id)
public String getUrl()
public void setUrl(String url)
public String getName()
public void setName(String name)
public String getSpecies()
public void setSpecies(String species)
public String getRevision()
public void setRevision(String revision)
Copyright © 2015. All Rights Reserved.