@Deprecated
public class AccountEntryUserRelSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.account.service.http.AccountEntryUserRelServiceSoap
.Constructor and Description |
---|
AccountEntryUserRelSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getAccountEntryId()
Deprecated.
|
long |
getAccountEntryUserRelId()
Deprecated.
|
long |
getAccountUserId()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
void |
setAccountEntryId(long accountEntryId)
Deprecated.
|
void |
setAccountEntryUserRelId(long accountEntryUserRelId)
Deprecated.
|
void |
setAccountUserId(long accountUserId)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
static AccountEntryUserRelSoap |
toSoapModel(AccountEntryUserRel model)
Deprecated.
|
static AccountEntryUserRelSoap[] |
toSoapModels(AccountEntryUserRel[] models)
Deprecated.
|
static AccountEntryUserRelSoap[][] |
toSoapModels(AccountEntryUserRel[][] models)
Deprecated.
|
static AccountEntryUserRelSoap[] |
toSoapModels(java.util.List<AccountEntryUserRel> models)
Deprecated.
|
public static AccountEntryUserRelSoap toSoapModel(AccountEntryUserRel model)
public static AccountEntryUserRelSoap[] toSoapModels(AccountEntryUserRel[] models)
public static AccountEntryUserRelSoap[][] toSoapModels(AccountEntryUserRel[][] models)
public static AccountEntryUserRelSoap[] toSoapModels(java.util.List<AccountEntryUserRel> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getAccountEntryUserRelId()
public void setAccountEntryUserRelId(long accountEntryUserRelId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getAccountEntryId()
public void setAccountEntryId(long accountEntryId)
public long getAccountUserId()
public void setAccountUserId(long accountUserId)