com.liferay.portlet.enterpriseadmin.search
Class OrganizationDisplayTerms
java.lang.Object
com.liferay.portal.kernel.dao.search.DisplayTerms
com.liferay.portlet.enterpriseadmin.search.OrganizationDisplayTerms
- Direct Known Subclasses:
- OrganizationSearchTerms
public class OrganizationDisplayTerms
- extends DisplayTerms
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CITY
public static final String CITY
- See Also:
- Constant Field Values
COUNTRY_ID
public static final String COUNTRY_ID
- See Also:
- Constant Field Values
NAME
public static final String NAME
- See Also:
- Constant Field Values
PARENT_ORGANIZATION_ID
public static final String PARENT_ORGANIZATION_ID
- See Also:
- Constant Field Values
REGION_ID
public static final String REGION_ID
- See Also:
- Constant Field Values
STREET
public static final String STREET
- See Also:
- Constant Field Values
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
ZIP
public static final String ZIP
- See Also:
- Constant Field Values
city
protected String city
countryId
protected long countryId
name
protected String name
parentOrganizationId
protected long parentOrganizationId
regionId
protected long regionId
street
protected String street
type
protected String type
zip
protected String zip
OrganizationDisplayTerms
public OrganizationDisplayTerms(PortletRequest portletRequest)
getCity
public String getCity()
getCountryId
public long getCountryId()
getName
public String getName()
getParentOrganizationId
public long getParentOrganizationId()
getRegionId
public long getRegionId()
getStreet
public String getStreet()
getType
public String getType()
getZip
public String getZip()
setType
public void setType(String type)