org.itracker.web.ptos
Class ListAttachmentsPTO

java.lang.Object
  extended by org.itracker.web.ptos.ListAttachmentsPTO

public class ListAttachmentsPTO
extends Object

Class represents ListAttachmentsPTO.

Author:
Anton Kozak

Constructor Summary
ListAttachmentsPTO()
           
 
Method Summary
 List<IssueAttachment> getAttachments()
           
 long getSizeOfAllAttachments()
           
 boolean isHasAttachments()
           
 void setAttachments(List<IssueAttachment> attachments)
           
 void setHasAttachments(boolean hasAttachments)
           
 void setSizeOfAllAttachments(long sizeOfAllAttachments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAttachmentsPTO

public ListAttachmentsPTO()
Method Detail

isHasAttachments

public boolean isHasAttachments()
Returns:
the hasAttachments

setHasAttachments

public void setHasAttachments(boolean hasAttachments)
Parameters:
hasAttachments - the hasAttachments to set

getSizeOfAllAttachments

public long getSizeOfAllAttachments()
Returns:
the sizeOfAllAttachments

setSizeOfAllAttachments

public void setSizeOfAllAttachments(long sizeOfAllAttachments)
Parameters:
sizeOfAllAttachments - the sizeOfAllAttachments to set

getAttachments

public List<IssueAttachment> getAttachments()
Returns:
the attachments

setAttachments

public void setAttachments(List<IssueAttachment> attachments)
Parameters:
attachments - the attachments to set


Copyright © 2002-2012 itracker. All Rights Reserved.