public class ThresholdPresentation extends Presentation
Modifier and Type | Class and Description |
---|---|
static class |
ThresholdPresentation.Builder
Builder to make presentation construction easier.
|
Presentation.PresentationBuilder<T extends Presentation,B extends Presentation.PresentationBuilder<T,B>>
Constructor and Description |
---|
ThresholdPresentation()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static ThresholdPresentation.Builder |
builder()
Returns a builder for the presentation.
|
Threshold |
getThreshold()
Returns the threshold of the presentation.
|
void |
setThreshold(Threshold threshold)
Sets the threshold of the presentation.
|
String |
toString()
Returns a string representation of the object.
|
getNotes, getTitle, setNotes, setTitle
public void setThreshold(Threshold threshold)
threshold
- The threshold of the presentationpublic Threshold getThreshold()
public String toString()
toString
in class Presentation
public static ThresholdPresentation.Builder builder()
Copyright © 2018. All rights reserved.