com.atlassian.core.util.thumbnail
Class Thumbnail

java.lang.Object
  extended by com.atlassian.core.util.thumbnail.Thumbnail

public class Thumbnail
extends java.lang.Object


Constructor Summary
Thumbnail(int height, int width, java.lang.String fileName, long attachmentId)
           
 
Method Summary
 long getAttachmentId()
          the id of the attachment for which this is a thumbnail of
 java.lang.String getFilename()
          Get the filename of the file this thumbnail represents.
 int getHeight()
           
 int getWidth()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Thumbnail

public Thumbnail(int height,
                 int width,
                 java.lang.String fileName,
                 long attachmentId)
Method Detail

getHeight

public int getHeight()

getWidth

public int getWidth()

getFilename

public java.lang.String getFilename()
Get the filename of the file this thumbnail represents.


getAttachmentId

public long getAttachmentId()
the id of the attachment for which this is a thumbnail of

Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.