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.model.impl.PhoneImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
PhoneModel, PhoneImpl, PhoneModelImpl

Method Summary
 ListType getType()
           
 
Methods inherited from interface com.liferay.portal.model.PhoneModel
getClassName, 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, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getType

ListType getType()