com.liferay.portal.model
Class CompanySoap
java.lang.Object
com.liferay.portal.model.CompanySoap
- All Implemented Interfaces:
- java.io.Serializable
public class CompanySoap
- extends java.lang.Object
- implements java.io.Serializable
This class is used by SOAP remote services, specifically com.liferay.portal.service.http.CompanyServiceSoap.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.http.CompanyServiceSoap,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompanySoap
public CompanySoap()
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(java.util.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 java.lang.String getWebId()
setWebId
public void setWebId(java.lang.String webId)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getMx
public java.lang.String getMx()
setMx
public void setMx(java.lang.String mx)
getHomeURL
public java.lang.String getHomeURL()
setHomeURL
public void setHomeURL(java.lang.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)