Liferay 6.2-ce-ga5

com.liferay.portlet.shopping.model
Class ShoppingItemFieldSoap

java.lang.Object
  extended by 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

Constructor Summary
ShoppingItemFieldSoap()
           
 
Method Summary
 String getDescription()
           
 long getItemFieldId()
           
 long getItemId()
           
 String getName()
           
 long getPrimaryKey()
           
 String getValues()
           
 void setDescription(String description)
           
 void setItemFieldId(long itemFieldId)
           
 void setItemId(long itemId)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setValues(String values)
           
static ShoppingItemFieldSoap toSoapModel(ShoppingItemField model)
           
static ShoppingItemFieldSoap[] toSoapModels(List<ShoppingItemField> models)
           
static ShoppingItemFieldSoap[] toSoapModels(ShoppingItemField[] models)
           
static ShoppingItemFieldSoap[][] toSoapModels(ShoppingItemField[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingItemFieldSoap

public ShoppingItemFieldSoap()
Method Detail

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)

Liferay 6.2-ce-ga5