public class Scorecard extends GenericModel
| Modifier and Type | Field and Description |
|---|---|
static Scorecard |
EMAIL
The Constant EMAIL.
|
| Constructor and Description |
|---|
Scorecard(String id)
Instantiates a new scorecard.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
String |
getId()
Gets the id.
|
void |
setDescription(String description)
Sets the description.
|
void |
setId(String id)
Sets the id.
|
equals, hashCode, toStringpublic static final Scorecard EMAIL
public Scorecard(String id)
id - the identifierpublic String getDescription()
public String getId()
public void setDescription(String description)
description - the new descriptionpublic void setId(String id)
id - The idCopyright © 2015–2016. All rights reserved.