public class AwardAttachmentFormBean extends Object implements Serializable
| Constructor and Description |
|---|
AwardAttachmentFormBean(AwardForm form) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewAwardAttachment()
Adds the "new" AwardAttachment to the Award.
|
Award |
getAward()
Get the Award.
|
AwardForm |
getForm()
Gets the form attribute.
|
AwardAttachment |
getNewAttachment()
Gets the new attachment.
|
AwardAttachment |
retrieveExistingAttachment(int attachmentNumber)
retrieves an attachment from a protocol based on a type.
|
void |
setNewAttachment(AwardAttachment newAttachment)
Sets the newAttachment attribute value.
|
public AwardAttachmentFormBean(AwardForm form)
public AwardAttachment getNewAttachment()
public void setNewAttachment(AwardAttachment newAttachment)
newAttachment - The newAttachment to set.public AwardForm getForm()
public Award getAward()
IllegalArgumentException - if the AwardDocument
or Award is null.public void addNewAwardAttachment()
public AwardAttachment retrieveExistingAttachment(int attachmentNumber)
T - the type parameterattachmentNumber - the attachment numbertype - the type tokenIllegalArgumentException - if the type is null or not recognizedCopyright © 2013 The Kuali Foundation. All Rights Reserved.