org.kemet.mdc
Class Cadrat.JustificationInformation

java.lang.Object
  extended by org.kemet.mdc.Cadrat.JustificationInformation
Enclosing class:
Cadrat

public class Cadrat.JustificationInformation
extends java.lang.Object

Since:
0.1
Author:
fabricemaupin

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

Cadrat.JustificationInformation

public Cadrat.JustificationInformation()
instantiate the justification information.

Since:
0.1
Method Detail

getJustification

public int getJustification()

return the justification.

Since:
0.1

setJustification

public void setJustification(int justification)

fix the justification

Parameters:
justification -
Since:
0.1

getIndex

public int getIndex()

return the index.

Returns:
index
Since:
0.1

setIndex

public void setIndex(int index)

fix the index.

Parameters:
index -
Since:
0.1


Copyright © 2008 F. MAUPIN. All Rights Reserved.