lumis.service.document
Class DocumentConfig

Package class diagram package DocumentConfig
java.lang.Object
  extended by lumis.service.document.DocumentConfig

public class DocumentConfig
extends Object


Field Summary
static int TYPE_DOCUMENT
           
static int TYPE_FOLDER
           
 
Constructor Summary
DocumentConfig()
           
 
Method Summary
 String getDescription()
           
 String getDocumentFile()
           
 String getId()
           
 String getParentFolder()
           
 String getTitle()
           
 int getType()
           
 void setDescription(String legend)
           
 void setDocumentFile(String imageFile)
           
 void setId(String id)
           
 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_DOCUMENT

public static final int TYPE_DOCUMENT
See Also:
Constant Field Values

TYPE_FOLDER

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

DocumentConfig

public DocumentConfig()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getDocumentFile

public String getDocumentFile()

setDocumentFile

public void setDocumentFile(String imageFile)

getDescription

public String getDescription()

setDescription

public void setDescription(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)


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