com.liferay.portlet.asset.model
Class AssetLinkSoap
java.lang.Object
com.liferay.portlet.asset.model.AssetLinkSoap
- All Implemented Interfaces:
- Serializable
public class AssetLinkSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetLinkSoap
public AssetLinkSoap()
toSoapModel
public static AssetLinkSoap toSoapModel(AssetLink model)
toSoapModels
public static AssetLinkSoap[] toSoapModels(AssetLink[] models)
toSoapModels
public static AssetLinkSoap[][] toSoapModels(AssetLink[][] models)
toSoapModels
public static AssetLinkSoap[] toSoapModels(List<AssetLink> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getLinkId
public long getLinkId()
setLinkId
public void setLinkId(long linkId)
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)
getEntryId1
public long getEntryId1()
setEntryId1
public void setEntryId1(long entryId1)
getEntryId2
public long getEntryId2()
setEntryId2
public void setEntryId2(long entryId2)
getType
public int getType()
setType
public void setType(int type)
getWeight
public int getWeight()
setWeight
public void setWeight(int weight)