|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.services.beans.BaseBean
com.fatwire.services.beans.asset.authorization.VersioningAuthorizationBean
public class VersioningAuthorizationBean
The AccessAuthorizationBean is the value object populated by only those authorization modules which check access to operations modifying an asset.
It provides the following information:
Constructor Summary | |
---|---|
VersioningAuthorizationBean()
|
Method Summary | |
---|---|
AssetId |
getAsset()
|
UserBean |
getCheckedOutBy()
Returns the user who has checked out the asset. |
boolean |
isCheckedOut()
|
boolean |
isTracked()
|
void |
setAsset(AssetId asset)
|
void |
setCheckedOutBy(UserBean checkedOutBy)
Sets the user who has checked out the asset. |
void |
setTracked(boolean tracked)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersioningAuthorizationBean()
Method Detail |
---|
public void setAsset(AssetId asset)
public AssetId getAsset()
public UserBean getCheckedOutBy()
Returns the user who has checked out the asset.
Returnsnull
, if the asset is not checked out by any user.
public void setCheckedOutBy(UserBean checkedOutBy)
checkedOutBy
- the user who has checked out the asset.public boolean isTracked()
public void setTracked(boolean tracked)
public boolean isCheckedOut()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |