public final class BackOfficeLicenseFeature extends Object
Constructor and Description |
---|
BackOfficeLicenseFeature(Long id,
ProductFeature productFeature,
int maxConsumption,
int totalConsumptions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getId()
16 digit id of this license feature.
|
int |
getMaxConsumption()
Number of maximum consumptions on this license feature for this particular license.
|
ProductFeature |
getProductFeature()
Reference of ProductFeature model.
|
int |
getTotalConsumptions()
Number of consumptions that were already consumed on this feature.
|
int |
hashCode() |
String |
toString() |
public BackOfficeLicenseFeature(Long id, ProductFeature productFeature, int maxConsumption, int totalConsumptions)
public Long getId()
public ProductFeature getProductFeature()
public int getMaxConsumption()
public int getTotalConsumptions()
Copyright © 2023 Cense Data Inc.. All rights reserved.