Class UsersWithBalancesOverview
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.accounts.UsersWithBalancesOverview
-
- All Implemented Interfaces:
Serializable,HasPartialData
public class UsersWithBalancesOverview extends Bean implements HasPartialData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<AmountSummaryVO,UsersWithBalancesOverview>GENERAL_OVERVIEWstatic MapProperty<BalanceLevel,AmountSummaryVO,UsersWithBalancesOverview>OVERVIEW_BY_RANGEstatic BasicProperty<Boolean,UsersWithBalancesOverview>PARTIAL_DATA
-
Constructor Summary
Constructors Constructor Description UsersWithBalancesOverview()UsersWithBalancesOverview(Property<T,? super UsersWithBalancesOverview> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AmountSummaryVOgetGeneralOverview()Map<BalanceLevel,AmountSummaryVO>getOverviewByRange()booleanisPartialData()Indicates whether only part of the expected data is being returned due to a failure in the backend service (such failing OpenSearch shards).voidsetGeneralOverview(AmountSummaryVO generalOverview)voidsetOverviewByRange(Map<BalanceLevel,AmountSummaryVO> overviewByRange)voidsetPartialData(boolean partialData)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
GENERAL_OVERVIEW
public static final BasicProperty<AmountSummaryVO,UsersWithBalancesOverview> GENERAL_OVERVIEW
-
OVERVIEW_BY_RANGE
public static final MapProperty<BalanceLevel,AmountSummaryVO,UsersWithBalancesOverview> OVERVIEW_BY_RANGE
-
PARTIAL_DATA
public static final BasicProperty<Boolean,UsersWithBalancesOverview> PARTIAL_DATA
-
-
Constructor Detail
-
UsersWithBalancesOverview
public UsersWithBalancesOverview()
-
UsersWithBalancesOverview
public UsersWithBalancesOverview(Property<T,? super UsersWithBalancesOverview> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getGeneralOverview
public AmountSummaryVO getGeneralOverview()
-
setGeneralOverview
public void setGeneralOverview(AmountSummaryVO generalOverview)
-
getOverviewByRange
public Map<BalanceLevel,AmountSummaryVO> getOverviewByRange()
-
setOverviewByRange
public void setOverviewByRange(Map<BalanceLevel,AmountSummaryVO> overviewByRange)
-
isPartialData
public boolean isPartialData()
Description copied from interface:HasPartialDataIndicates whether only part of the expected data is being returned due to a failure in the backend service (such failing OpenSearch shards).- Specified by:
isPartialDatain interfaceHasPartialData
-
setPartialData
public void setPartialData(boolean partialData)
-
-