public class Block
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
Constructor and Description |
---|
Block() |
Modifier and Type | Method and Description |
---|---|
void |
copyTo(Block currentBlock)
copia il this.block su currentBlock
|
int |
getBlocco(int position)
Deprecated.
|
int |
getBlockLength() |
int |
getEnable()
0 abilitato 1 disabilitato -1 invalid
|
java.lang.String |
getFind()
Metodo che restituisce la stringa di blocco per una ricerca.
|
java.lang.String |
getInsert()
Metodo che restituisce la stringa di blocco per una operazione di insert
Se il codice non � valorizzato restituisco 0
|
int[] |
getIntBlock() |
int |
getLock(LockType lockType) |
java.lang.Integer[] |
getStringBlocco() |
boolean |
isEmpty() |
void |
merge(Block extBlock)
Copia sull'oggetto corrente this.
|
void |
parse(java.lang.String stringaBlocco) |
void |
setBlocco(int position,
int value)
Deprecated.
|
void |
setLock(LockType lockType,
int value) |
void |
setStringBlocco(java.lang.Integer[] stringBlocco) |
public static final java.lang.String COPYRIGHT
public java.lang.Integer[] getStringBlocco()
public void setStringBlocco(java.lang.Integer[] stringBlocco)
public void setLock(LockType lockType, int value)
public int getLock(LockType lockType)
@Deprecated public void setBlocco(int position, int value)
@Deprecated public int getBlocco(int position)
public java.lang.String getFind()
public java.lang.String getInsert()
public int[] getIntBlock()
public void parse(java.lang.String stringaBlocco)
public int getBlockLength()
public void copyTo(Block currentBlock)
currentBlock
- public int getEnable()
public boolean isEmpty()
public void merge(Block extBlock)
extBlock
- blocco passato da fuori