Class FileSharing
java.lang.Object
com.independentsoft.office.spreadsheet.FileSharing
The Class FileSharing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the password.Gets the username.booleanChecks if is read only recommended.voidsetPassword(String password)Sets the password.voidsetReadOnlyRecommended(boolean readOnlyRecommended)Sets the read only recommended.voidsetUsername(String username)Sets the username.toString()
-
Constructor Details
-
FileSharing
public FileSharing()Instantiates a new file sharing.
-
-
Method Details
-
clone
-
toString
-
isReadOnlyRecommended
public boolean isReadOnlyRecommended()Checks if is read only recommended.- Returns:
- true, if is read only recommended
-
setReadOnlyRecommended
public void setReadOnlyRecommended(boolean readOnlyRecommended)Sets the read only recommended.- Parameters:
readOnlyRecommended- the new read only recommended
-
getPassword
Gets the password.- Returns:
- the password
-
setPassword
Sets the password.- Parameters:
password- the new password
-
getUsername
Gets the username.- Returns:
- the username
-
setUsername
Sets the username.- Parameters:
username- the new username
-