com.fatwire.services.beans.entity
Class ActiveListItemBean

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

public class ActiveListItemBean
extends BaseBean

ActiveListItemBean represents an entity in ActiveList.

See Also:
Serialized Form

Constructor Summary
ActiveListItemBean()
           
 
Method Summary
 AssetId getAssetId()
           
 java.lang.String getCreateDate()
           
 void setAssetId(AssetId assetId)
          Sets the AssetId of the active list
 void setCreateDate(java.lang.String createDate)
          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

ActiveListItemBean

public ActiveListItemBean()
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 -

getCreateDate

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

setCreateDate

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

Parameters:
createDate -


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