Liferay 6.0.5

com.liferay.portal.model
Class AccountSoap

java.lang.Object
  extended by com.liferay.portal.model.AccountSoap
All Implemented Interfaces:
Serializable

public class AccountSoap
extends Object
implements Serializable

This class is used by AccountServiceSoap.

See Also:
AccountServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
AccountSoap()
           
 
Method Summary
 long getAccountId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getIndustry()
           
 String getLegalId()
           
 String getLegalName()
           
 String getLegalType()
           
 Date getModifiedDate()
           
 String getName()
           
 long getParentAccountId()
           
 long getPrimaryKey()
           
 String getSicCode()
           
 String getSize()
           
 String getTickerSymbol()
           
 String getType()
           
 long getUserId()
           
 String getUserName()
           
 void setAccountId(long accountId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setIndustry(String industry)
           
 void setLegalId(String legalId)
           
 void setLegalName(String legalName)
           
 void setLegalType(String legalType)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setParentAccountId(long parentAccountId)
           
 void setPrimaryKey(long pk)
           
 void setSicCode(String sicCode)
           
 void setSize(String size)
           
 void setTickerSymbol(String tickerSymbol)
           
 void setType(String type)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
static AccountSoap toSoapModel(Account model)
           
static AccountSoap[] toSoapModels(Account[] models)
           
static AccountSoap[][] toSoapModels(Account[][] models)
           
static AccountSoap[] toSoapModels(List<Account> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountSoap

public AccountSoap()
Method Detail

toSoapModel

public static AccountSoap toSoapModel(Account model)

toSoapModels

public static AccountSoap[] toSoapModels(Account[] models)

toSoapModels

public static AccountSoap[][] toSoapModels(Account[][] models)

toSoapModels

public static AccountSoap[] toSoapModels(List<Account> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getAccountId

public long getAccountId()

setAccountId

public void setAccountId(long accountId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getParentAccountId

public long getParentAccountId()

setParentAccountId

public void setParentAccountId(long parentAccountId)

getName

public String getName()

setName

public void setName(String name)

getLegalName

public String getLegalName()

setLegalName

public void setLegalName(String legalName)

getLegalId

public String getLegalId()

setLegalId

public void setLegalId(String legalId)

getLegalType

public String getLegalType()

setLegalType

public void setLegalType(String legalType)

getSicCode

public String getSicCode()

setSicCode

public void setSicCode(String sicCode)

getTickerSymbol

public String getTickerSymbol()

setTickerSymbol

public void setTickerSymbol(String tickerSymbol)

getIndustry

public String getIndustry()

setIndustry

public void setIndustry(String industry)

getType

public String getType()

setType

public void setType(String type)

getSize

public String getSize()

setSize

public void setSize(String size)

Liferay 6.0.5