Class UserView

java.lang.Object
net.spreadsheetspace.sdk.model.UserView

public class UserView extends Object
Standard information for SpreadSheetSpace UserView.

Composed by:
  • view_id: This string represents the identifier of the View.
  • view_server: This string represents the server address of the View.
  • owner: This string represents the owner's mail of the View.
  • description: This string represents the description of the View.
  • listRecipients: This list represents the recipients of view.
  • Constructor Details

  • Method Details

    • getView_id

      public String getView_id()
      Get the identifier of the View.
    • setView_id

      public void setView_id(String view_id)
    • getView_server

      public String getView_server()
      Get the server address of the View.
    • setView_server

      public void setView_server(String view_server)
    • getOwner

      public String getOwner()
      Get the owner's mail of the View.
    • setOwner

      public void setOwner(String owner)
    • getDescription

      public String getDescription()
      Get the description of the View.
    • setDescription

      public void setDescription(String description)
    • getListRecipients

      public LinkedList<String> getListRecipients()
      Get a list of the recipients of view.
    • setListRecipients

      public void setListRecipients(LinkedList<String> listRecipients)
    • getExcelType

      public String getExcelType()
    • setExcelType

      public void setExcelType(String excelType)
    • isIs_form

      public boolean isIs_form()
    • setIs_form

      public void setIs_form(boolean is_form)
    • isIs_table

      public boolean isIs_table()
    • setIs_table

      public void setIs_table(boolean is_table)
    • isEncrypted

      public boolean isEncrypted()
    • setEncrypted

      public void setEncrypted(boolean encrypted)
    • getCreation

      public long getCreation()
    • setCreation

      public void setCreation(long creation)