Module org.jpo

Class PicasaUploadRequest

java.lang.Object
org.jpo.export.PicasaUploadRequest

public class PicasaUploadRequest extends Object
  • Field Details

  • Constructor Details

    • PicasaUploadRequest

      public PicasaUploadRequest()
  • Method Details

    • getNode

      Returns:
      the node
    • setNode

      public void setNode(SortableDefaultMutableTreeNode node)
      Parameters:
      node - the node to set
    • getUsername

      public String getUsername()
      Returns:
      the username
    • setUsername

      public void setUsername(String username)
      Parameters:
      username - the username to set
    • getPassword

      public String getPassword()
      Returns:
      the password
    • setPassword

      public void setPassword(String password)
      Parameters:
      password - the password to set
    • getFormattedPicasaUrl

      public String getFormattedPicasaUrl()
      Returns the Picasa URL for communication with the Google server.
      Returns:
      the URL
    • isInterrupt

      public boolean isInterrupt()
      Returns:
      the interrupt
    • setInterrupt

      public void setInterrupt(boolean interrupt)
      Parameters:
      interrupt - the interrupt to set
    • getAlbumPostUrl

      public String getAlbumPostUrl()
      Returns:
      the albumPostUrl
    • setAlbumPostUrl

      public void setAlbumPostUrl(String albumPostUrl)
      Parameters:
      albumPostUrl - the albumPostUrl to set