Class UserView
java.lang.Object
net.spreadsheetspace.sdk.model.UserView
Standard information for SpreadSheetSpace UserView.
Composed by:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGet the description of the View.Get a list of the recipients of view.getOwner()Get the owner's mail of the View.Get the identifier of the View.Get the server address of the View.booleanbooleanbooleanvoidsetCreation(long creation) voidsetDescription(String description) voidsetEncrypted(boolean encrypted) voidsetExcelType(String excelType) voidsetIs_form(boolean is_form) voidsetIs_table(boolean is_table) voidsetListRecipients(LinkedList<String> listRecipients) voidvoidsetView_id(String view_id) voidsetView_server(String view_server)
-
Constructor Details
-
UserView
-
-
Method Details
-
getView_id
Get the identifier of the View. -
setView_id
-
getView_server
Get the server address of the View. -
setView_server
-
getOwner
Get the owner's mail of the View. -
setOwner
-
getDescription
Get the description of the View. -
setDescription
-
getListRecipients
Get a list of the recipients of view. -
setListRecipients
-
getExcelType
-
setExcelType
-
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)
-