Class RemoteUserInformation
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
-
public class RemoteUserInformation extends Object
Created by IntelliJ IDEA. User: Jeremy Higgs Date: 19/08/2005 Time: 11:26:01
-
-
Constructor Summary
Constructors Constructor Description RemoteUserInformation()
RemoteUserInformation(PersonalInformation info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
Date
getCreationDate()
String
getCreatorName()
long
getId()
Date
getLastModificationDate()
String
getLastModifierName()
String
getUsername()
int
getVersion()
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 Detail
-
RemoteUserInformation
public RemoteUserInformation()
-
RemoteUserInformation
public RemoteUserInformation(PersonalInformation info)
-
-
Method Detail
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getCreatorName
public String getCreatorName()
-
setCreatorName
public void setCreatorName(String creatorName)
-
getLastModifierName
public String getLastModifierName()
-
setLastModifierName
public void setLastModifierName(String lastModifierName)
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
getId
public long getId()
-
setId
public void setId(long id)
-
getCreationDate
public Date getCreationDate()
-
setCreationDate
public void setCreationDate(Date creationDate)
-
getLastModificationDate
public Date getLastModificationDate()
-
setLastModificationDate
public void setLastModificationDate(Date lastModificationDate)
-
-