Class ListCategoryPosts_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- org.fenixedu.cms.domain.component.Component_Base
-
- org.fenixedu.cms.domain.component.Component
-
- org.fenixedu.cms.domain.component.ListCategoryPosts_Base
-
- All Implemented Interfaces:
Serializable,Cloneable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
ListCategoryPosts
public abstract class ListCategoryPosts_Base extends Component
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.fenixedu.cms.domain.component.Component
COMPONENTS
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedListCategoryPosts_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CategorygetCategory()static pt.ist.fenixframework.dml.runtime.DirectRelation<ListCategoryPosts,Category>getRelationListCategoryPostsCategory()voidsetCategory(Category category)-
Methods inherited from class org.fenixedu.cms.domain.component.Component
availableComponents, clone, componentType, delete, forType, forType, getDescription, getName, getType, handle, json, register
-
Methods inherited from class org.fenixedu.cms.domain.component.Component_Base
addInstalledPage, getCreatedBy, getCreationDate, getInstalledPageSet, getRelationComponentPage, getRelationComponentUser, removeInstalledPage, setCreatedBy, setCreationDate, setType
-
-
-
-
Method Detail
-
getRelationListCategoryPostsCategory
public static pt.ist.fenixframework.dml.runtime.DirectRelation<ListCategoryPosts,Category> getRelationListCategoryPostsCategory()
-
getCategory
public Category getCategory()
-
setCategory
public void setCategory(Category category)
-
-