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, org.fenixedu.cms.domain.Cloneable, pt.ist.fenixframework.DomainObject

public abstract class ListCategoryPosts_Base extends org.fenixedu.cms.domain.component.Component
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Field Summary

    Fields inherited from class org.fenixedu.cms.domain.component.Component

    advice$delete, COMPONENTS
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.fenixedu.cms.domain.Category
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.component.ListCategoryPosts,org.fenixedu.cms.domain.Category>
     
    void
    setCategory(org.fenixedu.cms.domain.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 pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ListCategoryPosts_Base

      protected ListCategoryPosts_Base()
  • Method Details

    • getRelationListCategoryPostsCategory

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.component.ListCategoryPosts,org.fenixedu.cms.domain.Category> getRelationListCategoryPostsCategory()
    • getCategory

      public org.fenixedu.cms.domain.Category getCategory()
    • setCategory

      public void setCategory(org.fenixedu.cms.domain.Category category)