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 |
hrPositionIdowner| 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, setOwnerIdgetEffectiveDateOfOwner, getEffectiveLocalDateOfOwner, isEquivalentTo, setOwnerOfDerivedCollectionafterDelete, 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, setVersionNumberclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHrPositionIdgetEffectiveLocalDateOfOwnerpublic 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()
FlagContractpmFlagId of a Flag.
getPmFlagId in interface FlagContractpublic void setPmFlagId(String pmFlagId)
public String getCategory()
FlagContractcategory of a Flag
getCategory in interface FlagContractpublic void setCategory(String category)
public List<String> getNames()
FlagContractA descriptive name for the flag.
getNames in interface FlagContractpublic 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.