Package org.alfresco.filesys.config
Class MemoryPacketConfigBean
- java.lang.Object
-
- org.alfresco.filesys.config.MemoryPacketConfigBean
-
public class MemoryPacketConfigBean extends java.lang.ObjectThe Class MemoryPacketConfigBean.- Author:
- dward
-
-
Constructor Summary
Constructors Constructor Description MemoryPacketConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetInit()Gets the inits the.java.lang.IntegergetMax()Gets the max.java.lang.LonggetSize()Gets the size.voidsetInit(java.lang.Integer init)Sets the inits the.voidsetMax(java.lang.Integer max)Sets the max.voidsetSize(java.lang.Long size)Sets the size.
-
-
-
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
-
-