Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Class AssetTagStatsSoap

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

public class AssetTagStatsSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
AssetTagStatsSoap()
           
 
Method Summary
 int getAssetCount()
           
 long getClassNameId()
           
 long getPrimaryKey()
           
 long getTagId()
           
 long getTagStatsId()
           
 void setAssetCount(int assetCount)
           
 void setClassNameId(long classNameId)
           
 void setPrimaryKey(long pk)
           
 void setTagId(long tagId)
           
 void setTagStatsId(long tagStatsId)
           
static AssetTagStatsSoap toSoapModel(AssetTagStats model)
           
static AssetTagStatsSoap[] toSoapModels(AssetTagStats[] models)
           
static AssetTagStatsSoap[][] toSoapModels(AssetTagStats[][] models)
           
static AssetTagStatsSoap[] toSoapModels(List<AssetTagStats> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagStatsSoap

public AssetTagStatsSoap()
Method Detail

toSoapModel

public static AssetTagStatsSoap toSoapModel(AssetTagStats model)

toSoapModels

public static AssetTagStatsSoap[] toSoapModels(AssetTagStats[] models)

toSoapModels

public static AssetTagStatsSoap[][] toSoapModels(AssetTagStats[][] models)

toSoapModels

public static AssetTagStatsSoap[] toSoapModels(List<AssetTagStats> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getTagStatsId

public long getTagStatsId()

setTagStatsId

public void setTagStatsId(long tagStatsId)

getTagId

public long getTagId()

setTagId

public void setTagId(long tagId)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getAssetCount

public int getAssetCount()

setAssetCount

public void setAssetCount(int assetCount)

Liferay 6.1.2-ce-ga3