|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDBProduct
DBDeliverable
Deliverable
public class Deliverable
Luokka yksittäisen tuontituotteen tietojen kapselointiin. Käytetään sovelluksen sisäisenä oliona.
| Constructor Summary | |
|---|---|
Deliverable()
Parametriton konstruktori null-oliota varten |
|
Deliverable(DBDeliverable parent)
Konstruktori joka saa viestinvälitysolion parametrinaan ja kopioi sen kentät omikseen. |
|
| Method Summary | |
|---|---|
BasicProduct |
getType()
Palauttaa tiedon tuotteen tyypistä |
boolean |
isModified()
Palauttaa tiedon siit� onko oliota muokattu. |
static void |
main(java.lang.String[] args)
|
void |
setModified(boolean blnModified)
Muuttaa olion "muokattu" -tilaa. |
void |
setType(BasicProduct bp)
Asettaa tuotteelle tyypin |
java.lang.String |
toString()
Metodi palauttaa olion nimen valitun kielen mukaan. |
| Methods inherited from class DBDeliverable |
|---|
getCompensatable, getCompensatableAmount, getSize, setCompensatable, setCompensatableAmount, setSize |
| Methods inherited from class DBProduct |
|---|
getID, getNames, isPassive, setID, setNames, setPassive |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Deliverable()
public Deliverable(DBDeliverable parent)
parent - DBDeliverable-olio jonka kentät kopioidaan täksi
olioksi.| Method Detail |
|---|
public boolean isModified()
public void setModified(boolean blnModified)
blnModified - public BasicProduct getType()
public void setType(BasicProduct bp)
bp - public java.lang.String toString()
toString in class java.lang.Objectpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||