com.solidstategroup.cms
Class MediaFormat

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

public class MediaFormat
extends java.lang.Object


Constructor Summary
MediaFormat()
           
 
Method Summary
 void execute()
           
 java.lang.String getDescription()
           
 int getMediaFormatId()
           
 java.lang.String getQuery()
           
 void setDescription(java.lang.String description)
           
 void setMediaFormatId(int mediaFormatId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaFormat

public MediaFormat()
Method Detail

getQuery

public java.lang.String getQuery()

execute

public void execute()

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()

getMediaFormatId

public int getMediaFormatId()

setMediaFormatId

public void setMediaFormatId(int mediaFormatId)