|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDBProduct
DBDeliverable
public class DBDeliverable
Luokka tietokannan ja sovelluksen viestinvälitysolioille. Tarkoituksena on, että DBLib hakee tietokannasta tiedot olion kenttiin ja Halson Deliverable-luokka periytetään tästä. Metodit eivät sisällä juuri mitään toiminnallisuutta.
| Constructor Summary | |
|---|---|
DBDeliverable()
Tyhjä konstruktori joka ei tee mitään. |
|
| Method Summary | |
|---|---|
int |
getCompensatable()
Metodi kentän intCompensatable sisällön kyselyyn |
int |
getCompensatableAmount()
Metodi kentän intCompensatableAmount sisällön kyselyyn |
java.lang.String |
getSize()
Metodi tuotteen koon kyselyyn |
static void |
main(java.lang.String[] args)
|
void |
setCompensatable(int compensatable)
Metodi kentän intCompensatable arvon asettamiseen |
void |
setCompensatableAmount(int amount)
Metodi kentän intCompensatableAmount arvon asettamiseen |
void |
setSize(java.lang.String strSize)
Metodi tuotteen koon asettamiseen |
| Methods inherited from class DBProduct |
|---|
getID, getNames, isPassive, setID, setNames, setPassive |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DBDeliverable()
| Method Detail |
|---|
public int getCompensatable()
intCompensatable sisällön kyselyyn
intCompensatable arvonpublic int getCompensatableAmount()
intCompensatableAmount sisällön kyselyyn
intCompensatableAmount arvonpublic void setCompensatable(int compensatable)
intCompensatable arvon asettamiseen
compensatable - Hyvitettävän tuotteen id.public void setCompensatableAmount(int amount)
intCompensatableAmount arvon asettamiseen
amount - Hyvitettävän tuotteen hyvitettävä määrä.public java.lang.String getSize()
strSize sisällönpublic void setSize(java.lang.String strSize)
strSize - -kentän sisällönpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||