@Deprecated
public class AccountGroupRelSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.account.service.http.AccountGroupRelServiceSoap.| Constructor and Description |
|---|
AccountGroupRelSoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountGroupId()
Deprecated.
|
long |
getAccountGroupRelId()
Deprecated.
|
long |
getClassNameId()
Deprecated.
|
long |
getClassPK()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
void |
setAccountGroupId(long accountGroupId)
Deprecated.
|
void |
setAccountGroupRelId(long accountGroupRelId)
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
|
void |
setClassPK(long classPK)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
static AccountGroupRelSoap |
toSoapModel(AccountGroupRel model)
Deprecated.
|
static AccountGroupRelSoap[] |
toSoapModels(AccountGroupRel[] models)
Deprecated.
|
static AccountGroupRelSoap[][] |
toSoapModels(AccountGroupRel[][] models)
Deprecated.
|
static AccountGroupRelSoap[] |
toSoapModels(java.util.List<AccountGroupRel> models)
Deprecated.
|
public static AccountGroupRelSoap toSoapModel(AccountGroupRel model)
public static AccountGroupRelSoap[] toSoapModels(AccountGroupRel[] models)
public static AccountGroupRelSoap[][] toSoapModels(AccountGroupRel[][] models)
public static AccountGroupRelSoap[] toSoapModels(java.util.List<AccountGroupRel> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getAccountGroupRelId()
public void setAccountGroupRelId(long accountGroupRelId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getAccountGroupId()
public void setAccountGroupId(long accountGroupId)
public long getClassNameId()
public void setClassNameId(long classNameId)
public long getClassPK()
public void setClassPK(long classPK)