atg.projects.store.droplet
Class SizedColoredProductDetailsDroplet.Size
java.lang.Object
atg.projects.store.droplet.SizedColoredProductDetailsDroplet.Size
- Enclosing class:
- SizedColoredProductDetailsDroplet
public static class SizedColoredProductDetailsDroplet.Size
- extends java.lang.Object
This is an information bean to be used on the JSP pages. It contains size's name and its status. To see the list of possible
statuses, refer to the SizedColoredProductDetailsDroplet.getStateForSize(atg.servlet.DynamoHttpServletRequest, java.lang.String) method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SizedColoredProductDetailsDroplet.Size
public SizedColoredProductDetailsDroplet.Size(java.lang.String pName,
java.lang.String pStatus)
- Parameters:
pName - - namepStatus - - status
getName
public java.lang.String getName()
- Returns:
- the name
getStatus
public java.lang.String getStatus()
- Returns:
- the status