com.solidstategroup.cms
Class ChunkType

java.lang.Object
  extended by com.solidstategroup.cms.ChunkType

public class ChunkType
extends java.lang.Object


Constructor Summary
ChunkType()
           
 
Method Summary
 void clear()
           
 ChunkType copy()
           
 ChunkType execute()
           
 java.lang.String getArticleMetaType()
           
 AssetTypes getAssetTypes()
           
 int getChunkTypeId()
           
 java.lang.String getDescription()
           
 int getRootChunkTypeId()
           
 java.lang.String getTemplate()
           
 java.lang.String getTemplateSearch()
           
 java.lang.String getTemplateSummary()
           
 void setArticleMetaType(java.lang.String articleMetaType)
           
 void setAssetTypes(AssetTypes assetTypes)
           
 void setChunkTypeId(int chunkTypeId)
           
 void setDescription(java.lang.String description)
           
 void setRootChunkTypeId(int rootChunkTypeId)
           
 void setTemplate(java.lang.String template)
           
 void setTemplateSearch(java.lang.String templateSearch)
           
 void setTemplateSummary(java.lang.String templateSummary)
           
 boolean store()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkType

public ChunkType()
Method Detail

clear

public void clear()

execute

public ChunkType execute()

store

public boolean store()

copy

public ChunkType copy()

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

setChunkTypeId

public void setChunkTypeId(int chunkTypeId)

getChunkTypeId

public int getChunkTypeId()

setArticleMetaType

public void setArticleMetaType(java.lang.String articleMetaType)

getArticleMetaType

public java.lang.String getArticleMetaType()

getRootChunkTypeId

public int getRootChunkTypeId()

setRootChunkTypeId

public void setRootChunkTypeId(int rootChunkTypeId)

getTemplate

public java.lang.String getTemplate()

getTemplateSummary

public java.lang.String getTemplateSummary()

setTemplateSummary

public void setTemplateSummary(java.lang.String templateSummary)

getTemplateSearch

public java.lang.String getTemplateSearch()

setTemplateSearch

public void setTemplateSearch(java.lang.String templateSearch)

setTemplate

public void setTemplate(java.lang.String template)

getAssetTypes

public AssetTypes getAssetTypes()

setAssetTypes

public void setAssetTypes(AssetTypes assetTypes)