public final class PositionFlag extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements PositionFlagContract
| Modifier and Type | Class and Description |
|---|---|
static class |
PositionFlag.Builder
A builder which can be used to construct
PositionFlag instances. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
A grouping of PositionFlags
|
org.joda.time.DateTime |
getCreateTime()
The timestamp of when this HrBusinessObject was last created/updated
|
org.joda.time.LocalDate |
getEffectiveLocalDate()
The localDate format of the effective date of the HrBusinessObject
|
String |
getId() |
String |
getObjectId() |
String |
getPmPositionFlagId()
THe Primary Key that a PositionFlag record will be saved to a database with
|
String |
getPositionFlagName()
The name of the PositionFlag
|
String |
getUserPrincipalId()
The userPrincipalId of when this HrBusinessObject was last created/updated
|
Long |
getVersionNumber() |
boolean |
isActive() |
public String getPositionFlagName()
PositionFlagContractA descriptive name for the PositionFlag.
getPositionFlagName in interface PositionFlagContractpublic String getPmPositionFlagId()
PositionFlagContractpmPositionFlagId of a Flag.
getPmPositionFlagId in interface PositionFlagContractpublic String getCategory()
PositionFlagContractcategory of a PositionFlag, user will select a category to display all the PositionFlags for that category
getCategory in interface PositionFlagContractpublic Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic String getObjectId()
getObjectId in interface org.kuali.rice.core.api.mo.common.GloballyUniquepublic boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic org.joda.time.LocalDate getEffectiveLocalDate()
EffectiveeffectiveLocalDate of HrBusinessObject
getEffectiveLocalDate in interface Effectivepublic org.joda.time.DateTime getCreateTime()
CreateTimetimestamp of HrBusinessObject
getCreateTime in interface CreateTimepublic String getUserPrincipalId()
UserModifieduserPrincipalId of HrBusinessObject
getUserPrincipalId in interface UserModifiedCopyright © 2004–2015 The Kuali Foundation. All rights reserved.