com.atlassian.jira.web.bean
Class LatestFileBean

java.lang.Object
  extended by com.atlassian.jira.web.bean.LatestFileBean

public class LatestFileBean
extends Object

This is a utility class to allow the front-end to determine, given a list of files which file is the latest uploaded amongst a group of files with the same name.


Constructor Summary
LatestFileBean()
           
 
Method Summary
 String getSetup(List attachments)
          This is here to comply with the javabean contract
 boolean isLatestFile(Attachment attachment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatestFileBean

public LatestFileBean()
Method Detail

getSetup

public String getSetup(List attachments)
This is here to comply with the javabean contract


isLatestFile

public boolean isLatestFile(Attachment attachment)


Copyright © 2002-2007 Atlassian. All Rights Reserved.