com.fatwire.services.beans.entity
Class ActiveListItemBean
java.lang.Object
com.fatwire.services.beans.BaseBean
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveListItemBean
public ActiveListItemBean()
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.