Liferay 7.0-ce-b4

com.liferay.portal.model
Class RecentLayoutSetBranchSoap

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

@ProviderType
public class RecentLayoutSetBranchSoap
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
RecentLayoutSetBranchSoap()
           
 
Method Summary
 long getCompanyId()
           
 long getGroupId()
           
 long getLayoutSetBranchId()
           
 long getLayoutSetId()
           
 long getMvccVersion()
           
 long getPrimaryKey()
           
 long getRecentLayoutSetBranchId()
           
 long getUserId()
           
 void setCompanyId(long companyId)
           
 void setGroupId(long groupId)
           
 void setLayoutSetBranchId(long layoutSetBranchId)
           
 void setLayoutSetId(long layoutSetId)
           
 void setMvccVersion(long mvccVersion)
           
 void setPrimaryKey(long pk)
           
 void setRecentLayoutSetBranchId(long recentLayoutSetBranchId)
           
 void setUserId(long userId)
           
static RecentLayoutSetBranchSoap toSoapModel(RecentLayoutSetBranch model)
           
static RecentLayoutSetBranchSoap[] toSoapModels(List<RecentLayoutSetBranch> models)
           
static RecentLayoutSetBranchSoap[] toSoapModels(RecentLayoutSetBranch[] models)
           
static RecentLayoutSetBranchSoap[][] toSoapModels(RecentLayoutSetBranch[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentLayoutSetBranchSoap

public RecentLayoutSetBranchSoap()
Method Detail

toSoapModel

public static RecentLayoutSetBranchSoap toSoapModel(RecentLayoutSetBranch model)

toSoapModels

public static RecentLayoutSetBranchSoap[] toSoapModels(RecentLayoutSetBranch[] models)

toSoapModels

public static RecentLayoutSetBranchSoap[][] toSoapModels(RecentLayoutSetBranch[][] models)

toSoapModels

public static RecentLayoutSetBranchSoap[] toSoapModels(List<RecentLayoutSetBranch> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getMvccVersion

public long getMvccVersion()

setMvccVersion

public void setMvccVersion(long mvccVersion)

getRecentLayoutSetBranchId

public long getRecentLayoutSetBranchId()

setRecentLayoutSetBranchId

public void setRecentLayoutSetBranchId(long recentLayoutSetBranchId)

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)

getLayoutSetBranchId

public long getLayoutSetBranchId()

setLayoutSetBranchId

public void setLayoutSetBranchId(long layoutSetBranchId)

getLayoutSetId

public long getLayoutSetId()

setLayoutSetId

public void setLayoutSetId(long layoutSetId)

Liferay 7.0-ce-b4