public class ExampleVO extends InstanceObjects implements IDataSetExample
| Constructor and Description |
|---|
ExampleVO() |
ExampleVO(String id,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
long |
getDatasetColumn() |
long |
getDatasetRow() |
String |
getExampleType() |
String |
getId() |
String |
getValue() |
int |
hashCode() |
void |
setDatasetColumn(long _id) |
void |
setDatasetRow(long _value) |
void |
setExampleType(String _value) |
void |
setId(String _id) |
void |
setValue(String _value) |
getIndividualName, getLabel, setIndividualName, setLabelpublic String getId()
public void setId(String _id)
public String getValue()
public void setValue(String _value)
public long getDatasetColumn()
public void setDatasetColumn(long _id)
public long getDatasetRow()
public void setDatasetRow(long _value)
public String getExampleType()
public void setExampleType(String _value)
public boolean equals(Object other)
equals in class InstanceObjectspublic int hashCode()
hashCode in class InstanceObjectsCopyright © 2018 METArchive. All rights reserved.