com.solidstategroup.cms
Class AssetType
java.lang.Object
com.solidstategroup.cms.AssetType
public class AssetType
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AssetType
public AssetType()
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)