|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.standards.asn.GradeRange
public class GradeRange
Bean to store the min and max grade levels associated with a controlled vocab expressing a grade range.
Constructor Summary | |
---|---|
GradeRange(int grade)
Constructor for the GradeRangeItem object |
|
GradeRange(int minGrade,
int maxGrade)
Constructor for the GradeRangeItem object |
Method Summary | |
---|---|
boolean |
contains(GradeRange other)
Determines if the extents of this GradeRange contain those of provided gradeRange. |
int |
getMaxGrade()
Gets the maxGrade attribute of the GradeRange object |
int |
getMinGrade()
Gets the minGrade attribute of the GradeRange object |
void |
setMaxGrade(int grade)
Sets the maxGrade attribute of the GradeRange object |
void |
setMinGrade(int grade)
Sets the minGrade attribute of the GradeRange object |
String |
toStr()
NOT YET DOCUMENTED |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GradeRange(int grade)
grade
- NOT YET DOCUMENTEDpublic GradeRange(int minGrade, int maxGrade)
minGrade
- NOT YET DOCUMENTEDmaxGrade
- NOT YET DOCUMENTEDMethod Detail |
---|
public boolean contains(GradeRange other)
other
- other GradeRange
public void setMinGrade(int grade)
grade
- The new minGrade valuepublic int getMinGrade()
public void setMaxGrade(int grade)
grade
- The new maxGrade valuepublic int getMaxGrade()
public String toStr()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |