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()
PositionFlagContract
A descriptive name for the PositionFlag.
getPositionFlagName
in interface PositionFlagContract
public String getPmPositionFlagId()
PositionFlagContract
pmPositionFlagId of a Flag.
getPmPositionFlagId
in interface PositionFlagContract
public String getCategory()
PositionFlagContract
category of a PositionFlag, user will select a category to display all the PositionFlags for that category
getCategory
in interface PositionFlagContract
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
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.