public class Reference extends Object
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
int |
getLevel() |
String |
getText() |
String |
getType() |
String |
getValue() |
void |
setId(int id) |
void |
setLevel(int level) |
void |
setText(String text) |
void |
setType(String type) |
void |
setValue(String value) |
public String getType()
public void setType(String type)
public int getId()
public void setId(int id)
public String getValue()
public void setValue(String value)
public int getLevel()
public void setLevel(int level)
public String getText()
public void setText(String text)
Copyright © 2018. All rights reserved.