com.liferay.portlet.asset.model
Class AssetTagPropertySoap

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

public class AssetTagPropertySoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portlet.asset.service.http.AssetTagPropertyServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.asset.service.http.AssetTagPropertyServiceSoap, Serialized Form
Generated:

Constructor Summary
AssetTagPropertySoap()
           
 
Method Summary
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getKey()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getTagId()
           
 long getTagPropertyId()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getValue()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setKey(java.lang.String key)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setTagId(long tagId)
           
 void setTagPropertyId(long tagPropertyId)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setValue(java.lang.String value)
           
static AssetTagPropertySoap toSoapModel(AssetTagProperty model)
           
static AssetTagPropertySoap[] toSoapModels(AssetTagProperty[] models)
           
static AssetTagPropertySoap[][] toSoapModels(AssetTagProperty[][] models)
           
static AssetTagPropertySoap[] toSoapModels(java.util.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(java.util.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 java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

getCreateDate

public java.util.Date getCreateDate()

setCreateDate

public void setCreateDate(java.util.Date createDate)

getModifiedDate

public java.util.Date getModifiedDate()

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)

getTagId

public long getTagId()

setTagId

public void setTagId(long tagId)

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)