public class NumerAktuPolautomatycznyProces extends AbstractBuscForm implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.math.BigInteger |
idAktDrugi |
private java.math.BigInteger |
idAktPierwszy |
private java.math.BigInteger |
idAktTrzeci |
private NumerAktuNowyForm |
numerDrugi |
private NumerAktuNowyForm |
numerPierwszy |
private NumerAktuNowyForm |
numerTrzeci |
private java.lang.Boolean |
polautomatycznaWzmianka |
private java.lang.Boolean |
polautomatycznyPrzypisek |
private static long |
serialVersionUID |
Constructor and Description |
---|
NumerAktuPolautomatycznyProces() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getIdAktDrugi() |
java.math.BigInteger |
getIdAktPierwszy() |
java.math.BigInteger |
getIdAktTrzeci() |
NumerAktuNowyForm |
getNumerDrugi() |
NumerAktuNowyForm |
getNumerPierwszy() |
NumerAktuNowyForm |
getNumerTrzeci() |
java.lang.Boolean |
getPolautomatycznaWzmianka() |
java.lang.Boolean |
getPolautomatycznyPrzypisek() |
boolean |
isNotEmpty() |
void |
setPolautomatycznaWzmianka(java.lang.Boolean polautomatycznaWzmianka) |
void |
setPolautomatycznyPrzypisek(java.lang.Boolean polautomatycznyPrzypisek) |
ZasilanieNumeremAktu |
ustawNumerAktuDrugi()
Ustawia dane drugiego numer aktu nowy form.
|
ZasilanieNumeremAktu |
ustawNumerAktuPierwszy()
Ustawia dane pierwszego numer aktu nowy form.
|
ZasilanieNumeremAktu |
ustawNumerAktuTrzeci()
Ustawia dane treciego numer aktu nowy form.
|
getId, setId
clear, getFieldValue, isFormularzEmpty, isInitialized, nullFieldValue, postMapInit, preMapClear, setFieldValue
private static final long serialVersionUID
@Inject private NumerAktuNowyForm numerPierwszy
@Inject private NumerAktuNowyForm numerDrugi
@Inject private NumerAktuNowyForm numerTrzeci
private java.math.BigInteger idAktPierwszy
private java.math.BigInteger idAktDrugi
private java.math.BigInteger idAktTrzeci
private java.lang.Boolean polautomatycznaWzmianka
private java.lang.Boolean polautomatycznyPrzypisek
public java.math.BigInteger getIdAktPierwszy()
public java.math.BigInteger getIdAktDrugi()
public java.math.BigInteger getIdAktTrzeci()
public NumerAktuNowyForm getNumerPierwszy()
public NumerAktuNowyForm getNumerDrugi()
public NumerAktuNowyForm getNumerTrzeci()
public boolean isNotEmpty()
public java.lang.Boolean getPolautomatycznaWzmianka()
public java.lang.Boolean getPolautomatycznyPrzypisek()
public void setPolautomatycznaWzmianka(java.lang.Boolean polautomatycznaWzmianka)
public void setPolautomatycznyPrzypisek(java.lang.Boolean polautomatycznyPrzypisek)
public ZasilanieNumeremAktu ustawNumerAktuPierwszy()
public ZasilanieNumeremAktu ustawNumerAktuDrugi()
public ZasilanieNumeremAktu ustawNumerAktuTrzeci()