@ProviderType
public class RecentLayoutBranchSoap
extends Object
implements Serializable
Constructor and Description |
---|
RecentLayoutBranchSoap() |
Modifier and Type | Method and Description |
---|---|
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) |
public static RecentLayoutBranchSoap toSoapModel(RecentLayoutBranch model)
public static RecentLayoutBranchSoap[] toSoapModels(RecentLayoutBranch[] models)
public static RecentLayoutBranchSoap[][] toSoapModels(RecentLayoutBranch[][] models)
public static RecentLayoutBranchSoap[] toSoapModels(List<RecentLayoutBranch> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getRecentLayoutBranchId()
public void setRecentLayoutBranchId(long recentLayoutBranchId)
public long getGroupId()
public void setGroupId(long groupId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public long getLayoutBranchId()
public void setLayoutBranchId(long layoutBranchId)
public long getLayoutSetBranchId()
public void setLayoutSetBranchId(long layoutSetBranchId)
public long getPlid()
public void setPlid(long plid)