fr.paris.lutece.plugins.stock.business.attribute.product
Class ProductAttribute

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.business.attribute.AbstractAttribute<Product>
      extended by fr.paris.lutece.plugins.stock.business.attribute.product.ProductAttribute
All Implemented Interfaces:
java.io.Serializable

@Entity
public class ProductAttribute
extends AbstractAttribute<Product>
implements java.io.Serializable

Category

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.paris.lutece.plugins.stock.business.attribute.AbstractAttribute
_key, _value
 
Constructor Summary
ProductAttribute()
          Creates a new ProductAttribute.java object.
ProductAttribute(java.lang.String key, java.lang.String value, Product product)
          Creates a new ProductAttribute.java object.
 
Method Summary
 java.lang.String getKey()
           
 Product getOwner()
           
 void setOwner(Product owner)
           
 
Methods inherited from class fr.paris.lutece.plugins.stock.business.attribute.AbstractAttribute
getValue, setKey, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductAttribute

public ProductAttribute(java.lang.String key,
                        java.lang.String value,
                        Product product)
Creates a new ProductAttribute.java object.

Parameters:
key - key
value - value
product - owner

ProductAttribute

public ProductAttribute()
Creates a new ProductAttribute.java object.

Method Detail

getOwner

public Product getOwner()
Specified by:
getOwner in class AbstractAttribute<Product>
Returns:
the id

setOwner

public void setOwner(Product owner)
Parameters:
owner - the owner to set

getKey

public java.lang.String getKey()
Overrides:
getKey in class AbstractAttribute<Product>
Returns:
the key


Copyright © 2012 Mairie de Paris. All Rights Reserved.