org.kuali.hr.location
Class Location

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.hr.time.HrBusinessObject
              extended by org.kuali.hr.location.Location
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class Location
extends HrBusinessObject

Represents a Location object

See Also:
Serialized Form

Field Summary
static String CACHE_NAME
           
 
Fields inherited from class org.kuali.hr.time.HrBusinessObject
active, effectiveDate, timestamp
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
Location()
           
 
Method Summary
 Boolean getActive()
           
 String getDescription()
           
 Date getEffectiveDate()
           
 String getHistory()
           
 String getHrLocationId()
           
 String getId()
           
 String getLocation()
           
 Timestamp getTimestamp()
           
 String getTimezone()
           
 String getUniqueKey()
           
 String getUserPrincipalId()
           
 void setActive(Boolean active)
           
 void setDescription(String description)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setHistory(String history)
           
 void setHrLocationId(String hrLocationId)
           
 void setId(String id)
           
 void setLocation(String location)
           
 void setTimestamp(Timestamp timestamp)
           
 void setTimezone(String timezone)
           
 void setUserPrincipalId(String userPrincipalId)
           
 
Methods inherited from class org.kuali.hr.time.HrBusinessObject
isActive, setActive
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Field Detail

CACHE_NAME

public static final String CACHE_NAME
See Also:
Constant Field Values
Constructor Detail

Location

public Location()
Method Detail

getHrLocationId

public String getHrLocationId()

setHrLocationId

public void setHrLocationId(String hrLocationId)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getTimezone

public String getTimezone()

setTimezone

public void setTimezone(String timezone)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getEffectiveDate

public Date getEffectiveDate()
Overrides:
getEffectiveDate in class HrBusinessObject

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)
Overrides:
setEffectiveDate in class HrBusinessObject

getTimestamp

public Timestamp getTimestamp()
Overrides:
getTimestamp in class HrBusinessObject

setTimestamp

public void setTimestamp(Timestamp timestamp)
Overrides:
setTimestamp in class HrBusinessObject

getActive

public Boolean getActive()

setActive

public void setActive(Boolean active)

getUserPrincipalId

public String getUserPrincipalId()

setUserPrincipalId

public void setUserPrincipalId(String userPrincipalId)

getUniqueKey

public String getUniqueKey()
Specified by:
getUniqueKey in class HrBusinessObject

getHistory

public String getHistory()

setHistory

public void setHistory(String history)

getId

public String getId()
Specified by:
getId in class HrBusinessObject

setId

public void setId(String id)
Specified by:
setId in class HrBusinessObject


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