com.liferay.portal.model
Class LayoutBranchSoap
java.lang.Object
com.liferay.portal.model.LayoutBranchSoap
- All Implemented Interfaces:
- Serializable
public class LayoutBranchSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portal.service.http.LayoutBranchServiceSoap
.
- See Also:
com.liferay.portal.service.http.LayoutBranchServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutBranchSoap
public LayoutBranchSoap()
toSoapModel
public static LayoutBranchSoap toSoapModel(LayoutBranch model)
toSoapModels
public static LayoutBranchSoap[] toSoapModels(LayoutBranch[] models)
toSoapModels
public static LayoutBranchSoap[][] toSoapModels(LayoutBranch[][] models)
toSoapModels
public static LayoutBranchSoap[] toSoapModels(List<LayoutBranch> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getLayoutBranchId
public long getLayoutBranchId()
setLayoutBranchId
public void setLayoutBranchId(long LayoutBranchId)
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)
getLayoutSetBranchId
public long getLayoutSetBranchId()
setLayoutSetBranchId
public void setLayoutSetBranchId(long layoutSetBranchId)
getPlid
public long getPlid()
setPlid
public void setPlid(long plid)
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)