net.sf.oness.inventory.model.product.bo
Class Size
java.lang.Object
net.sf.oness.common.all.BaseObject
net.sf.oness.common.model.auditing.AbstractAuditableObject
net.sf.oness.common.model.bo.AbstractBusinessObject
net.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
| Fields inherited from class net.sf.oness.common.all.BaseObject |
log |
|
Constructor Summary |
Size()
|
| Methods inherited from class net.sf.oness.common.model.bo.AbstractBusinessObject |
clone, equals, getCode, getComments, getCreatedBy, getDeletedBy, getId, getTransactionTime, hashCode, setComments, toString |
Size
public Size()
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.