com.atlassian.jira.web.bean
Class LatestFileBean

java.lang.Object
  extended bycom.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.


Field Summary
(package private)  Map nameMap
           
 
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
 

Field Detail

nameMap

Map nameMap
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-2006 Atlassian. All Rights Reserved.