com.atlassian.jira.functest.framework.navigation.issue
Class FileAttachmentsList.ZipFileAttachmentEntry

java.lang.Object
  extended by com.atlassian.jira.functest.framework.navigation.issue.FileAttachmentsList.ZipFileAttachmentEntry
Enclosing interface:
FileAttachmentsList

public static class FileAttachmentsList.ZipFileAttachmentEntry
extends Object

Represents an entry in a zip file attachment in the file attachments list on the view issue page..


Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getSize()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getSize

public String getSize()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.