Class StaticPost_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.StaticPost_Base
-
- All Implemented Interfaces:
Serializable,Cloneable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
StaticPost
public abstract class StaticPost_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 protectedStaticPost_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PostgetPost()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,StaticPost>getRelationStaticPostPost()voidsetPost(Post post)-
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
-
getRelationStaticPostPost
public static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,StaticPost> getRelationStaticPostPost()
-
getPost
public Post getPost()
-
setPost
public void setPost(Post post)
-
-