@Deprecated
public class CompanySoap
extends Object
implements Serializable
CompanyServiceSoap
.Constructor and Description |
---|
CompanySoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getActive()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
Date |
getCreateDate()
Deprecated.
|
String |
getHomeURL()
Deprecated.
|
String |
getIndustry()
Deprecated.
|
String |
getLegalId()
Deprecated.
|
String |
getLegalName()
Deprecated.
|
String |
getLegalType()
Deprecated.
|
long |
getLogoId()
Deprecated.
|
int |
getMaxUsers()
Deprecated.
|
Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
String |
getMx()
Deprecated.
|
String |
getName()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
String |
getSicCode()
Deprecated.
|
String |
getSize()
Deprecated.
|
boolean |
getSystem()
Deprecated.
|
String |
getTickerSymbol()
Deprecated.
|
String |
getType()
Deprecated.
|
long |
getUserId()
Deprecated.
|
String |
getUserName()
Deprecated.
|
String |
getWebId()
Deprecated.
|
boolean |
isActive()
Deprecated.
|
boolean |
isSystem()
Deprecated.
|
void |
setActive(boolean active)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(Date createDate)
Deprecated.
|
void |
setHomeURL(String homeURL)
Deprecated.
|
void |
setIndustry(String industry)
Deprecated.
|
void |
setLegalId(String legalId)
Deprecated.
|
void |
setLegalName(String legalName)
Deprecated.
|
void |
setLegalType(String legalType)
Deprecated.
|
void |
setLogoId(long logoId)
Deprecated.
|
void |
setMaxUsers(int maxUsers)
Deprecated.
|
void |
setModifiedDate(Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setMx(String mx)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setSicCode(String sicCode)
Deprecated.
|
void |
setSize(String size)
Deprecated.
|
void |
setSystem(boolean system)
Deprecated.
|
void |
setTickerSymbol(String tickerSymbol)
Deprecated.
|
void |
setType(String type)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(String userName)
Deprecated.
|
void |
setWebId(String webId)
Deprecated.
|
static CompanySoap |
toSoapModel(Company model)
Deprecated.
|
static CompanySoap[] |
toSoapModels(Company[] models)
Deprecated.
|
static CompanySoap[][] |
toSoapModels(Company[][] models)
Deprecated.
|
static CompanySoap[] |
toSoapModels(List<Company> models)
Deprecated.
|
public static CompanySoap toSoapModel(Company model)
public static CompanySoap[] toSoapModels(Company[] models)
public static CompanySoap[][] toSoapModels(Company[][] models)
public static CompanySoap[] toSoapModels(List<Company> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public String getUserName()
public void setUserName(String userName)
public Date getCreateDate()
public void setCreateDate(Date createDate)
public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
public String getWebId()
public void setWebId(String webId)
public String getMx()
public void setMx(String mx)
public String getHomeURL()
public void setHomeURL(String homeURL)
public long getLogoId()
public void setLogoId(long logoId)
public boolean getSystem()
public boolean isSystem()
public void setSystem(boolean system)
public int getMaxUsers()
public void setMaxUsers(int maxUsers)
public boolean getActive()
public boolean isActive()
public void setActive(boolean active)
public String getName()
public void setName(String name)
public String getLegalName()
public void setLegalName(String legalName)
public String getLegalId()
public void setLegalId(String legalId)
public String getLegalType()
public void setLegalType(String legalType)
public String getSicCode()
public void setSicCode(String sicCode)
public String getTickerSymbol()
public void setTickerSymbol(String tickerSymbol)
public String getIndustry()
public void setIndustry(String industry)
public String getType()
public void setType(String type)
public String getSize()
public void setSize(String size)