org.mobicents.examples.convergeddemo.seam.model
Class Product
java.lang.Object
org.mobicents.examples.convergeddemo.seam.model.Product
- All Implemented Interfaces:
- java.io.Serializable
@Indexed
public class Product
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Product
public Product()
getProductId
@DocumentId
public long getProductId()
setProductId
public void setProductId(long id)
getASIN
@Field(index=UN_TOKENIZED)
public java.lang.String getASIN()
setASIN
public void setASIN(java.lang.String asin)
getInventory
public Inventory getInventory()
setInventory
public void setInventory(Inventory inventory)
getActors
@IndexedEmbedded
public java.util.List<Actor> getActors()
setActors
public void setActors(java.util.List<Actor> actors)
getCategories
public java.util.Set<Category> getCategories()
setCategories
public void setCategories(java.util.Set<Category> categories)
getTitle
@Field(index=TOKENIZED)
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getImageURL
public java.lang.String getImageURL()
setImageURL
public void setImageURL(java.lang.String imageURL)
getPrice
public java.math.BigDecimal getPrice()
setPrice
public void setPrice(java.math.BigDecimal price)
Copyright © 2010. All Rights Reserved.