Class Attachments

java.lang.Object
oracle.iam.notification.vo.Attachments
All Implemented Interfaces:
Serializable

public class Attachments extends Object implements Serializable
This object represents an attachment in template for a given locale
Author:
saggarwa
See Also:
  • Constructor Details

    • Attachments

      public Attachments()
  • Method Details

    • getAttachment

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

      public 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(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 Double getDatalevel()
      Provides Data Level of the attachment
      Returns:
      data level of the attachment
    • setDatalevel

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

      public Timestamp getCreationdate()
      Provides Creation Date of an attachmnet
      Returns:
      Creation Date of an attachmnet
    • setCreationdate

      public void setCreationdate(Timestamp creationdate)
      Set the date of creation an attachment
      Parameters:
      creationdate - Date of creation an attachment
    • getLastupdated

      public Timestamp getLastupdated()
      Provides date of last update done against an attachment
      Returns:
      Date of last update done against an attachment
    • setLastupdated

      public void setLastupdated(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 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(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 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(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(String datalevel)
      Sets Data Level of the attachment
      Parameters:
      datalevel - value of the data level to be set