org.openxma.dsl.reference.model.impl
Class ProductImageImpl
java.lang.Object
org.openxma.dsl.reference.base.model.impl.BaseEntityImpl
org.openxma.dsl.reference.model.impl.ProductImageImpl
- All Implemented Interfaces:
- BaseEntity, ProductImage
@Component(value="productImagePrototype")
@Scope(value="prototype")
public class ProductImageImpl
- extends BaseEntityImpl
- implements ProductImage
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ProductImageImpl
public ProductImageImpl()
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface ProductImage
getName
public java.lang.String getName()
- Specified by:
getName in interface ProductImage
setFileName
public void setFileName(java.lang.String fileName)
- Specified by:
setFileName in interface ProductImage
getFileName
public java.lang.String getFileName()
- Specified by:
getFileName in interface ProductImage
setSizeX
public void setSizeX(java.lang.Integer sizeX)
- Specified by:
setSizeX in interface ProductImage
getSizeX
public java.lang.Integer getSizeX()
- Specified by:
getSizeX in interface ProductImage
setSizeY
public void setSizeY(java.lang.Integer sizeY)
- Specified by:
setSizeY in interface ProductImage
getSizeY
public java.lang.Integer getSizeY()
- Specified by:
getSizeY in interface ProductImage
getProduct
public Product getProduct()
- Specified by:
getProduct in interface ProductImage
setProduct
public void setProduct(Product product)
- Specified by:
setProduct in interface ProductImage
toString
public java.lang.String toString()
- Overrides:
toString in class BaseEntityImpl
Copyright © 2010. All Rights Reserved.