public class AttachmentData extends Object
| Constructor and Description |
|---|
AttachmentData()
Creates a new instance of AttachmentBean
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Getter for property Content.
|
String |
getContentId()
Getter for property ContentId.
|
String |
getContentType()
Getter for property ContentType.
|
String |
getFileName()
Getter for property FileName.
|
String |
getHashValue()
Getter for property hashValue.
|
void |
setContent(byte[] Content)
Setter for property Content.
|
void |
setContentId(String contentId)
Setter for property contentId.
|
void |
setContentType(String ContentType)
Setter for property ContentType.
|
void |
setFileName(String FileName)
Setter for property FileName.
|
void |
setHashValue(String hashValue)
Setter for property hashValue.
|
public String getFileName()
public void setFileName(String FileName)
FileName - New value of property FileName.public String getContentId()
public void setContentId(String contentId)
ContentId - New value of property contentId.public byte[] getContent()
public void setContent(byte[] Content)
Content - New value of property Content.public String getContentType()
public void setContentType(String ContentType)
ContentType - New value of property ContentType.public String getHashValue()
public void setHashValue(String hashValue)
hashValue - New value of property hashValue.Copyright © 2013 The Kuali Foundation. All Rights Reserved.