Skip navigation links


com.fatwire.services.beans.asset.authorization
Class VersioningAuthorizationBean

java.lang.Object
  extended by com.fatwire.services.beans.BaseBean
      extended by com.fatwire.services.beans.asset.authorization.VersioningAuthorizationBean

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DeleteAuthorizationBean

public class VersioningAuthorizationBean
extends BaseBean

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:

See Also:
Serialized Form

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

VersioningAuthorizationBean

public VersioningAuthorizationBean()

Method Detail

setAsset

public void setAsset(AssetId asset)

getAsset

public AssetId getAsset()

getCheckedOutBy

public UserBean getCheckedOutBy()

Returns the user who has checked out the asset.

Returns null, if the asset is not checked out by any user.
Returns:
the user who has checked out the asset.

setCheckedOutBy

public void setCheckedOutBy(UserBean checkedOutBy)
Sets the user who has checked out the asset.
Parameters:
checkedOutBy - the user who has checked out the asset.

isTracked

public boolean isTracked()

setTracked

public void setTracked(boolean tracked)

isCheckedOut

public boolean isCheckedOut()

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.