com.liferay.portlet.asset.model
Class AssetCategoryPropertySoap
java.lang.Object
com.liferay.portlet.asset.model.AssetCategoryPropertySoap
- All Implemented Interfaces:
- java.io.Serializable
public class AssetCategoryPropertySoap
- 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.AssetCategoryPropertyServiceSoap
.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.asset.service.http.AssetCategoryPropertyServiceSoap
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryPropertySoap
public AssetCategoryPropertySoap()
toSoapModel
public static AssetCategoryPropertySoap toSoapModel(AssetCategoryProperty model)
toSoapModels
public static AssetCategoryPropertySoap[] toSoapModels(AssetCategoryProperty[] models)
toSoapModels
public static AssetCategoryPropertySoap[][] toSoapModels(AssetCategoryProperty[][] models)
toSoapModels
public static AssetCategoryPropertySoap[] toSoapModels(java.util.List<AssetCategoryProperty> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getCategoryPropertyId
public long getCategoryPropertyId()
setCategoryPropertyId
public void setCategoryPropertyId(long categoryPropertyId)
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)
getCategoryId
public long getCategoryId()
setCategoryId
public void setCategoryId(long categoryId)
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)