public class ProfileDetailContainer extends Container implements ProfileDetail
Constructor and Description |
---|
ProfileDetailContainer() |
Modifier and Type | Method and Description |
---|---|
List<BlockStatistic> |
blockStatistics() |
void |
blockStatistics(List<BlockStatistic> newBlockStatistics) |
boolean |
blockStatisticsPresent() |
BigInteger |
duration() |
void |
duration(BigInteger newDuration) |
boolean |
durationPresent() |
List<FopStatistic> |
fopStatistics() |
void |
fopStatistics(List<FopStatistic> newFopStatistics) |
boolean |
fopStatisticsPresent() |
String |
profileType() |
void |
profileType(String newProfileType) |
boolean |
profileTypePresent() |
List<Statistic> |
statistics() |
void |
statistics(List<Statistic> newStatistics) |
boolean |
statisticsPresent() |
makeArrayList, makeUnmodifiableList
public List<BlockStatistic> blockStatistics()
blockStatistics
in interface ProfileDetail
public void blockStatistics(List<BlockStatistic> newBlockStatistics)
public boolean blockStatisticsPresent()
blockStatisticsPresent
in interface ProfileDetail
public BigInteger duration()
duration
in interface ProfileDetail
public void duration(BigInteger newDuration)
public boolean durationPresent()
durationPresent
in interface ProfileDetail
public List<FopStatistic> fopStatistics()
fopStatistics
in interface ProfileDetail
public void fopStatistics(List<FopStatistic> newFopStatistics)
public boolean fopStatisticsPresent()
fopStatisticsPresent
in interface ProfileDetail
public String profileType()
profileType
in interface ProfileDetail
public void profileType(String newProfileType)
public boolean profileTypePresent()
profileTypePresent
in interface ProfileDetail
public List<Statistic> statistics()
statistics
in interface ProfileDetail
public boolean statisticsPresent()
statisticsPresent
in interface ProfileDetail
Copyright © 2016. All rights reserved.