public class AuthorizationRequestBean extends BaseBean
| Constructor and Description |
|---|
AuthorizationRequestBean() |
| Modifier and Type | Method and Description |
|---|---|
AssetId |
getAsset()
Returns the asset.
|
Boolean |
getFailFast()
Returns the fail fast flag set for the service request.
|
String |
getFunction()
Returns the name of the function attempted on the asset set in this bean.
|
SiteBean |
getSite()
Returns the site.
|
UserBean |
getUser()
Returns the user.
|
void |
setAsset(AssetId asset)
Sets the asset.
|
void |
setFailFast(Boolean failFast)
Returns the fail fast flag set for the service request.
|
void |
setFunction(String function)
Sets an asset operation in this bean.
|
void |
setPubId(SiteBean site)
Sets the site.
|
void |
setUser(UserBean user)
Sets the user.
|
public UserBean getUser()
public void setUser(UserBean user)
user - the user to set.public AssetId getAsset()
public void setAsset(AssetId asset)
asset - the asset to set.public SiteBean getSite()
public void setPubId(SiteBean site)
site - the site to setpublic String getFunction()
public void setFunction(String function)
function - the function to setpublic Boolean getFailFast()
public void setFailFast(Boolean failFast)
failFast - the failFast flag to set.