org.kuali.hr.location
Class Location
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.hr.time.HrBusinessObject
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
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
extension, versionNumber |
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 interface org.kuali.rice.core.api.mo.ModelObjectBasic |
toString |
CACHE_NAME
public static final String CACHE_NAME
- See Also:
- Constant Field Values
Location
public Location()
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.