public class SignupAttachmentWrapper extends Object
| Constructor and Description |
|---|
SignupAttachmentWrapper(List<org.sakaiproject.signup.model.SignupAttachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
List<org.sakaiproject.signup.model.SignupAttachment> |
getAttendeeAttachments() |
List<org.sakaiproject.signup.model.SignupAttachment> |
getEventMainAttachments() |
void |
setAttendeeAttachments(List<org.sakaiproject.signup.model.SignupAttachment> attendeeAttachments) |
void |
setEventMainAttachments(List<org.sakaiproject.signup.model.SignupAttachment> eventMainAttachments) |
public SignupAttachmentWrapper(List<org.sakaiproject.signup.model.SignupAttachment> attachments)
public List<org.sakaiproject.signup.model.SignupAttachment> getAttendeeAttachments()
public void setAttendeeAttachments(List<org.sakaiproject.signup.model.SignupAttachment> attendeeAttachments)
public List<org.sakaiproject.signup.model.SignupAttachment> getEventMainAttachments()
public void setEventMainAttachments(List<org.sakaiproject.signup.model.SignupAttachment> eventMainAttachments)
Copyright © 2007-2014 Sakai Project. All Rights Reserved.