public class AccountRoleSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.account.service.http.AccountRoleServiceSoap
.Constructor and Description |
---|
AccountRoleSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getAccountEntryId() |
long |
getAccountRoleId() |
long |
getCompanyId() |
long |
getMvccVersion() |
long |
getPrimaryKey() |
long |
getRoleId() |
void |
setAccountEntryId(long accountEntryId) |
void |
setAccountRoleId(long accountRoleId) |
void |
setCompanyId(long companyId) |
void |
setMvccVersion(long mvccVersion) |
void |
setPrimaryKey(long pk) |
void |
setRoleId(long roleId) |
static AccountRoleSoap |
toSoapModel(AccountRole model) |
static AccountRoleSoap[] |
toSoapModels(AccountRole[] models) |
static AccountRoleSoap[][] |
toSoapModels(AccountRole[][] models) |
static AccountRoleSoap[] |
toSoapModels(java.util.List<AccountRole> models) |
public static AccountRoleSoap toSoapModel(AccountRole model)
public static AccountRoleSoap[] toSoapModels(AccountRole[] models)
public static AccountRoleSoap[][] toSoapModels(AccountRole[][] models)
public static AccountRoleSoap[] toSoapModels(java.util.List<AccountRole> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getAccountRoleId()
public void setAccountRoleId(long accountRoleId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getAccountEntryId()
public void setAccountEntryId(long accountEntryId)
public long getRoleId()
public void setRoleId(long roleId)