net.sourceforge.mystique.domain.valueobject
Class Configuration

java.lang.Object
  extended by net.sourceforge.mystique.domain.valueobject.Configuration

public class Configuration
extends java.lang.Object

Author:
Elias Gomes [eliasgomes@users.sourceforge.net]

Constructor Summary
Configuration()
           
 
Method Summary
 java.lang.Long getAttachmentsMaxLength()
           
 java.lang.String getAttachmentsPath()
           
 void setAttachmentsMaxLength(java.lang.Long attachmentsMaxLength)
           
 void setAttachmentsPath(java.lang.String attachmentsPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

getAttachmentsPath

public java.lang.String getAttachmentsPath()

setAttachmentsPath

public void setAttachmentsPath(java.lang.String attachmentsPath)

getAttachmentsMaxLength

public java.lang.Long getAttachmentsMaxLength()

setAttachmentsMaxLength

public void setAttachmentsMaxLength(java.lang.Long attachmentsMaxLength)


Copyright © 2010. All Rights Reserved.