@Expander(value=SubRecordExpander.class) public class SubRecord extends Object
| Constructor and Description |
|---|
SubRecord() |
SubRecord(int pointsScored) |
SubRecord(PlayerRecord playerRecord) |
| Modifier and Type | Method and Description |
|---|---|
static SubRecord |
emptySubRecord(PlayerRecord playerRecord) |
PlayerRecord |
getPlayerRecord() |
Integer |
getPointsScored() |
void |
setPointsScored(Integer pointsScored) |
public SubRecord()
public SubRecord(PlayerRecord playerRecord)
public SubRecord(int pointsScored)
public static SubRecord emptySubRecord(PlayerRecord playerRecord)
public Integer getPointsScored()
public void setPointsScored(Integer pointsScored)
public PlayerRecord getPlayerRecord()
Copyright © 2017 Atlassian. All rights reserved.