com.liferay.portal.model
Interface Phone
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, PhoneModel, java.io.Serializable
- public interface Phone
- extends PhoneModel
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 Phone
table in the
database.
Customize com.liferay.portal.service.model.impl.PhoneImpl
and rerun
the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.PhoneModel
,
com.liferay.portal.service.model.impl.PhoneImpl
,
com.liferay.portal.service.model.impl.PhoneModelImpl
Methods inherited from interface com.liferay.portal.model.PhoneModel |
getClassNameId, getClassPK, getCompanyId, getCreateDate, getExtension, getModifiedDate, getNumber, getPhoneId, getPrimary, getPrimaryKey, getTypeId, getUserId, getUserName, isPrimary, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExtension, setModifiedDate, setNumber, setPhoneId, setPrimary, setPrimaryKey, setTypeId, setUserId, setUserName |
Methods inherited from interface java.lang.Comparable |
compareTo |
getType
public ListType getType()