Package org.openurp.base.util
Class AbstractIntArrayOccupyTable
java.lang.Object
org.openurp.base.util.AbstractIntArrayOccupyTable
- All Implemented Interfaces:
Serializable,Cloneable,OccupyTable
public abstract class AbstractIntArrayOccupyTable
extends Object
implements OccupyTable, Serializable, Cloneable
- See Also:
-
Field Summary
FieldsFields inherited from interface org.openurp.base.util.OccupyTable
TABLE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[][]getWeekState(int week, int unit) getWeekStateStr(int week, int unit) voidsetOccupy(int[][] occupy) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openurp.base.util.OccupyTable
addOccupy, isConflict, removeOccupy
-
Field Details
-
occupy
protected int[][] occupy
-
-
Constructor Details
-
AbstractIntArrayOccupyTable
public AbstractIntArrayOccupyTable()
-
-
Method Details
-
getWeekState
- Specified by:
getWeekStatein interfaceOccupyTable
-
getWeekStateStr
- Specified by:
getWeekStateStrin interfaceOccupyTable
-
getOccupy
public int[][] getOccupy() -
setOccupy
public void setOccupy(int[][] occupy)
-