public class AttachmentToPrintChooserUIModel
extends org.jdesktop.beans.AbstractBean
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AttachmentFile> |
attachmentsToPrint |
protected DemandeUIModel |
demand |
static String |
PROPERTY_ATTACHEMENTS_TO_PRINT |
| Constructor and Description |
|---|
AttachmentToPrintChooserUIModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachmentToPrint(AttachmentFile attachmentFile) |
Collection<AttachmentFile> |
getAttachmentsToPrint() |
DemandeUIModel |
getDemand() |
void |
removeAttachmentToPrint(AttachmentFile attachmentFile) |
void |
setAttachmentsToPrint(Collection<AttachmentFile> attachmentsToPrint) |
void |
setDemand(DemandeUIModel demand) |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_ATTACHEMENTS_TO_PRINT
protected DemandeUIModel demand
protected Collection<AttachmentFile> attachmentsToPrint
public DemandeUIModel getDemand()
public void setDemand(DemandeUIModel demand)
public Collection<AttachmentFile> getAttachmentsToPrint()
public void setAttachmentsToPrint(Collection<AttachmentFile> attachmentsToPrint)
public void addAttachmentToPrint(AttachmentFile attachmentFile)
public void removeAttachmentToPrint(AttachmentFile attachmentFile)
Copyright © 2014 CodeLutin. All rights reserved.