Uses of Class
org.compiere.model.MAttachmentEntry
-
Packages that use MAttachmentEntry Package Description org.adempiere.webui org.compiere.model Provides for.... -
-
Uses of MAttachmentEntry in org.adempiere.webui
Constructor parameters in org.adempiere.webui with type arguments of type MAttachmentEntry Constructor Description FedexLabelWindow(List<MAttachmentEntry> images)
UPSHtmlLabelWindow(List<MAttachmentEntry> htmls, List<MAttachmentEntry> images)
-
Uses of MAttachmentEntry in org.compiere.model
Fields in org.compiere.model with type parameters of type MAttachmentEntry Modifier and Type Field Description ArrayList<MAttachmentEntry>
MAttachment. m_items
List of Entry DataMethods in org.compiere.model that return MAttachmentEntry Modifier and Type Method Description MAttachmentEntry[]
MAttachment. getEntries()
Get Attachment Entries as arrayMAttachmentEntry
MAttachment. getEntry(int index)
Get Attachment EntryMethods in org.compiere.model with parameters of type MAttachmentEntry Modifier and Type Method Description boolean
MAttachment. addEntry(MAttachmentEntry item)
Add EntryConstructors in org.compiere.model with parameters of type MAttachmentEntry Constructor Description MAttachmentEntry(MAttachmentEntry copy)
Copy constructor
-