public class ApplicationProfile extends Object implements Serializable
Constructor and Description |
---|
ApplicationProfile()
Instantiates a new application profile.
|
ApplicationProfile(String key,
String name,
String description,
String imageUrl,
String scope,
String url)
Instantiates a new application profile.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
String |
getImageUrl()
Gets the image url.
|
String |
getKey()
Gets the key.
|
String |
getName()
Gets the name.
|
String |
getScope()
Gets the scope.
|
String |
getUrl()
Gets the url.
|
void |
setDescription(String description)
Sets the description.
|
void |
setImageUrl(String imageUrl)
Sets the image url.
|
void |
setKey(String key)
Sets the key.
|
void |
setName(String name)
Sets the name.
|
void |
setScope(String scope)
Sets the scope.
|
void |
setUrl(String url)
Sets the url.
|
String |
toString() |
public ApplicationProfile()
public String getKey()
public void setKey(String key)
key
- the new keypublic String getName()
public void setName(String name)
name
- the new namepublic String getDescription()
public void setDescription(String description)
description
- the new descriptionpublic String getImageUrl()
public void setImageUrl(String imageUrl)
imageUrl
- the new image urlpublic String getScope()
public void setScope(String scope)
scope
- the new scopepublic String getUrl()
public void setUrl(String url)
url
- the new urlCopyright © 2016. All Rights Reserved.