net.sf.oness.inventory.model.product.bo
Class Model

java.lang.Object
  extended bynet.sf.oness.common.all.BaseObject
      extended bynet.sf.oness.common.model.auditing.AbstractAuditableObject
          extended bynet.sf.oness.common.model.bo.AbstractBusinessObject
              extended bynet.sf.oness.inventory.model.product.bo.Model
All Implemented Interfaces:
Auditable, AuditableBusinessObject, Cloneable, Serializable

public class Model
extends AbstractBusinessObject

Version:
$Revision: 1.8 $
Author:
Carlos Sanchez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.oness.common.all.BaseObject
log
 
Constructor Summary
Model()
           
 
Method Summary
 Collection getColors()
           
 String getDescription()
           
 String getImageUrl()
           
 String getModelNumber()
           
 String getName()
           
 Collection getProducts()
           
 String getSeason()
           
 SizeGroup getSizeGroup()
           
 Collection getSizeGroups()
           
 Long getSupplierId()
           
 Integer getYear()
           
 void setColors(Collection colors)
           
 void setDescription(String description)
           
 void setImageUrl(String imageUrl)
           
 void setModelNumber(String modelNumber)
           
 void setName(String name)
           
 void setProducts(Collection products)
           
 void setSeason(String season)
           
 void setSizeGroups(Collection sizeGroups)
           
 void setSupplierId(Long supplierId)
           
 void setYear(Integer year)
           
 
Methods inherited from class net.sf.oness.common.model.bo.AbstractBusinessObject
clone, equals, getCode, getComments, getCreatedBy, getDeletedBy, getId, getTransactionTime, hashCode, setComments, toString
 
Methods inherited from class net.sf.oness.common.model.auditing.AbstractAuditableObject
setCode, setCreatedBy, setDeletedBy, setId, setTransactionTime
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.oness.common.model.auditing.Auditable
setCode, setCreatedBy, setDeletedBy, setId, setTransactionTime
 

Constructor Detail

Model

public Model()
Method Detail

setName

public void setName(String name)
Parameters:
name - The name to set.

getName

public String getName()
Returns:
Returns the name.

setDescription

public void setDescription(String description)
Parameters:
description - The description to set.

getDescription

public String getDescription()
Returns:
Returns the description.

setModelNumber

public void setModelNumber(String modelNumber)
Parameters:
modelNumber - The modelNumber to set.

getModelNumber

public String getModelNumber()
Returns:
Returns the modelNumber.

setYear

public void setYear(Integer year)
Parameters:
year - The year to set.

getYear

public Integer getYear()
Returns:
Returns the year.

setSeason

public void setSeason(String season)
Parameters:
season - The season to set.

getSeason

public String getSeason()
Returns:
Returns the season.

setSupplierId

public void setSupplierId(Long supplierId)
Parameters:
supplierId - The supplierId to set.

getSupplierId

public Long getSupplierId()
Returns:
Returns the supplierId.

setImageUrl

public void setImageUrl(String imageUrl)
Parameters:
imageUrl - The imageUrl to set.

getImageUrl

public String getImageUrl()
Returns:
Returns the imageUrl.

setSizeGroups

public void setSizeGroups(Collection sizeGroups)
Parameters:
sizeGroups - The sizeGroups to set.

getSizeGroups

public Collection getSizeGroups()
Returns:
Returns the sizeGroups.

setColors

public void setColors(Collection colors)
Parameters:
colors - The colors to set.

getColors

public Collection getColors()
Returns:
Returns the colors.

setProducts

public void setProducts(Collection products)
Parameters:
products - The products to set.

getProducts

public Collection getProducts()
Returns:
Returns the products.

getSizeGroup

public SizeGroup getSizeGroup()
Returns:
Returns the sizeGroup.


Copyright © 2003-2004 ONess Project. All Rights Reserved.