public class StorageLocation extends Object implements IDataTransferModel
Constructor and Description |
---|
StorageLocation() |
Modifier and Type | Method and Description |
---|---|
StorageLocation |
getChild() |
String |
getDisplay() |
long |
getId() |
String |
getName() |
SampleType |
getType() |
void |
setChild(StorageLocation child) |
void |
setDisplay(String display) |
void |
setId(long id) |
void |
setName(String name) |
void |
setType(SampleType type) |
String |
toString() |
public long getId()
public void setId(long id)
public String getDisplay()
public void setDisplay(String display)
public SampleType getType()
public void setType(SampleType type)
public StorageLocation getChild()
public void setChild(StorageLocation child)
public String getName()
public void setName(String name)
Copyright © 2017. All rights reserved.