public class AssetCategoryPropertySoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.portlet.asset.service.http.AssetCategoryPropertyServiceSoap
.Constructor and Description |
---|
AssetCategoryPropertySoap() |
Modifier and Type | Method and Description |
---|---|
long |
getCategoryId() |
long |
getCategoryPropertyId() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
java.lang.String |
getKey() |
java.util.Date |
getModifiedDate() |
long |
getPrimaryKey() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getValue() |
void |
setCategoryId(long categoryId) |
void |
setCategoryPropertyId(long categoryPropertyId) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setKey(java.lang.String key) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setPrimaryKey(long pk) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setValue(java.lang.String value) |
static AssetCategoryPropertySoap |
toSoapModel(AssetCategoryProperty model) |
static AssetCategoryPropertySoap[] |
toSoapModels(AssetCategoryProperty[] models) |
static AssetCategoryPropertySoap[][] |
toSoapModels(AssetCategoryProperty[][] models) |
static AssetCategoryPropertySoap[] |
toSoapModels(java.util.List<AssetCategoryProperty> models) |
public static AssetCategoryPropertySoap toSoapModel(AssetCategoryProperty model)
public static AssetCategoryPropertySoap[] toSoapModels(AssetCategoryProperty[] models)
public static AssetCategoryPropertySoap[][] toSoapModels(AssetCategoryProperty[][] models)
public static AssetCategoryPropertySoap[] toSoapModels(java.util.List<AssetCategoryProperty> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getCategoryPropertyId()
public void setCategoryPropertyId(long categoryPropertyId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public long getCategoryId()
public void setCategoryId(long categoryId)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getValue()
public void setValue(java.lang.String value)