|
|||||||||
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 |
getLockedBy()
Returns the user locking an asset. |
boolean |
isCheckedOut()
|
boolean |
isLocked()
|
boolean |
isTracked()
|
void |
setAsset(AssetId asset)
|
void |
setCheckedOut(boolean checkedOut)
|
void |
setLocked(boolean locked)
|
void |
setLockedBy(UserBean lockedBy)
Sets the user locking an 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 getLockedBy()
Returns the user locking an asset.
Returnsnull
, if the asset is not locked by any user.
public void setLockedBy(UserBean lockedBy)
lockedBy
- the user locking an asset.public boolean isTracked()
public void setTracked(boolean tracked)
public boolean isLocked()
public void setLocked(boolean locked)
public boolean isCheckedOut()
public void setCheckedOut(boolean checkedOut)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |