com.solidstategroup.cms
Class AssetFormat

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

public class AssetFormat
extends java.lang.Object


Field Summary
static java.lang.String FORMATBBCODEMULTILINE
           
static java.lang.String FORMATHTMLMULTILINE
           
static java.lang.String FORMATNORMAL
           
static java.lang.String FORMATPLAINTEXTMULTILINE
           
 
Constructor Summary
AssetFormat()
           
 
Method Summary
 int getAssetFormatId()
           
 java.lang.String getFormat()
           
 void setAssetFormatId(int assetFormatId)
           
 void setFormat(java.lang.String format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMATNORMAL

public static final java.lang.String FORMATNORMAL
See Also:
Constant Field Values

FORMATHTMLMULTILINE

public static final java.lang.String FORMATHTMLMULTILINE
See Also:
Constant Field Values

FORMATPLAINTEXTMULTILINE

public static final java.lang.String FORMATPLAINTEXTMULTILINE
See Also:
Constant Field Values

FORMATBBCODEMULTILINE

public static final java.lang.String FORMATBBCODEMULTILINE
See Also:
Constant Field Values
Constructor Detail

AssetFormat

public AssetFormat()
Method Detail

getAssetFormatId

public int getAssetFormatId()

setAssetFormatId

public void setAssetFormatId(int assetFormatId)

setFormat

public void setFormat(java.lang.String format)

getFormat

public java.lang.String getFormat()