public abstract class Range extends Object
| Constructor and Description |
|---|
Range(RangeType rangeType,
String title,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
RangeType |
getRangeType() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setRangeType(RangeType rangeType) |
void |
setTitle(String title) |
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public RangeType getRangeType()
public void setRangeType(RangeType rangeType)
Copyright © 2019. All rights reserved.