Liferay 7.0-ce-b4

com.liferay.portal.model
Class RecentLayoutBranchSoap

java.lang.Object
  extended by com.liferay.portal.model.RecentLayoutBranchSoap
All Implemented Interfaces:
Serializable

@ProviderType
public class RecentLayoutBranchSoap
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
RecentLayoutBranchSoap()
           
 
Method Summary
 long getCompanyId()
           
 long getGroupId()
           
 long getLayoutBranchId()
           
 long getLayoutSetBranchId()
           
 long getMvccVersion()
           
 long getPlid()
           
 long getPrimaryKey()
           
 long getRecentLayoutBranchId()
           
 long getUserId()
           
 void setCompanyId(long companyId)
           
 void setGroupId(long groupId)
           
 void setLayoutBranchId(long layoutBranchId)
           
 void setLayoutSetBranchId(long layoutSetBranchId)
           
 void setMvccVersion(long mvccVersion)
           
 void setPlid(long plid)
           
 void setPrimaryKey(long pk)
           
 void setRecentLayoutBranchId(long recentLayoutBranchId)
           
 void setUserId(long userId)
           
static RecentLayoutBranchSoap toSoapModel(RecentLayoutBranch model)
           
static RecentLayoutBranchSoap[] toSoapModels(List<RecentLayoutBranch> models)
           
static RecentLayoutBranchSoap[] toSoapModels(RecentLayoutBranch[] models)
           
static RecentLayoutBranchSoap[][] toSoapModels(RecentLayoutBranch[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentLayoutBranchSoap

public RecentLayoutBranchSoap()
Method Detail

toSoapModel

public static RecentLayoutBranchSoap toSoapModel(RecentLayoutBranch model)

toSoapModels

public static RecentLayoutBranchSoap[] toSoapModels(RecentLayoutBranch[] models)

toSoapModels

public static RecentLayoutBranchSoap[][] toSoapModels(RecentLayoutBranch[][] models)

toSoapModels

public static RecentLayoutBranchSoap[] toSoapModels(List<RecentLayoutBranch> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getMvccVersion

public long getMvccVersion()

setMvccVersion

public void setMvccVersion(long mvccVersion)

getRecentLayoutBranchId

public long getRecentLayoutBranchId()

setRecentLayoutBranchId

public void setRecentLayoutBranchId(long recentLayoutBranchId)

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)

getLayoutBranchId

public long getLayoutBranchId()

setLayoutBranchId

public void setLayoutBranchId(long layoutBranchId)

getLayoutSetBranchId

public long getLayoutSetBranchId()

setLayoutSetBranchId

public void setLayoutSetBranchId(long layoutSetBranchId)

getPlid

public long getPlid()

setPlid

public void setPlid(long plid)

Liferay 7.0-ce-b4