public class Attachments
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Attachments() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getAttachment()
Provides data of an attachment
|
java.lang.String |
getCreateuser()
Provides UserID of an user who has created an attachment
|
java.sql.Timestamp |
getCreationdate()
Provides Creation Date of an attachmnet
|
java.lang.Double |
getDatalevel()
Provides Data Level of the attachment
|
java.lang.Double |
getId()
Provides ID of an attachment
|
java.sql.Timestamp |
getLastupdated()
Provides date of last update done against an attachment
|
java.lang.String |
getLastuser()
Provides UserID of an user who has made last update on an attachment
|
LocalTemplate |
getLocaltemplate()
Provides an object of Local template to which this attachment belongs
|
void |
setAttachment(byte[] attachment)
Set the data of an attachment
|
void |
setCreateuser(java.lang.String createuser)
Set UserID of an user who has created an attachment
|
void |
setCreationdate(java.sql.Timestamp creationdate)
Set the date of creation an attachment
|
void |
setDatalevel(java.lang.Double datalevel)
Sets Data Level of the attachment
|
void |
setDatalevel(java.lang.String datalevel)
Sets Data Level of the attachment
|
void |
setId(java.lang.Double id)
Set the ID of an attachment
|
void |
setLastupdated(java.sql.Timestamp lastupdated)
Set the date on which last update is performed on an attachment
|
void |
setLastuser(java.lang.String lastuser)
Set UserID of an user who has made last update on an attachment
|
void |
setLocaltemplate(LocalTemplate localtemplate)
Set the Locale template object for an attachment
|
public byte[] getAttachment()
public java.lang.Double getId()
public LocalTemplate getLocaltemplate()
public void setAttachment(byte[] attachment)
attachment
- Data of an attachmentpublic void setId(java.lang.Double id)
id
- ID of an attachmentpublic void setLocaltemplate(LocalTemplate localtemplate)
localtemplate
- Locale template object for an attachmentpublic java.lang.Double getDatalevel()
public void setDatalevel(java.lang.Double datalevel)
datalevel
- value of the data level to be setpublic java.sql.Timestamp getCreationdate()
public void setCreationdate(java.sql.Timestamp creationdate)
creationdate
- Date of creation an attachmentpublic java.sql.Timestamp getLastupdated()
public void setLastupdated(java.sql.Timestamp lastupdated)
lastupdated
- Date of last update done against an attachmentpublic java.lang.String getLastuser()
public void setLastuser(java.lang.String lastuser)
lastuser
- UserID of an user who has made last update on an attachmentpublic java.lang.String getCreateuser()
public void setCreateuser(java.lang.String createuser)
createuser
- UserID of an user who has created an attachmentpublic void setDatalevel(java.lang.String datalevel)
datalevel
- value of the data level to be set