public class TrafficFileSummaryTO extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Integer |
numberOfFiles |
private Long |
proofsIssuedCurrentMonth |
private Long |
proofsIssuedPreviousMonth |
private static long |
serialVersionUID |
private Long |
storageUseInBytes |
| Constructor and Description |
|---|
TrafficFileSummaryTO() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNumberOfFiles() |
Long |
getProofsIssuedCurrentMonth() |
Long |
getProofsIssuedPreviousMonth() |
Long |
getStorageUseInBytes() |
void |
setNumberOfFiles(Integer numberOfFiles) |
void |
setProofsIssuedCurrentMonth(Long proofsIssuedCurrentMonth) |
void |
setProofsIssuedPreviousMonth(Long proofsIssuedPreviousMonth) |
void |
setStorageUseInBytes(Long storageUseInBytes) |
String |
toString() |
private static final long serialVersionUID
private Long storageUseInBytes
public Integer numberOfFiles
private Long proofsIssuedCurrentMonth
private Long proofsIssuedPreviousMonth
public Long getStorageUseInBytes()
public void setStorageUseInBytes(Long storageUseInBytes)
public Integer getNumberOfFiles()
public Long getProofsIssuedCurrentMonth()
public void setProofsIssuedCurrentMonth(Long proofsIssuedCurrentMonth)
public Long getProofsIssuedPreviousMonth()
public void setProofsIssuedPreviousMonth(Long proofsIssuedPreviousMonth)
public void setNumberOfFiles(Integer numberOfFiles)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.