com.liferay.portlet.shopping.model
Class ShoppingItemFieldSoap
java.lang.Object
com.liferay.portlet.shopping.model.ShoppingItemFieldSoap
- All Implemented Interfaces:
- Serializable
public class ShoppingItemFieldSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingItemFieldSoap
public ShoppingItemFieldSoap()
toSoapModel
public static ShoppingItemFieldSoap toSoapModel(ShoppingItemField model)
toSoapModels
public static ShoppingItemFieldSoap[] toSoapModels(ShoppingItemField[] models)
toSoapModels
public static ShoppingItemFieldSoap[][] toSoapModels(ShoppingItemField[][] models)
toSoapModels
public static ShoppingItemFieldSoap[] toSoapModels(List<ShoppingItemField> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getItemFieldId
public long getItemFieldId()
setItemFieldId
public void setItemFieldId(long itemFieldId)
getItemId
public long getItemId()
setItemId
public void setItemId(long itemId)
getName
public String getName()
setName
public void setName(String name)
getValues
public String getValues()
setValues
public void setValues(String values)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)