Class ApplicationProfile

java.lang.Object
org.gcube.portal.databook.shared.ApplicationProfile
All Implemented Interfaces:
Serializable

public class ApplicationProfile extends Object implements Serializable
Version:
0.1 Dec 2012
Author:
Massimiliano Assante, ISTI-CNR
See Also:
  • Constructor Details

    • ApplicationProfile

      public ApplicationProfile()
    • ApplicationProfile

      public ApplicationProfile(String key, String name, String description, String imageUrl, String scope, String url)
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getImageUrl

      public String getImageUrl()
    • setImageUrl

      public void setImageUrl(String imageUrl)
    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • toString

      public String toString()
      Overrides:
      toString in class Object