com.liferay.portal.model
Interface Address
- All Superinterfaces:
- AddressModel, BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- public interface Address
- extends AddressModel
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This interface is a model that represents the Address
table in the
database.
Customize com.liferay.portal.service.model.impl.AddressImpl
and
rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.AddressModel
,
com.liferay.portal.service.model.impl.AddressImpl
,
com.liferay.portal.service.model.impl.AddressModelImpl
Methods inherited from interface com.liferay.portal.model.AddressModel |
getAddressId, getCity, getClassNameId, getClassPK, getCompanyId, getCountryId, getCreateDate, getMailing, getModifiedDate, getPrimary, getPrimaryKey, getRegionId, getStreet1, getStreet2, getStreet3, getTypeId, getUserId, getUserName, getZip, isMailing, isPrimary, setAddressId, setCity, setClassNameId, setClassPK, setCompanyId, setCountryId, setCreateDate, setMailing, setModifiedDate, setPrimary, setPrimaryKey, setRegionId, setStreet1, setStreet2, setStreet3, setTypeId, setUserId, setUserName, setZip |
Methods inherited from interface java.lang.Comparable |
compareTo |
getRegion
public Region getRegion()
getCountry
public Country getCountry()
getType
public ListType getType()