org.kuali.common.aws.s3.pojo
Class BucketPrefixSummary

java.lang.Object
  extended by org.kuali.common.aws.s3.pojo.BucketPrefixSummary
All Implemented Interfaces:
Comparable<BucketPrefixSummary>

public class BucketPrefixSummary
extends Object
implements Comparable<BucketPrefixSummary>


Constructor Summary
BucketPrefixSummary()
           
BucketPrefixSummary(String prefix)
           
 
Method Summary
 int compareTo(BucketPrefixSummary other)
           
 com.amazonaws.services.s3.model.Bucket getBucket()
           
 long getCount()
           
 String getPrefix()
           
 long getSize()
           
 void setBucket(com.amazonaws.services.s3.model.Bucket bucket)
           
 void setCount(long objectCount)
           
 void setPrefix(String prefix)
           
 void setSize(long objectSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BucketPrefixSummary

public BucketPrefixSummary()

BucketPrefixSummary

public BucketPrefixSummary(String prefix)
Method Detail

compareTo

public int compareTo(BucketPrefixSummary other)
Specified by:
compareTo in interface Comparable<BucketPrefixSummary>

getCount

public long getCount()

setCount

public void setCount(long objectCount)

getSize

public long getSize()

setSize

public void setSize(long objectSize)

getPrefix

public String getPrefix()

setPrefix

public void setPrefix(String prefix)

getBucket

public com.amazonaws.services.s3.model.Bucket getBucket()

setBucket

public void setBucket(com.amazonaws.services.s3.model.Bucket bucket)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.