public interface TypedAttachment
type with a description.| Modifier and Type | Interface and Description |
|---|---|
static class |
TypedAttachment.PropertyName
Contains all the property names that will be used by implementations.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the Description.
|
Integer |
getDocumentId()
Gets the Document Id.
|
String |
getGroupCode()
The group code that the ProtocolBase Attachment belongs to.
|
ProtocolAttachmentTypeBase |
getType()
Gets the ProtocolBase Attachment Base Type.
|
String |
getTypeCode()
Gets the type Code .
|
void |
setDescription(String description)
Sets the Description.
|
void |
setDocumentId(Integer documentId)
Sets the Document Id.
|
void |
setType(ProtocolAttachmentTypeBase type)
Sets the ProtocolBase Attachment Base Type.
|
void |
setTypeCode(String typeCode)
Sets the type Code.
|
ProtocolAttachmentTypeBase getType()
void setType(ProtocolAttachmentTypeBase type)
type - the ProtocolBase Attachment Base TypeString getTypeCode()
void setTypeCode(String typeCode)
typeCode - the type Code.Integer getDocumentId()
void setDocumentId(Integer documentId)
documentId - the Document IdgetDocumentId()String getDescription()
void setDescription(String description)
description - the DescriptionString getGroupCode()
ProtocolAttachmentGroup.Copyright © 2013 The Kuali Foundation. All Rights Reserved.