com.atlassian.jira.issue.attachment
Class Attachment

java.lang.Object
  extended bycom.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
      extended bycom.atlassian.jira.issue.attachment.Attachment
All Implemented Interfaces:
java.lang.Comparable, OfBizValueWrapper

public class Attachment
extends AbstractOfBizValueWrapper
implements java.lang.Comparable


Field Summary
 
Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
genericValue
 
Constructor Summary
Attachment(IssueManager issueManager, org.ofbiz.core.entity.GenericValue genericValue)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String getAuthor()
           
protected  java.util.Comparator getComparator()
           
 java.sql.Timestamp getCreated()
           
 java.lang.String getFilename()
           
 java.lang.Long getFilesize()
           
 java.lang.Long getId()
           
 org.ofbiz.core.entity.GenericValue getIssue()
           
 java.lang.String getMimetype()
           
 
Methods inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
equals, getGenericValue, getLong, getString, getTimestamp, hashCode, store
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachment

public Attachment(IssueManager issueManager,
                  org.ofbiz.core.entity.GenericValue genericValue)
Method Detail

getIssue

public org.ofbiz.core.entity.GenericValue getIssue()

getId

public java.lang.Long getId()

getMimetype

public java.lang.String getMimetype()

getFilename

public java.lang.String getFilename()

getCreated

public java.sql.Timestamp getCreated()

getFilesize

public java.lang.Long getFilesize()

getAuthor

public java.lang.String getAuthor()

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

getComparator

protected java.util.Comparator getComparator()


Copyright © 2002-2005 Atlassian. All Rights Reserved.