|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAssignments.LatePolicy
public abstract class LatePolicy
LatePolicy represents the late policy for an assignment.
| Field Summary | |
|---|---|
(package private) int |
graceDays
The number of days past the due date allowed. |
(package private) LatePolicyType |
latePolicyType
The type of policy (None, Grace days, etc.) |
(package private) double |
percentageLostPerDay
The percentage of grade lost per day that the assignment is not turned in. |
(package private) double |
pointsLostPerDay
The points of grade lost per day that the assignment is not turned in. |
| Constructor Summary | |
|---|---|
LatePolicy()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
LatePolicyType latePolicyType
double percentageLostPerDay
double pointsLostPerDay
int graceDays
| Constructor Detail |
|---|
public LatePolicy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||