/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*/
package org.oep.usermgt.model;
import com.liferay.portal.kernel.bean.AutoEscape;
import com.liferay.portal.kernel.exception.SystemException;
import com.liferay.portal.model.BaseModel;
import com.liferay.portal.model.CacheModel;
import com.liferay.portal.service.ServiceContext;
import com.liferay.portlet.expando.model.ExpandoBridge;
import java.io.Serializable;
import java.util.Date;
/**
* The base model interface for the Business service. Represents a row in the "oep_usermgt_business" database table, with each column mapped to a property of this class.
*
* <p>
* This interface and its corresponding implementation {@link org.oep.usermgt.model.impl.BusinessModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link org.oep.usermgt.model.impl.BusinessImpl}.
* </p>
*
* @author NQMINH
* @see Business
* @see org.oep.usermgt.model.impl.BusinessImpl
* @see org.oep.usermgt.model.impl.BusinessModelImpl
* @generated
*/
public interface BusinessModel extends BaseModel<Business> {
/*
* NOTE FOR DEVELOPERS:
*
* Never modify or reference this interface directly. All methods that expect a business model instance should use the {@link Business} interface instead.
*/
/**
* Returns the primary key of this business.
*
* @return the primary key of this business
*/
public long getPrimaryKey();
/**
* Sets the primary key of this business.
*
* @param primaryKey the primary key of this business
*/
public void setPrimaryKey(long primaryKey);
/**
* Returns the business ID of this business.
*
* @return the business ID of this business
*/
public long getBusinessId();
/**
* Sets the business ID of this business.
*
* @param businessId the business ID of this business
*/
public void setBusinessId(long businessId);
/**
* Returns the user ID of this business.
*
* @return the user ID of this business
*/
public long getUserId();
/**
* Sets the user ID of this business.
*
* @param userId the user ID of this business
*/
public void setUserId(long userId);
/**
* Returns the user uuid of this business.
*
* @return the user uuid of this business
* @throws SystemException if a system exception occurred
*/
public String getUserUuid() throws SystemException;
/**
* Sets the user uuid of this business.
*
* @param userUuid the user uuid of this business
*/
public void setUserUuid(String userUuid);
/**
* Returns the group ID of this business.
*
* @return the group ID of this business
*/
public long getGroupId();
/**
* Sets the group ID of this business.
*
* @param groupId the group ID of this business
*/
public void setGroupId(long groupId);
/**
* Returns the company ID of this business.
*
* @return the company ID of this business
*/
public long getCompanyId();
/**
* Sets the company ID of this business.
*
* @param companyId the company ID of this business
*/
public void setCompanyId(long companyId);
/**
* Returns the create date of this business.
*
* @return the create date of this business
*/
public Date getCreateDate();
/**
* Sets the create date of this business.
*
* @param createDate the create date of this business
*/
public void setCreateDate(Date createDate);
/**
* Returns the modified date of this business.
*
* @return the modified date of this business
*/
public Date getModifiedDate();
/**
* Sets the modified date of this business.
*
* @param modifiedDate the modified date of this business
*/
public void setModifiedDate(Date modifiedDate);
/**
* Returns the organization ID of this business.
*
* @return the organization ID of this business
*/
public long getOrganizationId();
/**
* Sets the organization ID of this business.
*
* @param organizationId the organization ID of this business
*/
public void setOrganizationId(long organizationId);
/**
* Returns the master user ID of this business.
*
* @return the master user ID of this business
*/
public long getMasterUserId();
/**
* Sets the master user ID of this business.
*
* @param masterUserId the master user ID of this business
*/
public void setMasterUserId(long masterUserId);
/**
* Returns the master user uuid of this business.
*
* @return the master user uuid of this business
* @throws SystemException if a system exception occurred
*/
public String getMasterUserUuid() throws SystemException;
/**
* Sets the master user uuid of this business.
*
* @param masterUserUuid the master user uuid of this business
*/
public void setMasterUserUuid(String masterUserUuid);
/**
* Returns the name of this business.
*
* @return the name of this business
*/
@AutoEscape
public String getName();
/**
* Sets the name of this business.
*
* @param name the name of this business
*/
public void setName(String name);
/**
* Returns the en name of this business.
*
* @return the en name of this business
*/
@AutoEscape
public String getEnName();
/**
* Sets the en name of this business.
*
* @param enName the en name of this business
*/
public void setEnName(String enName);
/**
* Returns the short name of this business.
*
* @return the short name of this business
*/
@AutoEscape
public String getShortName();
/**
* Sets the short name of this business.
*
* @param shortName the short name of this business
*/
public void setShortName(String shortName);
/**
* Returns the address of this business.
*
* @return the address of this business
*/
@AutoEscape
public String getAddress();
/**
* Sets the address of this business.
*
* @param address the address of this business
*/
public void setAddress(String address);
/**
* Returns the city no of this business.
*
* @return the city no of this business
*/
@AutoEscape
public String getCityNo();
/**
* Sets the city no of this business.
*
* @param cityNo the city no of this business
*/
public void setCityNo(String cityNo);
/**
* Returns the city name of this business.
*
* @return the city name of this business
*/
@AutoEscape
public String getCityName();
/**
* Sets the city name of this business.
*
* @param cityName the city name of this business
*/
public void setCityName(String cityName);
/**
* Returns the district no of this business.
*
* @return the district no of this business
*/
@AutoEscape
public String getDistrictNo();
/**
* Sets the district no of this business.
*
* @param districtNo the district no of this business
*/
public void setDistrictNo(String districtNo);
/**
* Returns the district name of this business.
*
* @return the district name of this business
*/
@AutoEscape
public String getDistrictName();
/**
* Sets the district name of this business.
*
* @param districtName the district name of this business
*/
public void setDistrictName(String districtName);
/**
* Returns the ward no of this business.
*
* @return the ward no of this business
*/
@AutoEscape
public String getWardNo();
/**
* Sets the ward no of this business.
*
* @param wardNo the ward no of this business
*/
public void setWardNo(String wardNo);
/**
* Returns the ward name of this business.
*
* @return the ward name of this business
*/
@AutoEscape
public String getWardName();
/**
* Sets the ward name of this business.
*
* @param wardName the ward name of this business
*/
public void setWardName(String wardName);
/**
* Returns the gps position of this business.
*
* @return the gps position of this business
*/
@AutoEscape
public String getGpsPosition();
/**
* Sets the gps position of this business.
*
* @param gpsPosition the gps position of this business
*/
public void setGpsPosition(String gpsPosition);
/**
* Returns the tel no of this business.
*
* @return the tel no of this business
*/
@AutoEscape
public String getTelNo();
/**
* Sets the tel no of this business.
*
* @param telNo the tel no of this business
*/
public void setTelNo(String telNo);
/**
* Returns the fax of this business.
*
* @return the fax of this business
*/
@AutoEscape
public String getFax();
/**
* Sets the fax of this business.
*
* @param fax the fax of this business
*/
public void setFax(String fax);
/**
* Returns the email of this business.
*
* @return the email of this business
*/
@AutoEscape
public String getEmail();
/**
* Sets the email of this business.
*
* @param email the email of this business
*/
public void setEmail(String email);
/**
* Returns the business no of this business.
*
* @return the business no of this business
*/
@AutoEscape
public String getBusinessNo();
/**
* Sets the business no of this business.
*
* @param businessNo the business no of this business
*/
public void setBusinessNo(String businessNo);
/**
* Returns the business type of this business.
*
* @return the business type of this business
*/
@AutoEscape
public String getBusinessType();
/**
* Sets the business type of this business.
*
* @param businessType the business type of this business
*/
public void setBusinessType(String businessType);
/**
* Returns the register agent of this business.
*
* @return the register agent of this business
*/
@AutoEscape
public String getRegisterAgent();
/**
* Sets the register agent of this business.
*
* @param registerAgent the register agent of this business
*/
public void setRegisterAgent(String registerAgent);
/**
* Returns the register date of this business.
*
* @return the register date of this business
*/
public Date getRegisterDate();
/**
* Sets the register date of this business.
*
* @param registerDate the register date of this business
*/
public void setRegisterDate(Date registerDate);
/**
* Returns the representative of this business.
*
* @return the representative of this business
*/
@AutoEscape
public String getRepresentative();
/**
* Sets the representative of this business.
*
* @param representative the representative of this business
*/
public void setRepresentative(String representative);
/**
* Returns the representative role of this business.
*
* @return the representative role of this business
*/
@AutoEscape
public String getRepresentativeRole();
/**
* Sets the representative role of this business.
*
* @param representativeRole the representative role of this business
*/
public void setRepresentativeRole(String representativeRole);
@Override
public boolean isNew();
@Override
public void setNew(boolean n);
@Override
public boolean isCachedModel();
@Override
public void setCachedModel(boolean cachedModel);
@Override
public boolean isEscapedModel();
@Override
public Serializable getPrimaryKeyObj();
@Override
public void setPrimaryKeyObj(Serializable primaryKeyObj);
@Override
public ExpandoBridge getExpandoBridge();
@Override
public void setExpandoBridgeAttributes(BaseModel<?> baseModel);
@Override
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge);
@Override
public void setExpandoBridgeAttributes(ServiceContext serviceContext);
@Override
public Object clone();
@Override
public int compareTo(Business business);
@Override
public int hashCode();
@Override
public CacheModel<Business> toCacheModel();
@Override
public Business toEscapedModel();
@Override
public Business toUnescapedModel();
@Override
public String toString();
@Override
public String toXmlString();
}