Class Attachment.NamedUrl

java.lang.Object
com.appiancorp.suiteapi.process.Attachment.NamedUrl
All Implemented Interfaces:
Serializable
Enclosing class:
Attachment

public static class Attachment.NamedUrl extends Object implements Serializable
See Also:
  • Constructor Details

    • NamedUrl

      public NamedUrl()
  • Method Details

    • getName

      public String getName()
      Returns the label for the external url attachment.
      Returns:
      label for external url attachment.
    • setName

      public void setName(String name_)
      Sets the label for external url attachment.
      Parameters:
      name_ - label for external url attachment.
    • getUrl

      public String getUrl()
      Returns the url for the external url attachment
      Returns:
      the url.
    • setUrl

      public void setUrl(String url_)
      Sets the url for the external url attachment
      Parameters:
      url_ - url for external url attachment
    • equals

      public boolean equals(Object o_)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object