@Deprecated
public class CommerceApplicationBrandSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.commerce.application.service.http.CommerceApplicationBrandServiceSoap.| Constructor and Description |
|---|
CommerceApplicationBrandSoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCommerceApplicationBrandId()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getLogoId()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
void |
setCommerceApplicationBrandId(long commerceApplicationBrandId)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setLogoId(long logoId)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setName(java.lang.String name)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
static CommerceApplicationBrandSoap |
toSoapModel(CommerceApplicationBrand model)
Deprecated.
|
static CommerceApplicationBrandSoap[] |
toSoapModels(CommerceApplicationBrand[] models)
Deprecated.
|
static CommerceApplicationBrandSoap[][] |
toSoapModels(CommerceApplicationBrand[][] models)
Deprecated.
|
static CommerceApplicationBrandSoap[] |
toSoapModels(java.util.List<CommerceApplicationBrand> models)
Deprecated.
|
public static CommerceApplicationBrandSoap toSoapModel(CommerceApplicationBrand model)
public static CommerceApplicationBrandSoap[] toSoapModels(CommerceApplicationBrand[] models)
public static CommerceApplicationBrandSoap[][] toSoapModels(CommerceApplicationBrand[][] models)
public static CommerceApplicationBrandSoap[] toSoapModels(java.util.List<CommerceApplicationBrand> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getCommerceApplicationBrandId()
public void setCommerceApplicationBrandId(long commerceApplicationBrandId)
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)
public java.lang.String getName()
public void setName(java.lang.String name)
public long getLogoId()
public void setLogoId(long logoId)