Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Class AssetCategoryPropertySoap

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetCategoryPropertySoap
All Implemented Interfaces:
Serializable

public class AssetCategoryPropertySoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.asset.service.http.AssetCategoryPropertyServiceSoap.

See Also:
com.liferay.portlet.asset.service.http.AssetCategoryPropertyServiceSoap, Serialized Form

Constructor Summary
AssetCategoryPropertySoap()
           
 
Method Summary
 long getCategoryId()
           
 long getCategoryPropertyId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getKey()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getUserId()
           
 String getUserName()
           
 String getValue()
           
 void setCategoryId(long categoryId)
           
 void setCategoryPropertyId(long categoryPropertyId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setKey(String key)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setValue(String value)
           
static AssetCategoryPropertySoap toSoapModel(AssetCategoryProperty model)
           
static AssetCategoryPropertySoap[] toSoapModels(AssetCategoryProperty[] models)
           
static AssetCategoryPropertySoap[][] toSoapModels(AssetCategoryProperty[][] models)
           
static AssetCategoryPropertySoap[] toSoapModels(List<AssetCategoryProperty> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetCategoryPropertySoap

public AssetCategoryPropertySoap()
Method Detail

toSoapModel

public static AssetCategoryPropertySoap toSoapModel(AssetCategoryProperty model)

toSoapModels

public static AssetCategoryPropertySoap[] toSoapModels(AssetCategoryProperty[] models)

toSoapModels

public static AssetCategoryPropertySoap[][] toSoapModels(AssetCategoryProperty[][] models)

toSoapModels

public static AssetCategoryPropertySoap[] toSoapModels(List<AssetCategoryProperty> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getCategoryPropertyId

public long getCategoryPropertyId()

setCategoryPropertyId

public void setCategoryPropertyId(long categoryPropertyId)

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)

getCategoryId

public long getCategoryId()

setCategoryId

public void setCategoryId(long categoryId)

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)

Liferay 6.1.2-ce-ga3