public final class PositionReportGroup extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements PositionReportGroupContract
Modifier and Type | Class and Description |
---|---|
static class |
PositionReportGroup.Builder
A builder which can be used to construct
PositionReportGroup 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 descriptive text of the PositionReportingGroup
|
List<EffectiveKey> |
getEffectiveKeyList() |
Set<EffectiveKey> |
getEffectiveKeySet() |
org.joda.time.LocalDate |
getEffectiveLocalDate()
The localDate format of the effective date of the HrBusinessObject
|
Set<String> |
getGroupKeyCodeSet() |
Set<HrGroupKey> |
getGroupKeySet() |
String |
getId() |
String |
getObjectId() |
String |
getPmPositionReportGroupId()
The primary key for a PositionReportGroup entry saved in the database
|
String |
getPositionReportGroup()
The text used to identify the PositionReportGroup
|
String |
getUserPrincipalId()
The userPrincipalId of when this HrBusinessObject was last created/updated
|
Long |
getVersionNumber() |
boolean |
isActive() |
public String getPmPositionReportGroupId()
PositionReportGroupContract
pmPositionReportGroupId of a Group.
getPmPositionReportGroupId
in interface PositionReportGroupContract
public Set<EffectiveKey> getEffectiveKeySet()
getEffectiveKeySet
in interface KpmeEffectiveKeyedSetDataTransferObject
public List<EffectiveKey> getEffectiveKeyList()
public String getDescription()
PositionReportGroupContract
description of a PositionReportGroup.
getDescription
in interface PositionReportGroupContract
public String getPositionReportGroup()
PositionReportGroupContract
positionReportGroup of a PositionReportGroup.
getPositionReportGroup
in interface PositionReportGroupContract
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 Set<String> getGroupKeyCodeSet()
getGroupKeyCodeSet
in interface KeyedSetData
public Set<HrGroupKey> getGroupKeySet()
getGroupKeySet
in interface KeyedSetData
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.