Esri Geoportal Server
1.2.9

com.esri.gpt.agp.sync
Class AgpDestination

java.lang.Object
  extended by com.esri.gpt.agp.sync.AgpDestination

public class AgpDestination
extends Object

The destination Portal for the synchronization push.


Constructor Summary
AgpDestination()
          Default constructor.
 
Method Summary
 AgpConnection getConnection()
          Gets the connection.
 String getDestinationFolderID()
          Gets the destination folder ID.
 String getDestinationOwner()
          Gets the destination owner.
 void setConnection(AgpConnection connection)
          Sets the connection.
 void setDestinationFolderID(String destinationFolderID)
          Sets the destination folder ID.
 void setDestinationOwner(String destinationOwner)
          Sets the destination owner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgpDestination

public AgpDestination()
Default constructor.

Method Detail

getConnection

public AgpConnection getConnection()
Gets the connection.

Returns:
the connection

setConnection

public void setConnection(AgpConnection connection)
Sets the connection.

Parameters:
connection - the connection

getDestinationFolderID

public String getDestinationFolderID()
Gets the destination folder ID.

Returns:
the folder ID

setDestinationFolderID

public void setDestinationFolderID(String destinationFolderID)
Sets the destination folder ID.

Parameters:
destinationFolderID - the destination folder ID

getDestinationOwner

public String getDestinationOwner()
Gets the destination owner.

Returns:
the destination owner

setDestinationOwner

public void setDestinationOwner(String destinationOwner)
Sets the destination owner.

Parameters:
destinationOwner - the destination owner

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.