org.infoglue.cms.applications.databeans
Class AssetKeyDefinition

java.lang.Object
  extended by org.infoglue.cms.applications.databeans.AssetKeyDefinition

public class AssetKeyDefinition
extends java.lang.Object

This bean represents a Asset Key definition. Used mostly by the content type definition editor.

Author:
Mattias Bogeblad

Constructor Summary
AssetKeyDefinition()
           
 
Method Summary
 java.lang.String getAllowedContentTypes()
           
 java.lang.String getAssetKey()
           
 java.lang.String getDescription()
           
 java.lang.String getImageHeight()
           
 java.lang.String getImageWidth()
           
 java.lang.Integer getMaximumSize()
           
 void setAllowedContentTypes(java.lang.String allowedContentTypes)
           
 void setAssetKey(java.lang.String assetKey)
           
 void setDescription(java.lang.String description)
           
 void setImageHeight(java.lang.String imageHeight)
           
 void setImageWidth(java.lang.String imageWidth)
           
 void setMaximumSize(java.lang.Integer maximumSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetKeyDefinition

public AssetKeyDefinition()
Method Detail

getAssetKey

public java.lang.String getAssetKey()

setAssetKey

public void setAssetKey(java.lang.String assetKey)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getImageHeight

public java.lang.String getImageHeight()

setImageHeight

public void setImageHeight(java.lang.String imageHeight)

getImageWidth

public java.lang.String getImageWidth()

setImageWidth

public void setImageWidth(java.lang.String imageWidth)

getMaximumSize

public java.lang.Integer getMaximumSize()

setMaximumSize

public void setMaximumSize(java.lang.Integer maximumSize)

getAllowedContentTypes

public java.lang.String getAllowedContentTypes()

setAllowedContentTypes

public void setAllowedContentTypes(java.lang.String allowedContentTypes)


Copyright © 2005 InfoGlue.org All Rights Reserved.