@Entity public abstract class QuotaEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.resource.management.quota.library.quotalist.CallerType |
callerType |
protected String |
context |
protected Calendar |
creationTime |
protected long |
id |
protected String |
identifier |
protected Calendar |
lastUpdateTime |
protected Double |
quotaValue |
protected org.gcube.resource.management.quota.library.quotalist.TimeInterval |
timeInterval |
| Modifier | Constructor and Description |
|---|---|
protected |
QuotaEntity() |
|
QuotaEntity(String context,
String quotaType,
String identifier,
org.gcube.resource.management.quota.library.quotalist.CallerType callerType,
org.gcube.resource.management.quota.library.quotalist.TimeInterval timeInterval,
Double quotaValue) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.resource.management.quota.library.quotalist.CallerType |
getCallerType() |
String |
getContext() |
Calendar |
getCreationTime() |
long |
getId() |
String |
getIdentifier() |
Calendar |
getLastUpdateTime() |
String |
getQuotaType() |
Double |
getQuotaValue() |
org.gcube.resource.management.quota.library.quotalist.TimeInterval |
getTimeInterval() |
void |
setLastUpdateTime(Calendar lastUpdateTime) |
protected long id
protected String context
protected String identifier
protected org.gcube.resource.management.quota.library.quotalist.CallerType callerType
protected org.gcube.resource.management.quota.library.quotalist.TimeInterval timeInterval
protected Double quotaValue
protected Calendar creationTime
protected Calendar lastUpdateTime
public long getId()
public String getContext()
public String getIdentifier()
public org.gcube.resource.management.quota.library.quotalist.CallerType getCallerType()
public org.gcube.resource.management.quota.library.quotalist.TimeInterval getTimeInterval()
public Double getQuotaValue()
public Calendar getLastUpdateTime()
public void setLastUpdateTime(Calendar lastUpdateTime)
public Calendar getCreationTime()
public String getQuotaType()
Copyright © 2019. All Rights Reserved.