public class ProjectSynchronizationListProjects
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ProjectSynchronizationListProjects(java.util.List<UserProjectInfo> projectsServerA,
java.util.List<UserProjectInfo> projectsServerB) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserProjectInfo> |
getProjectsServerA()
Retorna a lista de projetos do servidor origem.
|
java.util.List<UserProjectInfo> |
getProjectsServerB()
Retorna a lista de projetos do servidor destino.
|
boolean |
isSameServer() |
void |
setSameServer(boolean sameServer) |
public ProjectSynchronizationListProjects(java.util.List<UserProjectInfo> projectsServerA, java.util.List<UserProjectInfo> projectsServerB)
public java.util.List<UserProjectInfo> getProjectsServerA()
public java.util.List<UserProjectInfo> getProjectsServerB()
public boolean isSameServer()
public void setSameServer(boolean sameServer)
Copyright © 2018. All Rights Reserved.