com.ail.core.product.listproducts
Class ListProductsArgImp

java.lang.Object
  extended by com.ail.core.Type
      extended by com.ail.core.command.CommandArgImp
          extended by com.ail.core.product.listproducts.ListProductsArgImp
All Implemented Interfaces:
CommandArg, ListProductsArg, java.io.Serializable, java.lang.Cloneable

public class ListProductsArgImp
extends CommandArgImp
implements ListProductsArg

Version:
$Revision: 1.4 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
ListProductsArgImp()
          Default constructor
 
Method Summary
 java.util.Collection<ProductDetails> getProductsRet()
          Getter for the productsRet propersty.
 void setProductsRet(java.util.Collection<ProductDetails> productsRet)
          Setter for the productsRet property.
 
Methods inherited from class com.ail.core.command.CommandArgImp
getCallersCore, setCallersCore
 
Methods inherited from class com.ail.core.Type
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Constructor Detail

ListProductsArgImp

public ListProductsArgImp()
Default constructor

Method Detail

getProductsRet

public java.util.Collection<ProductDetails> getProductsRet()
Getter for the productsRet propersty. A collection of ProductDetails representing all the products know to the system is returned.

Specified by:
getProductsRet in interface ListProductsArg
Returns:
@{inheritDoc}

setProductsRet

public void setProductsRet(java.util.Collection<ProductDetails> productsRet)
Setter for the productsRet property.

Specified by:
setProductsRet in interface ListProductsArg
Parameters:
productsRet - @{inheritDoc}
See Also:
ListProductsArg.getProductsRet()