public interface LocationContract extends HrBusinessObjectContract
LocationContract interface.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Text which describes the location code
|
String |
getHistory()
History flag for Location lookups
|
String |
getHrLocationId()
The Primary Key of a Location entry saved in a database
|
List<? extends LocationPrincipalRoleMemberBoContract> |
getInactiveRoleMembers()
Inactive Role member list for the Location
|
String |
getLocation()
Text field used to identify the location
|
List<? extends LocationPrincipalRoleMemberBoContract> |
getRoleMembers()
Active Role member list for the Location
|
String |
getTimezone()
Indicates the timezone for this location
|
String |
getUserPrincipalId() |
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp
String getHrLocationId()
hrLocationId of Location
String getLocation()
location of Location
String getTimezone()
timezone of Location
String getDescription()
description of Location
String getUserPrincipalId()
String getHistory()
history of Location
List<? extends LocationPrincipalRoleMemberBoContract> getRoleMembers()
roleMembers of Location
List<? extends LocationPrincipalRoleMemberBoContract> getInactiveRoleMembers()
roleMembers of Location
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.