info.magnolia.module.shop.beans
Class CartItemOption

java.lang.Object
  extended by ch.fastforward.magnolia.ocm.beans.OCMBean
      extended by info.magnolia.module.shop.beans.CartItemOption
All Implemented Interfaces:
Serializable

public class CartItemOption
extends ch.fastforward.magnolia.ocm.beans.OCMBean
implements Serializable

Product option bean.

Author:
will
See Also:
Serialized Form

Constructor Summary
CartItemOption()
           
 
Method Summary
 boolean equals(Object o)
           
 String getOptionSetUUID()
           
 String getTitle()
           
 String getValueName()
           
 String getValueTitle()
           
 String getValueUUID()
           
 void setOptionSetUUID(String optionSetUUID)
           
 void setTitle(String title)
           
 void setValueName(String valueName)
           
 void setValueTitle(String valueTitle)
           
 void setValueUUID(String valueUUID)
           
 
Methods inherited from class ch.fastforward.magnolia.ocm.beans.OCMBean
getName, getParentPath, getPath, getUuid, setName, setParentPath, setPath, setUuid
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartItemOption

public CartItemOption()
Method Detail

getTitle

public String getTitle()
Returns:
the title.

setTitle

public void setTitle(String title)
Parameters:
title - the title to set.

getValueUUID

public String getValueUUID()
Returns:
the valueUUID.

setValueUUID

public void setValueUUID(String valueUUID)
Parameters:
valueUUID - the valueUUID to set.

getValueName

public String getValueName()
Returns:
the valueName.

setValueName

public void setValueName(String valueName)
Parameters:
valueName - the valueName to set.

getValueTitle

public String getValueTitle()
Returns:
the valueTitle.

setValueTitle

public void setValueTitle(String valueTitle)
Parameters:
valueTitle - the valueTitle to set.

getOptionSetUUID

public String getOptionSetUUID()
Returns:
the optionSetUUID.

setOptionSetUUID

public void setOptionSetUUID(String optionSetUUID)
Parameters:
optionSetUUID - the optionSetUUID to set.

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.