public class ListTO<T> extends EntryTO<T> implements Serializable
| Constructor and Description |
|---|
ListTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize()
Recupera o
|
Pattern |
getFillerChecker()
Recupera o
|
LayoutTO |
getLayoutAssociation()
Recupera o
|
String |
getLayoutNameAssociation()
Recupera o
|
Boolean |
getUseLayoutClassAttribute()
Recupera o
|
boolean |
isStopAtFirstFillerBlock()
Recupera o
|
void |
setBlockSize(int blockSize)
Configura o
|
void |
setFillerChecker(Pattern fillerChecker)
Configura o
|
void |
setLayoutAssociation(LayoutTO layoutAssociation)
Configura o
|
void |
setLayoutNameAssociation(String layoutNameAssociation)
Configura o
|
void |
setStopAtFirstFillerBlock(boolean stopAtFirstFillerBlock)
Configura o
|
void |
setUseLayoutClassAttribute(Boolean useLayoutClassAttribute)
Configura o
|
compareTo, getFiller, getIndex, getSize, getType, getTypeHandler, setFiller, setIndex, setSize, setType, setTypeHandlerequals, equivalent, getFullName, getFullName, getNamePrefix, getNameSufix, getVersion, hasFullName, hashCode, setNamePrefix, setNameSufix, setVersionpublic Boolean getUseLayoutClassAttribute()
public void setUseLayoutClassAttribute(Boolean useLayoutClassAttribute)
useLayoutClassAttribute - public LayoutTO getLayoutAssociation()
public void setLayoutAssociation(LayoutTO layoutAssociation)
layoutAssociation - public String getLayoutNameAssociation()
public void setLayoutNameAssociation(String layoutNameAssociation)
layoutNameAssociation - public boolean isStopAtFirstFillerBlock()
public void setStopAtFirstFillerBlock(boolean stopAtFirstFillerBlock)
stopAtFirstFillerBlock - public Pattern getFillerChecker()
public void setFillerChecker(Pattern fillerChecker)
fillerChecker - public int getBlockSize()
public void setBlockSize(int blockSize)
blockSize - Copyright © 2014. All Rights Reserved.