com.ibm.commerce.negotiation.beans
Interface AuctionDescriptionSmartDataBean

All Known Implementing Classes:
AuctionDescriptionDataBean

public interface AuctionDescriptionSmartDataBean

Method Summary
java.lang.String getAuctionId()
Gets the auction identifier.
java.lang.String getLanguageId() Gets the language identifier.

Method Detail

getAuctionId

public java.lang.String getAuctionId()
Gets the auction identifier.
Returns:
The auction identifier.

getLanguageId

public java.lang.String getLanguageId()
Gets the language identifier.

Feedback