com.liferay.portlet.asset.model
Class AssetCategoryPropertySoap
java.lang.Object
com.liferay.portlet.asset.model.AssetCategoryPropertySoap
- All Implemented Interfaces:
- Serializable
public class AssetCategoryPropertySoap
- extends Object
- implements Serializable
This class is used by
AssetCategoryPropertyServiceSoap
.
- See Also:
AssetCategoryPropertyServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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(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 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)
getCategoryId
public long getCategoryId()
setCategoryId
public void setCategoryId(long categoryId)
getKey
public String getKey()
setKey
public void setKey(String key)
getValue
public String getValue()
setValue
public void setValue(String value)