public class OrganizationDisplayTerms
extends com.liferay.portal.kernel.dao.search.DisplayTerms
Modifier and Type | Field and Description |
---|---|
protected String |
city |
static String |
CITY |
static String |
COUNTRY_ID |
protected long |
countryId |
protected String |
name |
static String |
NAME |
static String |
PARENT_ORGANIZATION_ID |
protected long |
parentOrganizationId |
static String |
REGION_ID |
protected long |
regionId |
protected String |
street |
static String |
STREET |
protected String |
type |
static String |
TYPE |
protected String |
zip |
static String |
ZIP |
Constructor and Description |
---|
OrganizationDisplayTerms(PortletRequest portletRequest) |
Modifier and Type | Method and Description |
---|---|
String |
getCity() |
long |
getCountryId() |
String |
getName() |
long |
getParentOrganizationId() |
long |
getRegionId() |
String |
getStreet() |
String |
getType() |
String |
getZip() |
void |
setType(String type) |
public static final String CITY
public static final String COUNTRY_ID
public static final String NAME
public static final String PARENT_ORGANIZATION_ID
public static final String REGION_ID
public static final String STREET
public static final String TYPE
public static final String ZIP
protected String city
protected long countryId
protected String name
protected long parentOrganizationId
protected long regionId
protected String street
protected String type
protected String zip
public OrganizationDisplayTerms(PortletRequest portletRequest)
public String getCity()
public long getCountryId()
public String getName()
public long getParentOrganizationId()
public long getRegionId()
public String getStreet()
public String getType()
public String getZip()
public void setType(String type)