Class RemoteUserInformation
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
Created by IntelliJ IDEA.
User: Jeremy Higgs
Date: 19/08/2005
Time: 11:26:01
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
int
void
setContent
(String content) void
setCreationDate
(Date creationDate) void
setCreatorName
(String creatorName) void
setId
(long id) void
setLastModificationDate
(Date lastModificationDate) void
setLastModifierName
(String lastModifierName) void
setUsername
(String username) void
setVersion
(int version)
-
Constructor Details
-
RemoteUserInformation
public RemoteUserInformation() -
RemoteUserInformation
-
-
Method Details
-
getUsername
-
setUsername
-
getContent
-
setContent
-
getCreatorName
-
setCreatorName
-
getLastModifierName
-
setLastModifierName
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
getId
public long getId() -
setId
public void setId(long id) -
getCreationDate
-
setCreationDate
-
getLastModificationDate
-
setLastModificationDate
-