Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model
Class ShoppingCategorySoap

java.lang.Object
  extended by com.liferay.portlet.shopping.model.ShoppingCategorySoap
All Implemented Interfaces:
Serializable

public class ShoppingCategorySoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically ShoppingCategoryServiceSoap.

See Also:
ShoppingCategoryServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
ShoppingCategorySoap()
           
 
Method Summary
 long getCategoryId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getParentCategoryId()
           
 long getPrimaryKey()
           
 long getUserId()
           
 String getUserName()
           
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setParentCategoryId(long parentCategoryId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
static ShoppingCategorySoap toSoapModel(ShoppingCategory model)
           
static ShoppingCategorySoap[] toSoapModels(List<ShoppingCategory> models)
           
static ShoppingCategorySoap[] toSoapModels(ShoppingCategory[] models)
           
static ShoppingCategorySoap[][] toSoapModels(ShoppingCategory[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingCategorySoap

public ShoppingCategorySoap()
Method Detail

toSoapModel

public static ShoppingCategorySoap toSoapModel(ShoppingCategory model)

toSoapModels

public static ShoppingCategorySoap[] toSoapModels(ShoppingCategory[] models)

toSoapModels

public static ShoppingCategorySoap[][] toSoapModels(ShoppingCategory[][] models)

toSoapModels

public static ShoppingCategorySoap[] toSoapModels(List<ShoppingCategory> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getCategoryId

public long getCategoryId()

setCategoryId

public void setCategoryId(long categoryId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getParentCategoryId

public long getParentCategoryId()

setParentCategoryId

public void setParentCategoryId(long parentCategoryId)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

Liferay 6.1.2-ce-ga3