Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Class AssetVocabularySoap

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetVocabularySoap
All Implemented Interfaces:
Serializable

public class AssetVocabularySoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.asset.service.http.AssetVocabularyServiceSoap.

See Also:
com.liferay.portlet.asset.service.http.AssetVocabularyServiceSoap, Serialized Form

Constructor Summary
AssetVocabularySoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 String getSettings()
           
 String getTitle()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 long getVocabularyId()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setSettings(String settings)
           
 void setTitle(String title)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
 void setVocabularyId(long vocabularyId)
           
static AssetVocabularySoap toSoapModel(AssetVocabulary model)
           
static AssetVocabularySoap[] toSoapModels(AssetVocabulary[] models)
           
static AssetVocabularySoap[][] toSoapModels(AssetVocabulary[][] models)
           
static AssetVocabularySoap[] toSoapModels(List<AssetVocabulary> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetVocabularySoap

public AssetVocabularySoap()
Method Detail

toSoapModel

public static AssetVocabularySoap toSoapModel(AssetVocabulary model)

toSoapModels

public static AssetVocabularySoap[] toSoapModels(AssetVocabulary[] models)

toSoapModels

public static AssetVocabularySoap[][] toSoapModels(AssetVocabulary[][] models)

toSoapModels

public static AssetVocabularySoap[] toSoapModels(List<AssetVocabulary> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getVocabularyId

public long getVocabularyId()

setVocabularyId

public void setVocabularyId(long vocabularyId)

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)

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)

getSettings

public String getSettings()

setSettings

public void setSettings(String settings)

Liferay 6.1.2-ce-ga3