Package org.alfresco.filesys.config
Class MemoryPacketConfigBean
- java.lang.Object
-
- org.alfresco.filesys.config.MemoryPacketConfigBean
-
public class MemoryPacketConfigBean extends Object
The Class MemoryPacketConfigBean.- Author:
- dward
-
-
Constructor Summary
Constructors Constructor Description MemoryPacketConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetInit()Gets the inits the.IntegergetMax()Gets the max.LonggetSize()Gets the size.voidsetInit(Integer init)Sets the inits the.voidsetMax(Integer max)Sets the max.voidsetSize(Long size)Sets the size.
-
-
-
Method Detail
-
getSize
public Long getSize()
Gets the size.- Returns:
- the size
-
setSize
public void setSize(Long size)
Sets the size.- Parameters:
size- the new size
-
getInit
public Integer getInit()
Gets the inits the.- Returns:
- the inits the
-
setInit
public void setInit(Integer init)
Sets the inits the.- Parameters:
init- the new inits the
-
getMax
public Integer getMax()
Gets the max.- Returns:
- the max
-
setMax
public void setMax(Integer max)
Sets the max.- Parameters:
max- the new max
-
-