@Entity public class OrderItemAttributeImpl extends Object implements OrderItemAttribute
OrderItemAttribute,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
static org.apache.commons.logging.Log |
LOG |
protected String |
name |
protected OrderItem |
orderItem |
protected String |
value |
| Constructor and Description |
|---|
OrderItemAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCloneable(OrderItemAttribute itemAttribute) |
OrderItemAttribute |
clone()
Provide support for a deep copy of an order item.
|
boolean |
equals(Object obj) |
Long |
getId()
Gets the id.
|
String |
getName() |
OrderItem |
getOrderItem()
Gets the parent orderItem
|
String |
getValue() |
int |
hashCode() |
void |
setId(Long id)
Sets the id.
|
void |
setName(String name) |
void |
setOrderItem(OrderItem orderItem)
Sets the orderItem.
|
void |
setValue(String value) |
String |
toString() |
public static final org.apache.commons.logging.Log LOG
protected Long id
protected String name
protected String value
protected OrderItem orderItem
public Long getId()
OrderItemAttributegetId in interface OrderItemAttributepublic void setId(Long id)
OrderItemAttributesetId in interface OrderItemAttributeid - the new idpublic String getValue()
getValue in interface ValueAssignable<String>public void setValue(String value)
setValue in interface ValueAssignable<String>public String getName()
getName in interface ValueAssignable<String>public void setName(String name)
setName in interface ValueAssignable<String>public OrderItem getOrderItem()
OrderItemAttributegetOrderItem in interface OrderItemAttributepublic void setOrderItem(OrderItem orderItem)
OrderItemAttributesetOrderItem in interface OrderItemAttributeorderItem - the associated orderItempublic void checkCloneable(OrderItemAttribute itemAttribute) throws CloneNotSupportedException, SecurityException, NoSuchMethodException
public OrderItemAttribute clone()
OrderItemAttributeclone in interface OrderItemAttributeclone in class ObjectCopyright © 2014. All Rights Reserved.