com.atlassian.jira.functest.framework.navigation.issue
Class ImageAttachmentsGallery.ImageAttachmentItem

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

public static class ImageAttachmentsGallery.ImageAttachmentItem
extends Object

Represents an attachment shown in the image attachments gallery.


Constructor Summary
ImageAttachmentsGallery.ImageAttachmentItem(String name, String size)
           
 
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
 

Constructor Detail

ImageAttachmentsGallery.ImageAttachmentItem

public ImageAttachmentsGallery.ImageAttachmentItem(String name,
                                                   String size)
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.