Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Class AssetTagSoap

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

public class AssetTagSoap
extends Object
implements Serializable

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

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

Constructor Summary
AssetTagSoap()
           
 
Method Summary
 int getAssetCount()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 long getTagId()
           
 long getUserId()
           
 String getUserName()
           
 void setAssetCount(int assetCount)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setTagId(long tagId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
static AssetTagSoap toSoapModel(AssetTag model)
           
static AssetTagSoap[] toSoapModels(AssetTag[] models)
           
static AssetTagSoap[][] toSoapModels(AssetTag[][] models)
           
static AssetTagSoap[] toSoapModels(List<AssetTag> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagSoap

public AssetTagSoap()
Method Detail

toSoapModel

public static AssetTagSoap toSoapModel(AssetTag model)

toSoapModels

public static AssetTagSoap[] toSoapModels(AssetTag[] models)

toSoapModels

public static AssetTagSoap[][] toSoapModels(AssetTag[][] models)

toSoapModels

public static AssetTagSoap[] toSoapModels(List<AssetTag> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getTagId

public long getTagId()

setTagId

public void setTagId(long tagId)

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)

getName

public String getName()

setName

public void setName(String name)

getAssetCount

public int getAssetCount()

setAssetCount

public void setAssetCount(int assetCount)

Liferay 6.1.2-ce-ga3