org.alfresco.filesys.config
Class MemoryPacketConfigBean

java.lang.Object
  extended by org.alfresco.filesys.config.MemoryPacketConfigBean

public class MemoryPacketConfigBean
extends java.lang.Object

The Class MemoryPacketConfigBean.


Constructor Summary
MemoryPacketConfigBean()
           
 
Method Summary
 java.lang.Integer getInit()
          Gets the inits the.
 java.lang.Integer getMax()
          Gets the max.
 java.lang.Long getSize()
          Gets the size.
 void setInit(java.lang.Integer init)
          Sets the inits the.
 void setMax(java.lang.Integer max)
          Sets the max.
 void setSize(java.lang.Long size)
          Sets the size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryPacketConfigBean

public MemoryPacketConfigBean()
Method Detail

getSize

public java.lang.Long getSize()
Gets the size.

Returns:
the size

setSize

public void setSize(java.lang.Long size)
Sets the size.

Parameters:
size - the new size

getInit

public java.lang.Integer getInit()
Gets the inits the.

Returns:
the inits the

setInit

public void setInit(java.lang.Integer init)
Sets the inits the.

Parameters:
init - the new inits the

getMax

public java.lang.Integer getMax()
Gets the max.

Returns:
the max

setMax

public void setMax(java.lang.Integer max)
Sets the max.

Parameters:
max - the new max


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.