public class AccountEntryOrganizationRelSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.account.service.http.AccountEntryOrganizationRelServiceSoap
.Constructor and Description |
---|
AccountEntryOrganizationRelSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getAccountEntryId() |
long |
getAccountEntryOrganizationRelId() |
long |
getCompanyId() |
long |
getMvccVersion() |
long |
getOrganizationId() |
long |
getPrimaryKey() |
void |
setAccountEntryId(long accountEntryId) |
void |
setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId) |
void |
setCompanyId(long companyId) |
void |
setMvccVersion(long mvccVersion) |
void |
setOrganizationId(long organizationId) |
void |
setPrimaryKey(long pk) |
static AccountEntryOrganizationRelSoap |
toSoapModel(AccountEntryOrganizationRel model) |
static AccountEntryOrganizationRelSoap[] |
toSoapModels(AccountEntryOrganizationRel[] models) |
static AccountEntryOrganizationRelSoap[][] |
toSoapModels(AccountEntryOrganizationRel[][] models) |
static AccountEntryOrganizationRelSoap[] |
toSoapModels(java.util.List<AccountEntryOrganizationRel> models) |
public static AccountEntryOrganizationRelSoap toSoapModel(AccountEntryOrganizationRel model)
public static AccountEntryOrganizationRelSoap[] toSoapModels(AccountEntryOrganizationRel[] models)
public static AccountEntryOrganizationRelSoap[][] toSoapModels(AccountEntryOrganizationRel[][] models)
public static AccountEntryOrganizationRelSoap[] toSoapModels(java.util.List<AccountEntryOrganizationRel> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getAccountEntryOrganizationRelId()
public void setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getAccountEntryId()
public void setAccountEntryId(long accountEntryId)
public long getOrganizationId()
public void setOrganizationId(long organizationId)