org.kuali.hr.time.authorization
Interface DepartmentalRule

All Known Implementing Classes:
ClockLocationRule, DeptLunchRule, TimeCollectionRule, WorkArea

public interface DepartmentalRule

A contract designating the DepartmentalRule status of the implementing class. See: https://wiki.kuali.org/display/KPME/Role+Security+Grid


Method Summary
 String getDept()
          Returns the String representing the Department that this object belongs to.
 Long getWorkArea()
          Returns the Long representing the WorkArea that this object belongs to.
 

Method Detail

getDept

String getDept()
Returns the String representing the Department that this object belongs to.

Returns:
A String representation of the department.

getWorkArea

Long getWorkArea()
Returns the Long representing the WorkArea that this object belongs to.

Returns:
A Long representing the WorkArea.


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.