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

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.Size
All Implemented Interfaces:
Auditable, AuditableBusinessObject, Cloneable, Serializable

public class Size
extends AbstractBusinessObject

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

Field Summary
 
Fields inherited from class net.sf.oness.common.all.BaseObject
log
 
Constructor Summary
Size()
           
 
Method Summary
 String getName()
           
 int getPosition()
          Position of the size in the list of sizes from a sizeGroup
 Collection getSizeGroups()
           
 void setName(String name)
           
 void setPosition(int position)
           
 void setSizeGroups(Collection sizeGroups)
           
 
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

Size

public Size()
Method Detail

setName

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

getName

public String getName()
Returns:
Returns the name.

setPosition

public void setPosition(int position)
Parameters:
position - The position to set.

getPosition

public int getPosition()
Position of the size in the list of sizes from a sizeGroup

Returns:
Returns the position.

setSizeGroups

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

getSizeGroups

public Collection getSizeGroups()
Returns:
Returns the sizeGroups.


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