public class ApplicationResource extends Object
| Constructor and Description |
|---|
ApplicationResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Gets the application name.
|
String |
getAuth()
Gets the auth.
|
psiprobe.model.DataSourceInfo |
getDataSourceInfo()
Gets the data source info.
|
String |
getDescription()
Gets the description.
|
String |
getLinkTo()
Gets the link to.
|
String |
getName()
Gets the name.
|
String |
getScope()
Gets the scope.
|
String |
getType()
Gets the type.
|
boolean |
isLookedUp()
Checks if is looked up.
|
void |
setApplicationName(String applicationName)
Sets the application name.
|
void |
setAuth(String auth)
Sets the auth.
|
void |
setDataSourceInfo(psiprobe.model.DataSourceInfo dataSourceInfo)
Sets the data source info.
|
void |
setDescription(String description)
Sets the description.
|
void |
setLinkTo(String linkTo)
Sets the link to.
|
void |
setLookedUp(boolean lookedUp)
Sets the looked up.
|
void |
setName(String name)
Sets the name.
|
void |
setScope(String scope)
Sets the scope.
|
void |
setType(String type)
Sets the type.
|
public String getApplicationName()
public void setApplicationName(String applicationName)
applicationName - the new application namepublic String getName()
public void setName(String name)
name - the new namepublic String getType()
public void setType(String type)
type - the new typepublic String getScope()
public void setScope(String scope)
scope - the new scopepublic String getAuth()
public void setAuth(String auth)
auth - the new authpublic String getDescription()
public void setDescription(String description)
description - the new descriptionpublic psiprobe.model.DataSourceInfo getDataSourceInfo()
public void setDataSourceInfo(psiprobe.model.DataSourceInfo dataSourceInfo)
dataSourceInfo - the new data source infopublic boolean isLookedUp()
public void setLookedUp(boolean lookedUp)
lookedUp - the new looked uppublic String getLinkTo()
public void setLinkTo(String linkTo)
linkTo - the new link toCopyright © 2009–2020 psi-probe. All rights reserved.