com.fatwire.services.beans.search
Class BookmarkBean

java.lang.Object
  extended by com.fatwire.services.beans.BaseBean
      extended by com.fatwire.services.beans.search.BookmarkBean
All Implemented Interfaces:
java.io.Serializable

public class BookmarkBean
extends BaseBean

This bean represents a book-marked asset.

See Also:
Serialized Form

Constructor Summary
BookmarkBean()
           
 
Method Summary
 AssetId getAssetId()
           
 java.lang.String getCreatedDate()
           
 void setAssetId(AssetId assetId)
          Sets the AssetId of the active list
 void setCreatedDate(java.lang.String createdDate)
          Sets the string form of active list create date
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarkBean

public BookmarkBean()
Method Detail

getAssetId

public AssetId getAssetId()
Returns:
AssetId of the ActiveList

setAssetId

public void setAssetId(AssetId assetId)
Sets the AssetId of the active list

Parameters:
assetId -

getCreatedDate

public java.lang.String getCreatedDate()
Returns:
returns the string form of create date of the active list entry

setCreatedDate

public void setCreatedDate(java.lang.String createdDate)
Sets the string form of active list create date

Parameters:
createDate -


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