@Deprecated
public class CommerceAccountUserRelSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.commerce.account.service.http.CommerceAccountUserRelServiceSoap.| Constructor and Description |
|---|
CommerceAccountUserRelSoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCommerceAccountId()
Deprecated.
|
long |
getCommerceAccountUserId()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
CommerceAccountUserRelPK |
getPrimaryKey()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
void |
setCommerceAccountId(long commerceAccountId)
Deprecated.
|
void |
setCommerceAccountUserId(long commerceAccountUserId)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setPrimaryKey(CommerceAccountUserRelPK pk)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
static CommerceAccountUserRelSoap |
toSoapModel(CommerceAccountUserRel model)
Deprecated.
|
static CommerceAccountUserRelSoap[] |
toSoapModels(CommerceAccountUserRel[] models)
Deprecated.
|
static CommerceAccountUserRelSoap[][] |
toSoapModels(CommerceAccountUserRel[][] models)
Deprecated.
|
static CommerceAccountUserRelSoap[] |
toSoapModels(java.util.List<CommerceAccountUserRel> models)
Deprecated.
|
public static CommerceAccountUserRelSoap toSoapModel(CommerceAccountUserRel model)
public static CommerceAccountUserRelSoap[] toSoapModels(CommerceAccountUserRel[] models)
public static CommerceAccountUserRelSoap[][] toSoapModels(CommerceAccountUserRel[][] models)
public static CommerceAccountUserRelSoap[] toSoapModels(java.util.List<CommerceAccountUserRel> models)
public CommerceAccountUserRelPK getPrimaryKey()
public void setPrimaryKey(CommerceAccountUserRelPK pk)
public long getCommerceAccountId()
public void setCommerceAccountId(long commerceAccountId)
public long getCommerceAccountUserId()
public void setCommerceAccountUserId(long commerceAccountUserId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)