Inheritance diagram for tit.summary.complete.SummaryPersonalityCombination:
Public Member Functions | |
SummaryPersonalityCombination (Summary summaryinit, Personality personalityinit) | |
boolean | issetRN () |
String | getRN () throws AttributeNotSetException |
boolean | issetKLR () |
String | getKLR () throws AttributeNotSetException |
boolean | issetDATE () |
Date | getDATE () throws AttributeNotSetException |
boolean | issetSES () |
String | getSES () throws AttributeNotSetException |
boolean | issetKOOI () |
String | getKOOI () throws AttributeNotSetException |
boolean | issetME () |
String | getME () throws AttributeNotSetException |
boolean | issetWZ () |
String | getWZ () throws AttributeNotSetException |
boolean | issetSEQ () |
String | getSEQ () throws AttributeNotSetException |
boolean | issetUSE () |
int | getUSE () throws AttributeNotSetException |
boolean | issetWA () |
double | getWA () throws AttributeNotSetException |
boolean | issetUUR () |
int | getUUR () throws AttributeNotSetException |
boolean | issetSCR () |
int | getSCR () throws AttributeNotSetException |
boolean | issetPANT () |
int | getPANT () throws AttributeNotSetException |
boolean | issetVOC () |
int | getVOC () throws AttributeNotSetException |
boolean | issetCOM () |
String | getCOM () throws AttributeNotSetException |
boolean | issetTSES () |
long | getTSES () throws AttributeNotSetException |
boolean | isset1B1 () |
long | get1B1 () throws AttributeNotSetException |
boolean | isset1B2 () |
long | get1B2 () throws AttributeNotSetException |
boolean | isset1B3 () |
long | get1B3 () throws AttributeNotSetException |
boolean | isset1B4 () |
long | get1B4 () throws AttributeNotSetException |
boolean | isset1B5 () |
long | get1B5 () throws AttributeNotSetException |
boolean | issetVIERDE () |
long | getVIERDE () throws AttributeNotSetException |
boolean | issetVIJFDE () |
long | getVIJFDE () throws AttributeNotSetException |
boolean | issetA () |
long | getA () throws AttributeNotSetException |
boolean | issetO () |
long | getO () throws AttributeNotSetException |
boolean | issetF () |
int | getF () throws AttributeNotSetException |
boolean | issetH () |
int | getH () throws AttributeNotSetException |
boolean | issetB () |
int | getB () throws AttributeNotSetException |
boolean | issetP () |
int | getP () throws AttributeNotSetException |
boolean | issetBW () |
int | getBW () throws AttributeNotSetException |
boolean | issetPR () |
int | getPR () throws AttributeNotSetException |
boolean | issetB1 () |
int | getB1 () throws AttributeNotSetException |
boolean | issetB2 () |
int | getB2 () throws AttributeNotSetException |
boolean | issetB3 () |
int | getB3 () throws AttributeNotSetException |
boolean | issetB4 () |
int | getB4 () throws AttributeNotSetException |
boolean | issetB5 () |
int | getB5 () throws AttributeNotSetException |
boolean | issetW1 () |
int | getW1 () throws AttributeNotSetException |
boolean | issetW2 () |
int | getW2 () throws AttributeNotSetException |
boolean | issetW3 () |
int | getW3 () throws AttributeNotSetException |
boolean | issetW4 () |
int | getW4 () throws AttributeNotSetException |
boolean | issetG () |
int | getG () throws AttributeNotSetException |
boolean | issetHA () |
int | getHA () throws AttributeNotSetException |
boolean | issetDW () |
int | getDW () throws AttributeNotSetException |
boolean | issetBB () |
int | getBB () throws AttributeNotSetException |
boolean | issetSS () |
int | getSS () throws AttributeNotSetException |
boolean | issetSB () |
int | getSB () throws AttributeNotSetException |
boolean | issetHH () |
int | getHH () throws AttributeNotSetException |
boolean | issetHS () |
int | getHS () throws AttributeNotSetException |
boolean | issetHB () |
int | getHB () throws AttributeNotSetException |
boolean | issetDX () |
int | getDX () throws AttributeNotSetException |
boolean | issetGX () |
int | getGX () throws AttributeNotSetException |
boolean | issetTF () |
long | getTF () throws AttributeNotSetException |
boolean | issetTB1 () |
long | getTB1 () throws AttributeNotSetException |
boolean | issetTB2 () |
long | getTB2 () throws AttributeNotSetException |
boolean | issetTB3 () |
long | getTB3 () throws AttributeNotSetException |
boolean | issetTB4 () |
long | getTB4 () throws AttributeNotSetException |
boolean | issetTB5 () |
long | getTB5 () throws AttributeNotSetException |
boolean | issetTW1 () |
long | getTW1 () throws AttributeNotSetException |
boolean | issetTW2 () |
long | getTW2 () throws AttributeNotSetException |
boolean | issetTW3 () |
long | getTW3 () throws AttributeNotSetException |
boolean | issetTW4 () |
long | getTW4 () throws AttributeNotSetException |
boolean | issetTG () |
long | getTG () throws AttributeNotSetException |
boolean | issetTHA () |
long | getTHA () throws AttributeNotSetException |
boolean | issetTDW () |
long | getTDW () throws AttributeNotSetException |
Private Attributes | |
Personality | personality |
Summary | summary |
Sammary
and a Personality
.
tit.summary.complete.SummaryPersonalityCombination.SummaryPersonalityCombination | ( | Summary | summaryinit, | |
Personality | personalityinit | |||
) |
Creates a new SummaryPersonalityCombination
that combines summaryinit
and personalityinit
.
summaryinit | The summary. | |
personalityinit | The personality. |
boolean tit.summary.complete.SummaryPersonalityCombination.issetRN | ( | ) |
Checks whether attribute rn is set.
true
if rn is set, false
otherwise. Implements tit.summary.personality.Personality.
String tit.summary.complete.SummaryPersonalityCombination.getRN | ( | ) | throws AttributeNotSetException |
Returns attribute rn's value.
AttributeNotSetException | Is thrown when attribute rn isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetKLR | ( | ) |
Checks whether attribute klr is set.
true
if klr is set, false
otherwise. Implements tit.summary.personality.Personality.
String tit.summary.complete.SummaryPersonalityCombination.getKLR | ( | ) | throws AttributeNotSetException |
Returns attribute klr's value.
AttributeNotSetException | Is thrown when attribute klr isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetDATE | ( | ) |
Checks whether attribute date is set.
true
if date is set, false
otherwise. Implements tit.summary.personality.Personality.
Date tit.summary.complete.SummaryPersonalityCombination.getDATE | ( | ) | throws AttributeNotSetException |
Returns attribute date's value.
AttributeNotSetException | Is thrown when attribute date isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetSES | ( | ) |
Checks whether attribute ses is set.
true
if ses is set, false
otherwise. Implements tit.summary.personality.Personality.
String tit.summary.complete.SummaryPersonalityCombination.getSES | ( | ) | throws AttributeNotSetException |
Returns attribute ses's value.
AttributeNotSetException | Is thrown when attribute ses isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetKOOI | ( | ) |
Checks whether attribute kooi is set.
true
if kooi is set, false
otherwise. Implements tit.summary.personality.Personality.
String tit.summary.complete.SummaryPersonalityCombination.getKOOI | ( | ) | throws AttributeNotSetException |
Returns attribute kooi's value.
AttributeNotSetException | Is thrown when attribute kooi isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetME | ( | ) |
Checks whether attribute me is set.
true
if me is set, false
otherwise. Implements tit.summary.personality.Personality.
String tit.summary.complete.SummaryPersonalityCombination.getME | ( | ) | throws AttributeNotSetException |
Returns attribute me's value.
AttributeNotSetException | Is thrown when attribute me isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetWZ | ( | ) |
Checks whether attribute wz is set.
true
if wz is set, false
otherwise. Implements tit.summary.personality.Personality.
String tit.summary.complete.SummaryPersonalityCombination.getWZ | ( | ) | throws AttributeNotSetException |
Returns attribute wz's value.
AttributeNotSetException | Is thrown when attribute wz isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetSEQ | ( | ) |
Checks whether attribute seq is set.
true
if seq is set, false
otherwise. Implements tit.summary.personality.Personality.
String tit.summary.complete.SummaryPersonalityCombination.getSEQ | ( | ) | throws AttributeNotSetException |
Returns attribute seq's value.
AttributeNotSetException | Is thrown when attribute seq isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetUSE | ( | ) |
Checks whether attribute use is set.
true
if use is set, false
otherwise. Implements tit.summary.personality.Personality.
int tit.summary.complete.SummaryPersonalityCombination.getUSE | ( | ) | throws AttributeNotSetException |
Returns attribute use's value.
AttributeNotSetException | Is thrown when attribute use isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetWA | ( | ) |
Checks whether attribute wa is set.
true
if wa is set, false
otherwise. Implements tit.summary.personality.Personality.
double tit.summary.complete.SummaryPersonalityCombination.getWA | ( | ) | throws AttributeNotSetException |
Returns attribute wa's value.
AttributeNotSetException | Is thrown when attribute wa isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetUUR | ( | ) |
Checks whether attribute uur is set.
true
if uur is set, false
otherwise. Implements tit.summary.personality.Personality.
int tit.summary.complete.SummaryPersonalityCombination.getUUR | ( | ) | throws AttributeNotSetException |
Returns attribute uur's value.
AttributeNotSetException | Is thrown when attribute uur isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetSCR | ( | ) |
Checks whether attribute scr is set.
true
if scr is set, false
otherwise. Implements tit.summary.personality.Personality.
int tit.summary.complete.SummaryPersonalityCombination.getSCR | ( | ) | throws AttributeNotSetException |
Returns attribute scr's value.
AttributeNotSetException | Is thrown when attribute scr isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetPANT | ( | ) |
Checks whether attribute pant is set.
true
if pant is set, false
otherwise. Implements tit.summary.personality.Personality.
int tit.summary.complete.SummaryPersonalityCombination.getPANT | ( | ) | throws AttributeNotSetException |
Returns attribute pant's value.
AttributeNotSetException | Is thrown when attribute pant isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetVOC | ( | ) |
Checks whether attribute voc is set.
true
if voc is set, false
otherwise. Implements tit.summary.personality.Personality.
int tit.summary.complete.SummaryPersonalityCombination.getVOC | ( | ) | throws AttributeNotSetException |
Returns attribute voc's value.
AttributeNotSetException | Is thrown when attribute voc isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetCOM | ( | ) |
Checks whether attribute COM is set.
true
if COM is set, false
otherwise. Implements tit.summary.personality.Personality.
String tit.summary.complete.SummaryPersonalityCombination.getCOM | ( | ) | throws AttributeNotSetException |
Returns attribute COM's value.
AttributeNotSetException | Is thrown when attribute COM isn't set. |
Implements tit.summary.personality.Personality.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTSES | ( | ) |
Checks whether attribute tses is set.
true
if tses is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTSES | ( | ) | throws AttributeNotSetException |
Returns attribute tses's value.
AttributeNotSetException | Is thrown when attribute tses isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.isset1B1 | ( | ) |
Checks whether attribute 1B1 is set.
true
if 1B1 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.get1B1 | ( | ) | throws AttributeNotSetException |
Returns attribute 1B1's value.
AttributeNotSetException | Is thrown when attribute 1B1 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.isset1B2 | ( | ) |
Checks whether attribute 1B2 is set.
true
if 1B2 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.get1B2 | ( | ) | throws AttributeNotSetException |
Returns attribute 1B2's value.
AttributeNotSetException | Is thrown when attribute 1B2 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.isset1B3 | ( | ) |
Checks whether attribute 1B3 is set.
true
if 1B3 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.get1B3 | ( | ) | throws AttributeNotSetException |
Returns attribute 1B3's value.
AttributeNotSetException | Is thrown when attribute 1B3 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.isset1B4 | ( | ) |
Checks whether attribute 1B4 is set.
true
if 1B4 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.get1B4 | ( | ) | throws AttributeNotSetException |
Returns attribute 1B4's value.
AttributeNotSetException | Is thrown when attribute 1B4 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.isset1B5 | ( | ) |
Checks whether attribute 1B5 is set.
true
if 1B5 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.get1B5 | ( | ) | throws AttributeNotSetException |
Returns attribute 1B5's value.
AttributeNotSetException | Is thrown when attribute 1B5 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetVIERDE | ( | ) |
Checks whether attribute vierde is set.
true
if vierde is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getVIERDE | ( | ) | throws AttributeNotSetException |
Returns attribute vierde's value.
AttributeNotSetException | Is thrown when attribute vierde isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetVIJFDE | ( | ) |
Checks whether attribute vijfde is set.
true
if vijfde is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getVIJFDE | ( | ) | throws AttributeNotSetException |
Returns attribute vijfde's value.
AttributeNotSetException | Is thrown when attribute vijfde isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetA | ( | ) |
Checks whether attribute a is set.
true
if a is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getA | ( | ) | throws AttributeNotSetException |
Returns attribute a's value.
AttributeNotSetException | Is thrown when attribute a isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetO | ( | ) |
Checks whether attribute o is set.
true
if o is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getO | ( | ) | throws AttributeNotSetException |
Returns attribute o's value.
AttributeNotSetException | Is thrown when attribute o isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetF | ( | ) |
Checks whether attribute f is set.
true
if f is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getF | ( | ) | throws AttributeNotSetException |
Returns attribute f's value.
AttributeNotSetException | Is thrown when attribute f isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetH | ( | ) |
Checks whether attribute h is set.
true
if h is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getH | ( | ) | throws AttributeNotSetException |
Returns attribute h's value.
AttributeNotSetException | Is thrown when attribute h isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetB | ( | ) |
Checks whether attribute b is set.
true
if b is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getB | ( | ) | throws AttributeNotSetException |
Returns attribute b's value.
AttributeNotSetException | Is thrown when attribute b isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetP | ( | ) |
Checks whether attribute p is set.
true
if p is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getP | ( | ) | throws AttributeNotSetException |
Returns attribute p's value.
AttributeNotSetException | Is thrown when attribute p isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetBW | ( | ) |
Checks whether attribute bw is set.
true
if bw is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getBW | ( | ) | throws AttributeNotSetException |
Returns attribute bw's value.
AttributeNotSetException | Is thrown when attribute bw isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetPR | ( | ) |
Checks whether attribute pr is set.
true
if pr is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getPR | ( | ) | throws AttributeNotSetException |
Returns attribute pr's value.
AttributeNotSetException | Is thrown when attribute pr isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetB1 | ( | ) |
Checks whether attribute b1 is set.
true
if b1 is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getB1 | ( | ) | throws AttributeNotSetException |
Returns attribute b1's value.
AttributeNotSetException | Is thrown when attribute b1 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetB2 | ( | ) |
Checks whether attribute b2 is set.
true
if b2 is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getB2 | ( | ) | throws AttributeNotSetException |
Returns attribute b2's value.
AttributeNotSetException | Is thrown when attribute b2 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetB3 | ( | ) |
Checks whether attribute b3 is set.
true
if b3 is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getB3 | ( | ) | throws AttributeNotSetException |
Returns attribute b3's value.
AttributeNotSetException | Is thrown when attribute b3 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetB4 | ( | ) |
Checks whether attribute b4 is set.
true
if b4 is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getB4 | ( | ) | throws AttributeNotSetException |
Returns attribute b4's value.
AttributeNotSetException | Is thrown when attribute b4 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetB5 | ( | ) |
Checks whether attribute b5 is set.
true
if b5 is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getB5 | ( | ) | throws AttributeNotSetException |
Returns attribute b5's value.
AttributeNotSetException | Is thrown when attribute b5 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetW1 | ( | ) |
Checks whether attribute w1 is set.
true
if w1 is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getW1 | ( | ) | throws AttributeNotSetException |
Returns attribute w1's value.
AttributeNotSetException | Is thrown when attribute w1 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetW2 | ( | ) |
Checks whether attribute w2 is set.
true
if w2 is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getW2 | ( | ) | throws AttributeNotSetException |
Returns attribute w2's value.
AttributeNotSetException | Is thrown when attribute w2 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetW3 | ( | ) |
Checks whether attribute w3 is set.
true
if w3 is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getW3 | ( | ) | throws AttributeNotSetException |
Returns attribute w3's value.
AttributeNotSetException | Is thrown when attribute w3 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetW4 | ( | ) |
Checks whether attribute w4 is set.
true
if w4 is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getW4 | ( | ) | throws AttributeNotSetException |
Returns attribute w4's value.
AttributeNotSetException | Is thrown when attribute w4 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetG | ( | ) |
Checks whether attribute g is set.
true
if g is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getG | ( | ) | throws AttributeNotSetException |
Returns attribute g's value.
AttributeNotSetException | Is thrown when attribute g isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetHA | ( | ) |
Checks whether attribute ha is set.
true
if ha is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getHA | ( | ) | throws AttributeNotSetException |
Returns attribute ha's value.
AttributeNotSetException | Is thrown when attribute ha isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetDW | ( | ) |
Checks whether attribute dw is set.
true
if dw is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getDW | ( | ) | throws AttributeNotSetException |
Returns attribute dw's value.
AttributeNotSetException | Is thrown when attribute dw isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetBB | ( | ) |
Checks whether attribute bb is set.
true
if bb is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getBB | ( | ) | throws AttributeNotSetException |
Returns attribute bb's value.
AttributeNotSetException | Is thrown when attribute bb isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetSS | ( | ) |
Checks whether attribute ss is set.
true
if ss is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getSS | ( | ) | throws AttributeNotSetException |
Returns attribute ss's value.
AttributeNotSetException | Is thrown when attribute ss isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetSB | ( | ) |
Checks whether attribute sb is set.
true
if sb is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getSB | ( | ) | throws AttributeNotSetException |
Returns attribute sb's value.
AttributeNotSetException | Is thrown when attribute sb isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetHH | ( | ) |
Checks whether attribute hh is set.
true
if hh is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getHH | ( | ) | throws AttributeNotSetException |
Returns attribute hh's value.
AttributeNotSetException | Is thrown when attribute hh isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetHS | ( | ) |
Checks whether attribute hs is set.
true
if hs is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getHS | ( | ) | throws AttributeNotSetException |
Returns attribute hs's value.
AttributeNotSetException | Is thrown when attribute hs isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetHB | ( | ) |
Checks whether attribute hb is set.
true
if hb is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getHB | ( | ) | throws AttributeNotSetException |
Returns attribute hb's value.
AttributeNotSetException | Is thrown when attribute hb isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetDX | ( | ) |
Checks whether attribute dx is set.
true
if dx is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getDX | ( | ) | throws AttributeNotSetException |
Returns attribute dx's value.
AttributeNotSetException | Is thrown when attribute dx isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetGX | ( | ) |
Checks whether attribute gx is set.
true
if gx is set, false
otherwise. Implements tit.summary.Summary.
int tit.summary.complete.SummaryPersonalityCombination.getGX | ( | ) | throws AttributeNotSetException |
Returns attribute gx's value.
AttributeNotSetException | Is thrown when attribute gx isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTF | ( | ) |
Checks whether attribute tf is set.
true
if tf is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTF | ( | ) | throws AttributeNotSetException |
Returns attribute tf's value.
AttributeNotSetException | Is thrown when attribute tf isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTB1 | ( | ) |
Checks whether attribute tb1 is set.
true
if tb1 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTB1 | ( | ) | throws AttributeNotSetException |
Returns attribute tb1's value.
AttributeNotSetException | Is thrown when attribute tb1 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTB2 | ( | ) |
Checks whether attribute tb2 is set.
true
if tb2 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTB2 | ( | ) | throws AttributeNotSetException |
Returns attribute tb2's value.
AttributeNotSetException | Is thrown when attribute tb2 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTB3 | ( | ) |
Checks whether attribute tb3 is set.
true
if tb3 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTB3 | ( | ) | throws AttributeNotSetException |
Returns attribute tb3's value.
AttributeNotSetException | Is thrown when attribute tb3 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTB4 | ( | ) |
Checks whether attribute tb4 is set.
true
if tb4 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTB4 | ( | ) | throws AttributeNotSetException |
Returns attribute tb4's value.
AttributeNotSetException | Is thrown when attribute tb4 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTB5 | ( | ) |
Checks whether attribute tb5 is set.
true
if tb5 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTB5 | ( | ) | throws AttributeNotSetException |
Returns attribute tb5's value.
AttributeNotSetException | Is thrown when attribute tb5 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTW1 | ( | ) |
Checks whether attribute tw1 is set.
true
if tw1 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTW1 | ( | ) | throws AttributeNotSetException |
Returns attribute tw1's value.
AttributeNotSetException | Is thrown when attribute tw1 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTW2 | ( | ) |
Checks whether attribute tw2 is set.
true
if tw2 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTW2 | ( | ) | throws AttributeNotSetException |
Returns attribute tw2's value.
AttributeNotSetException | Is thrown when attribute tw2 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTW3 | ( | ) |
Checks whether attribute tw3 is set.
true
if tw3 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTW3 | ( | ) | throws AttributeNotSetException |
Returns attribute tw3's value.
AttributeNotSetException | Is thrown when attribute tw3 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTW4 | ( | ) |
Checks whether attribute tw4 is set.
true
if tw4 is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTW4 | ( | ) | throws AttributeNotSetException |
Returns attribute tw4's value.
AttributeNotSetException | Is thrown when attribute tw4 isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTG | ( | ) |
Checks whether attribute tg is set.
true
if tg is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTG | ( | ) | throws AttributeNotSetException |
Returns attribute tg's value.
AttributeNotSetException | Is thrown when attribute tg isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTHA | ( | ) |
Checks whether attribute tha is set.
true
if tha is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTHA | ( | ) | throws AttributeNotSetException |
Returns attribute tha's value.
AttributeNotSetException | Is thrown when attribute tha isn't set. |
Implements tit.summary.Summary.
boolean tit.summary.complete.SummaryPersonalityCombination.issetTDW | ( | ) |
Checks whether attribute tdw is set.
true
if tdw is set, false
otherwise. Implements tit.summary.Summary.
long tit.summary.complete.SummaryPersonalityCombination.getTDW | ( | ) | throws AttributeNotSetException |
Returns attribute tdw's value.
AttributeNotSetException | Is thrown when attribute tdw isn't set. |
Implements tit.summary.Summary.
The personality.
The summary.