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,org.fenixedu.cms.domain.Cloneable,pt.ist.fenixframework.DomainObject
public abstract class StaticPost_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 -
Method Summary
Methods inherited from class org.fenixedu.cms.domain.component.Component
availableComponents, clone, componentType, delete, forType, forType, getDescription, getName, getType, handle, json, registerMethods inherited from class org.fenixedu.cms.domain.component.Component_Base
addInstalledPage, getCreatedBy, getCreationDate, getInstalledPageSet, getRelationComponentPage, getRelationComponentUser, removeInstalledPage, setCreatedBy, setCreationDate, setTypeMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
StaticPost_Base
protected StaticPost_Base()
-
-
Method Details
-
getRelationStaticPostPost
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.Post,org.fenixedu.cms.domain.component.StaticPost> getRelationStaticPostPost() -
getPost
public org.fenixedu.cms.domain.Post getPost() -
setPost
public void setPost(org.fenixedu.cms.domain.Post post)
-