Class BaseSectionContent
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.contentmanagement.BaseStaticContent
-
- org.cyclos.entities.contentmanagement.BaseSectionContent
-
- All Implemented Interfaces:
Cloneable,HasContentScript,HasNetwork,ProcessableForProxying,IEntity,UsesScript
- Direct Known Subclasses:
BaseFrontendContent,BaseHomeContent,EmailTemplate,FooterContent,FrontendFooterContent,HeaderContent,HomeContent,LoginFooterContent,LoginHeaderContent,PayFooterContent,PayHeaderContent,WelcomeContent
@MappedSuperclass public abstract class BaseSectionContent extends BaseStaticContent
Base class for those contents wich are customized or not (inherited)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description BaseSectionContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCustomized()voidsetCustomized(boolean customized)-
Methods inherited from class org.cyclos.entities.contentmanagement.BaseStaticContent
getConfiguration, getContent, getContentScript, getContentScriptParameters, getDataTranslationType, getLastModified, getLastModifiedMillis, getNature, getNetwork, getScriptUsedInType, setConfiguration, setContent, setContentScript, setContentScriptParameters, setLastModified
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
Methods inherited from interface org.cyclos.model.system.scripts.UsesScript
isEnabled
-
-
-
-
Method Detail
-
isCustomized
public boolean isCustomized()
- Specified by:
isCustomizedin classBaseStaticContent
-
setCustomized
public void setCustomized(boolean customized)
-
-