com.liferay.portal.model
Interface LayoutSetPrototype
- All Superinterfaces:
- BaseModel<LayoutSetPrototype>, Cloneable, Comparable<LayoutSetPrototype>, LayoutSetPrototypeModel, Serializable
- All Known Implementing Classes:
- LayoutSetPrototypeImpl, LayoutSetPrototypeWrapper
public interface LayoutSetPrototype
- extends LayoutSetPrototypeModel
The model interface for the LayoutSetPrototype service. Represents a row in the "LayoutSetPrototype" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to LayoutSetPrototypeImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
- See Also:
LayoutSetPrototypeModel,
LayoutSetPrototypeImpl,
LayoutSetPrototypeModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| Methods inherited from interface com.liferay.portal.model.LayoutSetPrototypeModel |
clone, compareTo, getActive, getCompanyId, getDescription, getExpandoBridge, getLayoutSetPrototypeId, getName, getName, getName, getName, getName, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSettings, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCompanyId, setDescription, setEscapedModel, setExpandoBridgeAttributes, setLayoutSetPrototypeId, setName, setName, setNameMap, setNew, setPrimaryKey, setSettings, toEscapedModel, toString, toXmlString |
getGroup
Group getGroup()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLayoutSet
LayoutSet getLayoutSet()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException