Liferay 7.0-ce-b4

com.liferay.portal.model
Class RecentLayoutRevisionSoap

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

@ProviderType
public class RecentLayoutRevisionSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
RecentLayoutRevisionSoap()
           
 
Method Summary
 long getCompanyId()
           
 long getGroupId()
           
 long getLayoutRevisionId()
           
 long getLayoutSetBranchId()
           
 long getMvccVersion()
           
 long getPlid()
           
 long getPrimaryKey()
           
 long getRecentLayoutRevisionId()
           
 long getUserId()
           
 void setCompanyId(long companyId)
           
 void setGroupId(long groupId)
           
 void setLayoutRevisionId(long layoutRevisionId)
           
 void setLayoutSetBranchId(long layoutSetBranchId)
           
 void setMvccVersion(long mvccVersion)
           
 void setPlid(long plid)
           
 void setPrimaryKey(long pk)
           
 void setRecentLayoutRevisionId(long recentLayoutRevisionId)
           
 void setUserId(long userId)
           
static RecentLayoutRevisionSoap toSoapModel(RecentLayoutRevision model)
           
static RecentLayoutRevisionSoap[] toSoapModels(List<RecentLayoutRevision> models)
           
static RecentLayoutRevisionSoap[] toSoapModels(RecentLayoutRevision[] models)
           
static RecentLayoutRevisionSoap[][] toSoapModels(RecentLayoutRevision[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentLayoutRevisionSoap

public RecentLayoutRevisionSoap()
Method Detail

toSoapModel

public static RecentLayoutRevisionSoap toSoapModel(RecentLayoutRevision model)

toSoapModels

public static RecentLayoutRevisionSoap[] toSoapModels(RecentLayoutRevision[] models)

toSoapModels

public static RecentLayoutRevisionSoap[][] toSoapModels(RecentLayoutRevision[][] models)

toSoapModels

public static RecentLayoutRevisionSoap[] toSoapModels(List<RecentLayoutRevision> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getMvccVersion

public long getMvccVersion()

setMvccVersion

public void setMvccVersion(long mvccVersion)

getRecentLayoutRevisionId

public long getRecentLayoutRevisionId()

setRecentLayoutRevisionId

public void setRecentLayoutRevisionId(long recentLayoutRevisionId)

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)

getLayoutRevisionId

public long getLayoutRevisionId()

setLayoutRevisionId

public void setLayoutRevisionId(long layoutRevisionId)

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