public class AttachmentSummary extends Object implements Serializable
| Constructor and Description |
|---|
AttachmentSummary() |
public Long getAttachmentId()
public void setAttachmentId(Long attachmentId)
public String getFileName()
public void setFileName(String fileName)
public String getFileType()
public void setFileType(String fileType)
public long getDataLength()
public void setDataLength(long dataLength)
public boolean isFileNameChanged()
public void compare(ProtocolSummary other)
public String getAttachmentType()
public void setAttachmentType(String attachmentType)
public String getDescription()
public void setDescription(String description)
public String getUpdateUser()
public void setUpdateUser(String updateUser)
public Timestamp getUpdateTimestamp()
public void setUpdateTimestamp(Timestamp updateTimestamp)
public boolean isFileTypeChanged()
public void setFileTypeChanged(boolean fileTypeChanged)
public boolean isAttachmentTypeChanged()
public void setAttachmentTypeChanged(boolean attachmentTypeChanged)
public boolean isDescriptionChanged()
public void setDescriptionChanged(boolean descriptionChanged)
public void setFileNameChanged(boolean fileNameChanged)
public boolean isUserChanged()
public void setUserChanged(boolean userChanged)
public boolean isDateChanged()
public void setDateChanged(boolean dateChanged)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.