Liferay 6.2-ce-ga5

com.liferay.portlet.asset.model
Class AssetTagPropertySoap

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

public class AssetTagPropertySoap
extends Object
implements Serializable

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

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

Constructor Summary
AssetTagPropertySoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getKey()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getTagId()
           
 long getTagPropertyId()
           
 long getUserId()
           
 String getUserName()
           
 String getValue()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setKey(String key)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setTagId(long tagId)
           
 void setTagPropertyId(long tagPropertyId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setValue(String value)
           
static AssetTagPropertySoap toSoapModel(AssetTagProperty model)
           
static AssetTagPropertySoap[] toSoapModels(AssetTagProperty[] models)
           
static AssetTagPropertySoap[][] toSoapModels(AssetTagProperty[][] models)
           
static AssetTagPropertySoap[] toSoapModels(List<AssetTagProperty> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagPropertySoap

public AssetTagPropertySoap()
Method Detail

toSoapModel

public static AssetTagPropertySoap toSoapModel(AssetTagProperty model)

toSoapModels

public static AssetTagPropertySoap[] toSoapModels(AssetTagProperty[] models)

toSoapModels

public static AssetTagPropertySoap[][] toSoapModels(AssetTagProperty[][] models)

toSoapModels

public static AssetTagPropertySoap[] toSoapModels(List<AssetTagProperty> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getTagPropertyId

public long getTagPropertyId()

setTagPropertyId

public void setTagPropertyId(long tagPropertyId)

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)

getTagId

public long getTagId()

setTagId

public void setTagId(long tagId)

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)

Liferay 6.2-ce-ga5