public class BucketDeltaLine extends Object
Constructor and Description |
---|
BucketDeltaLine() |
Modifier and Type | Method and Description |
---|---|
String |
getBucket() |
long |
getByteDelta() |
Date |
getEndDate() |
long |
getFileDelta() |
long |
getInterval() |
Date |
getStartDate() |
void |
setBucket(String bucket) |
void |
setByteDelta(long byteDelta) |
void |
setEndDate(Date endDate) |
void |
setFileDelta(long fileDelta) |
void |
setInterval(long interval) |
void |
setStartDate(Date startDate) |
public BucketDeltaLine()
public long getFileDelta()
public void setFileDelta(long fileDelta)
public long getByteDelta()
public void setByteDelta(long byteDelta)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public long getInterval()
public void setInterval(long interval)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.