org.itracker.web.ptos
Class ListAttachmentsPTO
java.lang.Object
org.itracker.web.ptos.ListAttachmentsPTO
public class ListAttachmentsPTO
- extends Object
Class represents ListAttachmentsPTO.
- Author:
- Anton Kozak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListAttachmentsPTO
public ListAttachmentsPTO()
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.