|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.Play
Implementation of PaP concept Play
Field Summary | |
java.lang.String |
playId
Unique identification of this play (together with version) |
java.lang.String |
playLoc
URL location of this Play |
java.lang.String |
playVer
Version of this play |
int |
verA
A and B is the two component numbers in the version notation |
int |
verB
A and B is the two component numbers in the version notation |
Constructor Summary | |
Play(java.lang.String pPlayId,
java.lang.String pPlayVer,
java.lang.String pPlayLoc)
Constructor to fill data fields. |
Method Summary | |
Item |
status()
Status report of the data fields of this Play |
java.lang.String |
toString()
Textual presentation of objects values. |
static java.lang.String |
toString(Play obj)
Textual presentation of objects values. |
boolean |
validate(int level)
Validation of the play instance value |
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.lang.String playId
public java.lang.String playVer
public java.lang.String playLoc
public int verA
public int verB
Constructor Detail |
public Play(java.lang.String pPlayId, java.lang.String pPlayVer, java.lang.String pPlayLoc)
pPlayId
- Play Identifier valuepPlayVer
- Play Version valuepPlayLoc
- Play Location valueMethod Detail |
public Item status()
public java.lang.String toString()
toString
in class java.lang.Object
public static java.lang.String toString(Play obj)
obj
- play object - if existingpublic boolean validate(int level)
level
- The detail level to validate: 1: No null-value,
2: only playId required.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |