public class PstnFlagBo extends PositionDerived implements PstnFlagContract
Modifier and Type | Field and Description |
---|---|
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PstnFlag,PstnFlagBo> |
toBo |
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PstnFlagBo,PstnFlag> |
toImmutable |
hrPositionId
owner
Constructor and Description |
---|
PstnFlagBo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static PstnFlagBo |
from(PstnFlag im) |
String |
getCategory()
A grouping of flags
|
String |
getId() |
List<String> |
getNames()
The name of the Flag
|
String |
getPmFlagId()
The ID for the Flag object which Classification Flag and pstnFlag extend
|
void |
setCategory(String category) |
void |
setId(String id) |
void |
setNames(List<String> names) |
void |
setPmFlagId(String pmFlagId) |
static PstnFlag |
to(PstnFlagBo bo) |
getHrPositionId, getOwner, getOwnerId, setHrPositionId, setOwner, setOwnerId
getEffectiveDateOfOwner, getEffectiveLocalDateOfOwner, isEquivalentTo, setOwnerOfDerivedCollection
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
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getHrPositionId
getEffectiveLocalDateOfOwner
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PstnFlagBo,PstnFlag> toImmutable
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PstnFlag,PstnFlagBo> toBo
public PstnFlagBo()
public String getPmFlagId()
FlagContract
pmFlagId of a Flag.
getPmFlagId
in interface FlagContract
public void setPmFlagId(String pmFlagId)
public String getCategory()
FlagContract
category of a Flag
getCategory
in interface FlagContract
public void setCategory(String category)
public List<String> getNames()
FlagContract
A descriptive name for the flag.
getNames
in interface FlagContract
public static PstnFlag to(PstnFlagBo bo)
public static PstnFlagBo from(PstnFlag im)
public String getId()
getId
in class HrBusinessObjectDerived<PositionBo>
public void setId(String id)
setId
in class HrBusinessObjectDerived<PositionBo>
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.