Package oracle.iam.notification.vo
Class Attachments
java.lang.Object
oracle.iam.notification.vo.Attachments
- All Implemented Interfaces:
Serializable
This object represents an attachment in template for a given locale
- Author:
- saggarwa
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Provides data of an attachmentProvides UserID of an user who has created an attachmentProvides Creation Date of an attachmnetProvides Data Level of the attachmentgetId()
Provides ID of an attachmentProvides date of last update done against an attachmentProvides UserID of an user who has made last update on an attachmentProvides an object of Local template to which this attachment belongsvoid
setAttachment
(byte[] attachment) Set the data of an attachmentvoid
setCreateuser
(String createuser) Set UserID of an user who has created an attachmentvoid
setCreationdate
(Timestamp creationdate) Set the date of creation an attachmentvoid
setDatalevel
(Double datalevel) Sets Data Level of the attachmentvoid
setDatalevel
(String datalevel) Sets Data Level of the attachmentvoid
Set the ID of an attachmentvoid
setLastupdated
(Timestamp lastupdated) Set the date on which last update is performed on an attachmentvoid
setLastuser
(String lastuser) Set UserID of an user who has made last update on an attachmentvoid
setLocaltemplate
(LocalTemplate localtemplate) Set the Locale template object for an attachment
-
Constructor Details
-
Attachments
public Attachments()
-
-
Method Details
-
getAttachment
public byte[] getAttachment()Provides data of an attachment- Returns:
- data of an attachment
-
getId
Provides ID of an attachment- Returns:
- ID of an attachment
-
getLocaltemplate
Provides an object of Local template to which this attachment belongs- Returns:
- an object of Local template to which this attachment belongs
-
setAttachment
public void setAttachment(byte[] attachment) Set the data of an attachment- Parameters:
attachment
- Data of an attachment
-
setId
Set the ID of an attachment- Parameters:
id
- ID of an attachment
-
setLocaltemplate
Set the Locale template object for an attachment- Parameters:
localtemplate
- Locale template object for an attachment
-
getDatalevel
Provides Data Level of the attachment- Returns:
- data level of the attachment
-
setDatalevel
Sets Data Level of the attachment- Parameters:
datalevel
- value of the data level to be set
-
getCreationdate
Provides Creation Date of an attachmnet- Returns:
- Creation Date of an attachmnet
-
setCreationdate
Set the date of creation an attachment- Parameters:
creationdate
- Date of creation an attachment
-
getLastupdated
Provides date of last update done against an attachment- Returns:
- Date of last update done against an attachment
-
setLastupdated
Set the date on which last update is performed on an attachment- Parameters:
lastupdated
- Date of last update done against an attachment
-
getLastuser
Provides UserID of an user who has made last update on an attachment- Returns:
- UserID of an user who has made last update on an attachment
-
setLastuser
Set UserID of an user who has made last update on an attachment- Parameters:
lastuser
- UserID of an user who has made last update on an attachment
-
getCreateuser
Provides UserID of an user who has created an attachment- Returns:
- UserID of an user who has created an attachment
-
setCreateuser
Set UserID of an user who has created an attachment- Parameters:
createuser
- UserID of an user who has created an attachment
-
setDatalevel
Sets Data Level of the attachment- Parameters:
datalevel
- value of the data level to be set
-