com.liferay.portlet.asset.model
Class AssetCategorySoap
java.lang.Object
com.liferay.portlet.asset.model.AssetCategorySoap
- All Implemented Interfaces:
- Serializable
public class AssetCategorySoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically AssetCategoryServiceSoap
.
- See Also:
AssetCategoryServiceSoap
,
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 |
AssetCategorySoap
public AssetCategorySoap()
toSoapModel
public static AssetCategorySoap toSoapModel(AssetCategory model)
toSoapModels
public static AssetCategorySoap[] toSoapModels(AssetCategory[] models)
toSoapModels
public static AssetCategorySoap[][] toSoapModels(AssetCategory[][] models)
toSoapModels
public static AssetCategorySoap[] toSoapModels(List<AssetCategory> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getCategoryId
public long getCategoryId()
setCategoryId
public void setCategoryId(long categoryId)
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)
getParentCategoryId
public long getParentCategoryId()
setParentCategoryId
public void setParentCategoryId(long parentCategoryId)
getLeftCategoryId
public long getLeftCategoryId()
setLeftCategoryId
public void setLeftCategoryId(long leftCategoryId)
getRightCategoryId
public long getRightCategoryId()
setRightCategoryId
public void setRightCategoryId(long rightCategoryId)
getName
public String getName()
setName
public void setName(String name)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getVocabularyId
public long getVocabularyId()
setVocabularyId
public void setVocabularyId(long vocabularyId)