com.liferay.portlet.asset.model
Class AssetTagSoap
java.lang.Object
com.liferay.portlet.asset.model.AssetTagSoap
- All Implemented Interfaces:
- Serializable
@ProviderType
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagSoap
public AssetTagSoap()
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)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
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)
getLastPublishDate
public Date getLastPublishDate()
setLastPublishDate
public void setLastPublishDate(Date lastPublishDate)