|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.mdc.Cadrat.JustificationInformation
public class Cadrat.JustificationInformation
information about cadrat justification
Constructor Summary | |
---|---|
Cadrat.JustificationInformation()
instantiate the justification information. |
Method Summary | |
---|---|
int |
getIndex()
return the index. |
int |
getJustification()
return the justification. |
void |
setIndex(int index)
fix the index. |
void |
setJustification(int justification)
fix the justification |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cadrat.JustificationInformation()
instantiate the justification information.
Method Detail |
---|
public int getJustification()
return the justification.
public void setJustification(int justification)
fix the justification
justification
- public int getIndex()
return the index.
public void setIndex(int index)
fix the index.
index
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |