public class UserView extends Object
| Constructor and Description |
|---|
UserView(String view_id,
String view_server,
String owner,
String description,
LinkedList<String> listRecipients,
String excelType,
boolean is_form,
boolean is_table,
boolean encrypted,
long creation) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreation() |
String |
getDescription()
Get the description of the View.
|
String |
getExcelType() |
LinkedList<String> |
getListRecipients()
Get a list of the recipients of view.
|
String |
getOwner()
Get the owner's mail of the View.
|
String |
getView_id()
Get the identifier of the View.
|
String |
getView_server()
Get the server address of the View.
|
boolean |
isEncrypted() |
boolean |
isIs_form() |
boolean |
isIs_table() |
void |
setCreation(long creation) |
void |
setDescription(String description) |
void |
setEncrypted(boolean encrypted) |
void |
setExcelType(String excelType) |
void |
setIs_form(boolean is_form) |
void |
setIs_table(boolean is_table) |
void |
setListRecipients(LinkedList<String> listRecipients) |
void |
setOwner(String owner) |
void |
setView_id(String view_id) |
void |
setView_server(String view_server) |
public String getView_id()
public void setView_id(String view_id)
public String getView_server()
public void setView_server(String view_server)
public String getOwner()
public void setOwner(String owner)
public String getDescription()
public void setDescription(String description)
public LinkedList<String> getListRecipients()
public void setListRecipients(LinkedList<String> listRecipients)
public String getExcelType()
public void setExcelType(String excelType)
public boolean isIs_form()
public void setIs_form(boolean is_form)
public boolean isIs_table()
public void setIs_table(boolean is_table)
public boolean isEncrypted()
public void setEncrypted(boolean encrypted)
public long getCreation()
public void setCreation(long creation)
Copyright © 2025. All rights reserved.