Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Class AssetLinkSoap

java.lang.Object
  extended by 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
AssetLinkSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 long getEntryId1()
           
 long getEntryId2()
           
 long getLinkId()
           
 long getPrimaryKey()
           
 int getType()
           
 long getUserId()
           
 String getUserName()
           
 int getWeight()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setEntryId1(long entryId1)
           
 void setEntryId2(long entryId2)
           
 void setLinkId(long linkId)
           
 void setPrimaryKey(long pk)
           
 void setType(int type)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setWeight(int weight)
           
static AssetLinkSoap toSoapModel(AssetLink model)
           
static AssetLinkSoap[] toSoapModels(AssetLink[] models)
           
static AssetLinkSoap[][] toSoapModels(AssetLink[][] models)
           
static AssetLinkSoap[] toSoapModels(List<AssetLink> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetLinkSoap

public AssetLinkSoap()
Method Detail

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)

Liferay 6.1.2-ce-ga3