com.liferay.portal.model
Interface Phone

All Superinterfaces:
BaseModel<Phone>, java.lang.Cloneable, java.lang.Comparable<Phone>, PhoneModel, java.io.Serializable
All Known Implementing Classes:
PhoneWrapper

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

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

Method Summary
 ListType getType()
           
 
Methods inherited from interface com.liferay.portal.model.PhoneModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtension, getModifiedDate, getNumber, getPhoneId, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, isPrimary, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setExtension, setModifiedDate, setNew, setNumber, setPhoneId, setPrimary, setPrimaryKey, setTypeId, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Method Detail

getType

ListType getType()