Liferay 6.2-ce-ga5

com.liferay.portal.model
Class CompanySoap

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

public class CompanySoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portal.service.http.CompanyServiceSoap.

See Also:
com.liferay.portal.service.http.CompanyServiceSoap, Serialized Form

Constructor Summary
CompanySoap()
           
 
Method Summary
 long getAccountId()
           
 boolean getActive()
           
 long getCompanyId()
           
 String getHomeURL()
           
 String getKey()
           
 long getLogoId()
           
 int getMaxUsers()
           
 String getMx()
           
 long getPrimaryKey()
           
 boolean getSystem()
           
 String getWebId()
           
 boolean isActive()
           
 boolean isSystem()
           
 void setAccountId(long accountId)
           
 void setActive(boolean active)
           
 void setCompanyId(long companyId)
           
 void setHomeURL(String homeURL)
           
 void setKey(String key)
           
 void setLogoId(long logoId)
           
 void setMaxUsers(int maxUsers)
           
 void setMx(String mx)
           
 void setPrimaryKey(long pk)
           
 void setSystem(boolean system)
           
 void setWebId(String webId)
           
static CompanySoap toSoapModel(Company model)
           
static CompanySoap[] toSoapModels(Company[] models)
           
static CompanySoap[][] toSoapModels(Company[][] models)
           
static CompanySoap[] toSoapModels(List<Company> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompanySoap

public CompanySoap()
Method Detail

toSoapModel

public static CompanySoap toSoapModel(Company model)

toSoapModels

public static CompanySoap[] toSoapModels(Company[] models)

toSoapModels

public static CompanySoap[][] toSoapModels(Company[][] models)

toSoapModels

public static CompanySoap[] toSoapModels(List<Company> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getAccountId

public long getAccountId()

setAccountId

public void setAccountId(long accountId)

getWebId

public String getWebId()

setWebId

public void setWebId(String webId)

getKey

public String getKey()

setKey

public void setKey(String key)

getMx

public String getMx()

setMx

public void setMx(String mx)

getHomeURL

public String getHomeURL()

setHomeURL

public void setHomeURL(String homeURL)

getLogoId

public long getLogoId()

setLogoId

public void setLogoId(long logoId)

getSystem

public boolean getSystem()

isSystem

public boolean isSystem()

setSystem

public void setSystem(boolean system)

getMaxUsers

public int getMaxUsers()

setMaxUsers

public void setMaxUsers(int maxUsers)

getActive

public boolean getActive()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

Liferay 6.2-ce-ga5