Liferay 6.0.5

com.liferay.portal.model
Interface Phone

All Superinterfaces:
BaseModel<Phone>, Cloneable, Comparable<Phone>, PhoneModel, Serializable
All Known Implementing Classes:
PhoneImpl, PhoneWrapper

public interface Phone
extends PhoneModel

The model interface for the Phone service. Represents a row in the "Phone" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to PhoneImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a phone model instance should use the Phone interface instead.

See Also:
PhoneModel, PhoneImpl, PhoneModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5