Liferay 6.1.0-ce-b4

com.liferay.portal.model
Class LayoutSetBranchSoap

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

public class LayoutSetBranchSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically LayoutSetBranchServiceSoap.

See Also:
LayoutSetBranchServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
LayoutSetBranchSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 long getGroupId()
           
 long getLayoutSetBranchId()
           
 boolean getMaster()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 boolean getPrivateLayout()
           
 long getUserId()
           
 String getUserName()
           
 boolean isMaster()
           
 boolean isPrivateLayout()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setGroupId(long groupId)
           
 void setLayoutSetBranchId(long layoutSetBranchId)
           
 void setMaster(boolean master)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setPrivateLayout(boolean privateLayout)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
static LayoutSetBranchSoap toSoapModel(LayoutSetBranch model)
           
static LayoutSetBranchSoap[] toSoapModels(LayoutSetBranch[] models)
           
static LayoutSetBranchSoap[][] toSoapModels(LayoutSetBranch[][] models)
           
static LayoutSetBranchSoap[] toSoapModels(List<LayoutSetBranch> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetBranchSoap

public LayoutSetBranchSoap()
Method Detail

toSoapModel

public static LayoutSetBranchSoap toSoapModel(LayoutSetBranch model)

toSoapModels

public static LayoutSetBranchSoap[] toSoapModels(LayoutSetBranch[] models)

toSoapModels

public static LayoutSetBranchSoap[][] toSoapModels(LayoutSetBranch[][] models)

toSoapModels

public static LayoutSetBranchSoap[] toSoapModels(List<LayoutSetBranch> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getLayoutSetBranchId

public long getLayoutSetBranchId()

setLayoutSetBranchId

public void setLayoutSetBranchId(long layoutSetBranchId)

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)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getPrivateLayout

public boolean getPrivateLayout()

isPrivateLayout

public boolean isPrivateLayout()

setPrivateLayout

public void setPrivateLayout(boolean privateLayout)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getMaster

public boolean getMaster()

isMaster

public boolean isMaster()

setMaster

public void setMaster(boolean master)

Liferay 6.1.0-ce-b4