public class ProtocolAttachmentProtocol extends ProtocolAttachmentProtocolBase
ProtocolAttachmentProtocolBase.PropertyName| Modifier and Type | Field and Description |
|---|---|
static String |
COMPLETE_STATUS_CODE |
static String |
INCOMPLETE_STATUS_CODE |
active, attachmentVersion, changed, comments, contactEmailAddress, contactName, contactPhoneNumber, createTimestamp, description, documentStatusCode, status, statusCode, type, typeCode, versionsUPDATE_USER_LENGTH| Constructor and Description |
|---|
ProtocolAttachmentProtocol()
empty ctor to satisfy JavaBean convention.
|
ProtocolAttachmentProtocol(Protocol protocol)
Convenience ctor to add the protocol as an owner.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentDescription()
A human readable description of the attachment type.
|
String |
getGroupCode()
The group code that the ProtocolBase Attachment belongs to.
|
boolean |
isDeleted() |
boolean |
isDraft() |
boolean |
isFinal() |
void |
setDeleted() |
void |
setDraft() |
void |
setFinal() |
equals, getAttachmentVersion, getComments, getContactEmailAddress, getContactName, getContactPhoneNumber, getCreateTimestamp, getDescription, getDocumentStatusCode, getStatus, getStatusCode, getType, getTypeCode, getVersions, hashCode, isActive, isChanged, prePersist, setActive, setAttachmentVersion, setChanged, setComments, setContactEmailAddress, setContactName, setContactPhoneNumber, setCreateTimestamp, setDescription, setDocumentStatusCode, setStatus, setStatusCode, setType, setTypeCode, setUpdateTimestamp, setUpdateUser, setVersions, supportsVersioningaddAttachmentToCollection, filterExistingAttachments, filterNewAttachments, getDocumentId, getFile, getFileId, getId, getNewFile, getUpdateUserFullName, isNew, removeAttachmentFromCollection, resetPersistenceState, setDocumentId, setFile, setFileId, setId, setNewFile, setUpdateUserFullNamegetProtocol, getProtocolId, getProtocolNumber, getSequenceNumber, getSequenceOwner, init, postInitHook, setProtocol, setProtocolId, setProtocolNumber, setSequenceNumber, setSequenceOwnergetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, preUpdate, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic static final String INCOMPLETE_STATUS_CODE
public static final String COMPLETE_STATUS_CODE
public ProtocolAttachmentProtocol()
public ProtocolAttachmentProtocol(Protocol protocol)
This ctor does not validate any of the properties.
protocol - the protocol.public String getGroupCode()
ProtocolAttachmentGroup.getGroupCode in interface TypedAttachmentgetGroupCode in class ProtocolAttachmentProtocolBasepublic String getAttachmentDescription()
getAttachmentDescription in class ProtocolAttachmentProtocolBasepublic boolean isDraft()
isDraft in class ProtocolAttachmentProtocolBasepublic void setDraft()
setDraft in class ProtocolAttachmentProtocolBasepublic boolean isFinal()
isFinal in class ProtocolAttachmentProtocolBasepublic void setFinal()
setFinal in class ProtocolAttachmentProtocolBasepublic boolean isDeleted()
isDeleted in class ProtocolAttachmentProtocolBasepublic void setDeleted()
setDeleted in class ProtocolAttachmentProtocolBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.