com.solidstategroup.cms
Class AssetType

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

public class AssetType
extends java.lang.Object


Field Summary
static int ARTICLE_ASSET
           
static int DOCUMENT_ASSET
           
static int IMAGE_ASSET
           
static int POLL_ASSET
           
static int TEXT_ASSET
           
static int URL_ASSET
           
static int WEBFORM_ASSET
           
 
Constructor Summary
AssetType()
           
 
Method Summary
 void delete()
           
 void execute()
           
 int getArticleTypeId()
           
 int getAssetTypeId()
           
 int getChunkTypeId()
           
 java.lang.String getDescription()
           
 java.lang.String getHelperText()
           
 int getMaxHeight()
           
 int getMaxWidth()
           
 MediaFormat getMediaFormat()
           
 MediaType getMediaType()
           
 int getMinHeight()
           
 int getMinWidth()
           
 int getNextAvailablePriority()
           
 int getPriority()
           
 java.lang.String getQuery()
           
 int getRootChunkFormatId()
           
 void setArticleTypeId(int articleTypeId)
           
 void setAssetTypeId(int assetTypeId)
           
 void setChunkTypeId(int chunkTypeId)
           
 void setDescription(java.lang.String description)
           
 void setHelperText(java.lang.String helperText)
           
 void setMaxHeight(int maxHeight)
           
 void setMaxHeightWithString(java.lang.String maxHeight)
           
 void setMaxWidth(int maxWidth)
           
 void setMaxWidthWithString(java.lang.String maxWidth)
           
 void setMediaFormat(MediaFormat mediaFormat)
           
 void setMediaFormatId(int mediaFormatId)
           
 void setMediaType(MediaType mediaType)
           
 void setMediaTypeId(int mediaTypeId)
           
 void setMinHeight(int minHeight)
           
 void setMinHeightWithString(java.lang.String minHeight)
           
 void setMinWidth(int minWidth)
           
 void setMinWidthWithString(java.lang.String minWidth)
           
 void setPriority(int priority)
           
 void setRootChunkFormatId(int rootChunkFormatId)
           
 boolean store()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_ASSET

public static final int TEXT_ASSET
See Also:
Constant Field Values

IMAGE_ASSET

public static final int IMAGE_ASSET
See Also:
Constant Field Values

DOCUMENT_ASSET

public static final int DOCUMENT_ASSET
See Also:
Constant Field Values

URL_ASSET

public static final int URL_ASSET
See Also:
Constant Field Values

POLL_ASSET

public static final int POLL_ASSET
See Also:
Constant Field Values

WEBFORM_ASSET

public static final int WEBFORM_ASSET
See Also:
Constant Field Values

ARTICLE_ASSET

public static final int ARTICLE_ASSET
See Also:
Constant Field Values
Constructor Detail

AssetType

public AssetType()
Method Detail

getQuery

public java.lang.String getQuery()

execute

public void execute()

store

public boolean store()

delete

public void delete()

getNextAvailablePriority

public int getNextAvailablePriority()

getAssetTypeId

public int getAssetTypeId()

setAssetTypeId

public void setAssetTypeId(int assetTypeId)

setPriority

public void setPriority(int priority)

getPriority

public int getPriority()

setArticleTypeId

public void setArticleTypeId(int articleTypeId)

getArticleTypeId

public int getArticleTypeId()

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()

getChunkTypeId

public int getChunkTypeId()

setChunkTypeId

public void setChunkTypeId(int chunkTypeId)

getMediaFormat

public MediaFormat getMediaFormat()

setMediaFormat

public void setMediaFormat(MediaFormat mediaFormat)

setMediaFormatId

public void setMediaFormatId(int mediaFormatId)

getMediaType

public MediaType getMediaType()

setMediaType

public void setMediaType(MediaType mediaType)

setMediaTypeId

public void setMediaTypeId(int mediaTypeId)

getHelperText

public java.lang.String getHelperText()

setHelperText

public void setHelperText(java.lang.String helperText)

getMinWidth

public int getMinWidth()

setMinWidth

public void setMinWidth(int minWidth)

setMinWidthWithString

public void setMinWidthWithString(java.lang.String minWidth)

getMaxWidth

public int getMaxWidth()

setMaxWidth

public void setMaxWidth(int maxWidth)

setMaxWidthWithString

public void setMaxWidthWithString(java.lang.String maxWidth)

getMinHeight

public int getMinHeight()

setMinHeight

public void setMinHeight(int minHeight)

setMinHeightWithString

public void setMinHeightWithString(java.lang.String minHeight)

getMaxHeight

public int getMaxHeight()

setMaxHeight

public void setMaxHeight(int maxHeight)

setMaxHeightWithString

public void setMaxHeightWithString(java.lang.String maxHeight)

getRootChunkFormatId

public int getRootChunkFormatId()

setRootChunkFormatId

public void setRootChunkFormatId(int rootChunkFormatId)