com.liferay.portlet.asset.model
Class AssetTagPropertySoap
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagPropertySoap
public AssetTagPropertySoap()
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)