Class SharedUser
java.lang.Object
com.independentsoft.office.spreadsheet.revisions.SharedUser
The Class SharedUser.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SharedUser
public SharedUser()Instantiates a new shared user.
-
-
Method Details
-
clone
-
toString
-
getDateTime
Gets the date time.- Returns:
- the date time
-
setDateTime
Sets the date time.- Parameters:
dateTime- the new date time
-
getGuid
Gets the guid.- Returns:
- the guid
-
setGuid
Sets the guid.- Parameters:
guid- the new guid
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-