public class Quota extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
dataInsert |
protected Date |
dataUpdate |
protected String |
identifier |
protected Long |
idQuote |
protected ManagerType |
managerType |
protected Double |
quota |
protected String |
target |
protected TimeInterval |
timeInterval |
| Modifier | Constructor and Description |
|---|---|
protected |
Quota() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDataInsert() |
Date |
getDataUpdate() |
String |
getIdentifier() |
Long |
getIdQuote() |
ManagerType |
getManager() |
Double |
getQuota() |
String |
getTarget() |
TimeInterval |
getTimeInterval() |
void |
setDataInsert(Date dataInsert) |
void |
setDataUpdate(Date dataUpdate) |
void |
setIdentifier(String identifier) |
void |
setIdQuote(Long idQuote) |
void |
setManager(ManagerType manager) |
void |
setQuota(Double quota) |
void |
setTarget(String target) |
void |
setTimeInterval(TimeInterval timeInterval) |
protected Long idQuote
protected String identifier
protected String target
protected ManagerType managerType
protected TimeInterval timeInterval
protected Double quota
protected Date dataInsert
protected Date dataUpdate
public Long getIdQuote()
public void setIdQuote(Long idQuote)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getTarget()
public void setTarget(String target)
public ManagerType getManager()
public void setManager(ManagerType manager)
public TimeInterval getTimeInterval()
public void setTimeInterval(TimeInterval timeInterval)
public Double getQuota()
public void setQuota(Double quota)
public Date getDataInsert()
public void setDataInsert(Date dataInsert)
public Date getDataUpdate()
public void setDataUpdate(Date dataUpdate)
Copyright © 2016. All Rights Reserved.