lumis.service.image
Class ImageConfig

Package class diagram package ImageConfig
java.lang.Object
  extended by lumis.service.image.ImageConfig

public class ImageConfig
extends Object

Value class for an image from the Image Service

Since:
4.0.0

Field Summary
static int TYPE_FOLDER
           
static int TYPE_IMAGE
           
 
Constructor Summary
ImageConfig()
           
 
Method Summary
 String getCredits()
           
 String getId()
           
 String getImageFile()
           
 String getLegend()
           
 String getParentFolder()
           
 String getTitle()
           
 int getType()
           
 void setCredits(String credits)
           
 void setId(String id)
           
 void setImageFile(String imageFile)
           
 void setLegend(String legend)
           
 void setParentFolder(String parentFolder)
           
 void setTitle(String title)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_IMAGE

public static final int TYPE_IMAGE
See Also:
Constant Field Values

TYPE_FOLDER

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

ImageConfig

public ImageConfig()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getImageFile

public String getImageFile()

setImageFile

public void setImageFile(String imageFile)

getLegend

public String getLegend()

setLegend

public void setLegend(String legend)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getType

public int getType()

setType

public void setType(int type)

getParentFolder

public String getParentFolder()

setParentFolder

public void setParentFolder(String parentFolder)

getCredits

public String getCredits()

setCredits

public void setCredits(String credits)


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.