Skip navigation links


oracle.iam.notification.vo
Class Attachments

java.lang.Object
  extended by oracle.iam.notification.vo.Attachments

All Implemented Interfaces:
java.io.Serializable

public class Attachments
extends java.lang.Object
implements java.io.Serializable

This object represents an attachment in template for a given locale

See Also:
Serialized Form

Constructor Summary
Attachments()
           

 

Method Summary
 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

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Attachments

public Attachments()

Method Detail

getAttachment

public byte[] getAttachment()
Provides data of an attachment
Returns:
data of an attachment

getId

public java.lang.Double getId()
Provides ID of an attachment
Returns:
ID of an attachment

getLocaltemplate

public LocalTemplate 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

public void setId(java.lang.Double id)
Set the ID of an attachment
Parameters:
id - ID of an attachment

setLocaltemplate

public void setLocaltemplate(LocalTemplate localtemplate)
Set the Locale template object for an attachment
Parameters:
localtemplate - Locale template object for an attachment

getDatalevel

public java.lang.Double getDatalevel()
Provides Data Level of the attachment
Returns:
data level of the attachment

setDatalevel

public void setDatalevel(java.lang.Double datalevel)
Sets Data Level of the attachment
Parameters:
datalevel - value of the data level to be set

getCreationdate

public java.sql.Timestamp getCreationdate()
Provides Creation Date of an attachmnet
Returns:
Creation Date of an attachmnet

setCreationdate

public void setCreationdate(java.sql.Timestamp creationdate)
Set the date of creation an attachment
Parameters:
creationdate - Date of creation an attachment

getLastupdated

public java.sql.Timestamp getLastupdated()
Provides date of last update done against an attachment
Returns:
Date of last update done against an attachment

setLastupdated

public void setLastupdated(java.sql.Timestamp lastupdated)
Set the date on which last update is performed on an attachment
Parameters:
lastupdated - Date of last update done against an attachment

getLastuser

public java.lang.String 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

public void setLastuser(java.lang.String lastuser)
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

public java.lang.String getCreateuser()
Provides UserID of an user who has created an attachment
Returns:
UserID of an user who has created an attachment

setCreateuser

public void setCreateuser(java.lang.String createuser)
Set UserID of an user who has created an attachment
Parameters:
createuser - UserID of an user who has created an attachment

setDatalevel

public void setDatalevel(java.lang.String datalevel)
Sets Data Level of the attachment
Parameters:
datalevel - value of the data level to be set

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.