@Deprecated
public class AccountEntrySoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.account.service.http.AccountEntryServiceSoap
.Constructor and Description |
---|
AccountEntrySoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getAccountEntryId()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getDefaultBillingAddressId()
Deprecated.
|
long |
getDefaultDeliveryCTermEntryId()
Deprecated.
|
long |
getDefaultPaymentCTermEntryId()
Deprecated.
|
long |
getDefaultShippingAddressId()
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
|
java.lang.String |
getDomains()
Deprecated.
|
java.lang.String |
getEmailAddress()
Deprecated.
|
java.lang.String |
getExternalReferenceCode()
Deprecated.
|
long |
getLogoId()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
long |
getParentAccountEntryId()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
int |
getStatus()
Deprecated.
|
java.lang.String |
getTaxExemptionCode()
Deprecated.
|
java.lang.String |
getTaxIdNumber()
Deprecated.
|
java.lang.String |
getType()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
void |
setAccountEntryId(long accountEntryId)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setDefaultBillingAddressId(long defaultBillingAddressId)
Deprecated.
|
void |
setDefaultDeliveryCTermEntryId(long defaultDeliveryCTermEntryId)
Deprecated.
|
void |
setDefaultPaymentCTermEntryId(long defaultPaymentCTermEntryId)
Deprecated.
|
void |
setDefaultShippingAddressId(long defaultShippingAddressId)
Deprecated.
|
void |
setDescription(java.lang.String description)
Deprecated.
|
void |
setDomains(java.lang.String domains)
Deprecated.
|
void |
setEmailAddress(java.lang.String emailAddress)
Deprecated.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Deprecated.
|
void |
setLogoId(long logoId)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setName(java.lang.String name)
Deprecated.
|
void |
setParentAccountEntryId(long parentAccountEntryId)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setStatus(int status)
Deprecated.
|
void |
setTaxExemptionCode(java.lang.String taxExemptionCode)
Deprecated.
|
void |
setTaxIdNumber(java.lang.String taxIdNumber)
Deprecated.
|
void |
setType(java.lang.String type)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
static AccountEntrySoap |
toSoapModel(AccountEntry model)
Deprecated.
|
static AccountEntrySoap[] |
toSoapModels(AccountEntry[] models)
Deprecated.
|
static AccountEntrySoap[][] |
toSoapModels(AccountEntry[][] models)
Deprecated.
|
static AccountEntrySoap[] |
toSoapModels(java.util.List<AccountEntry> models)
Deprecated.
|
public static AccountEntrySoap toSoapModel(AccountEntry model)
public static AccountEntrySoap[] toSoapModels(AccountEntry[] models)
public static AccountEntrySoap[][] toSoapModels(AccountEntry[][] models)
public static AccountEntrySoap[] toSoapModels(java.util.List<AccountEntry> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public java.lang.String getExternalReferenceCode()
public void setExternalReferenceCode(java.lang.String externalReferenceCode)
public long getAccountEntryId()
public void setAccountEntryId(long accountEntryId)
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 long getDefaultBillingAddressId()
public void setDefaultBillingAddressId(long defaultBillingAddressId)
public long getDefaultDeliveryCTermEntryId()
public void setDefaultDeliveryCTermEntryId(long defaultDeliveryCTermEntryId)
public long getDefaultPaymentCTermEntryId()
public void setDefaultPaymentCTermEntryId(long defaultPaymentCTermEntryId)
public long getDefaultShippingAddressId()
public void setDefaultShippingAddressId(long defaultShippingAddressId)
public long getParentAccountEntryId()
public void setParentAccountEntryId(long parentAccountEntryId)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getDomains()
public void setDomains(java.lang.String domains)
public java.lang.String getEmailAddress()
public void setEmailAddress(java.lang.String emailAddress)
public long getLogoId()
public void setLogoId(long logoId)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getTaxExemptionCode()
public void setTaxExemptionCode(java.lang.String taxExemptionCode)
public java.lang.String getTaxIdNumber()
public void setTaxIdNumber(java.lang.String taxIdNumber)
public java.lang.String getType()
public void setType(java.lang.String type)
public int getStatus()
public void setStatus(int status)