public final class PositionAppointment extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements PositionAppointmentContract
Modifier and Type | Class and Description |
---|---|
static class |
PositionAppointment.Builder
A builder which can be used to construct
PositionAppointment instances. |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getCreateTime()
The timestamp of when this HrBusinessObject was last created/updated
|
String |
getDescription()
The longer text description of the appointment type
|
org.joda.time.LocalDate |
getEffectiveLocalDate()
The localDate format of the effective date of the HrBusinessObject
|
HrGroupKey |
getGroupKey() |
String |
getGroupKeyCode()
The localDate format of the effective date of the HrBusinessObject
|
String |
getId() |
String |
getObjectId() |
String |
getPmPositionAppointmentId()
The primary key for a PositionAppointment entry saved in the database
|
String |
getPositionAppointment()
The short text name of the appointment type
|
String |
getUserPrincipalId()
The userPrincipalId of when this HrBusinessObject was last created/updated
|
Long |
getVersionNumber() |
boolean |
isActive() |
public String getPositionAppointment()
PositionAppointmentContract
positionAppointment for the PositionAppointment.
getPositionAppointment
in interface PositionAppointmentContract
public String getDescription()
PositionAppointmentContract
description for the PositionAppointment.
getDescription
in interface PositionAppointmentContract
public String getPmPositionAppointmentId()
PositionAppointmentContract
pmPositionAppointmentId for the PositionAppointment.
getPmPositionAppointmentId
in interface PositionAppointmentContract
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public String getObjectId()
getObjectId
in interface org.kuali.rice.core.api.mo.common.GloballyUnique
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public org.joda.time.LocalDate getEffectiveLocalDate()
Effective
effectiveLocalDate of HrBusinessObject
getEffectiveLocalDate
in interface Effective
public org.joda.time.DateTime getCreateTime()
CreateTime
timestamp of HrBusinessObject
getCreateTime
in interface CreateTime
public String getUserPrincipalId()
UserModified
userPrincipalId of HrBusinessObject
getUserPrincipalId
in interface UserModified
public HrGroupKey getGroupKey()
getGroupKey
in interface KeyedData
public String getGroupKeyCode()
KeyedData
effectiveLocalDate of HrBusinessObject
getGroupKeyCode
in interface KeyedData
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.