fr.paris.lutece.plugins.stock.business.purchase
Interface IPurchaseDTO


public interface IPurchaseDTO

Interface for purchase DTO. Must implemented by objects used for purchase session management

Author:
abataille

Method Summary
 java.lang.Integer getOfferId()
          Gets the offer id.
 java.lang.Integer getQuantity()
          Gets the quantity.
 java.lang.String getUserName()
          Gets the user name.
 

Method Detail

getUserName

java.lang.String getUserName()
Gets the user name.

Returns:
the userName

getOfferId

java.lang.Integer getOfferId()
Gets the offer id.

Returns:
the offerId

getQuantity

java.lang.Integer getQuantity()
Gets the quantity.

Returns:
the quantity


Copyright © 2012 Mairie de Paris. All Rights Reserved.