org.kuali.maven.mojo.s3
Class DisplayRow
java.lang.Object
org.kuali.maven.mojo.s3.DisplayRow
- All Implemented Interfaces:
- Comparable<DisplayRow>
public class DisplayRow
- extends Object
- implements Comparable<DisplayRow>
Pojo that represents one row in the directory listing of the contents of a directory in an S3 bucket
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisplayRow
public DisplayRow()
compareTo
public int compareTo(DisplayRow other)
- Specified by:
compareTo
in interface Comparable<DisplayRow>
getImage
public String getImage()
setImage
public void setImage(String image)
getAhref
public String getAhref()
setAhref
public void setAhref(String ahref)
getLastModified
public String getLastModified()
setLastModified
public void setLastModified(String date)
getSize
public String getSize()
setSize
public void setSize(String size)
getShow
public String getShow()
setShow
public void setShow(String show)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.