org.kuali.maven.mojo.s3
Class DisplayRow
java.lang.Object
org.kuali.maven.mojo.s3.DisplayRow
public class DisplayRow
- extends Object
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 |
image
String image
ahref
String ahref
lastModified
String lastModified
size
String size
DisplayRow
public 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)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.