public final class ClassificationFlag extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements ClassificationFlagContract
Modifier and Type | Class and Description |
---|---|
static class |
ClassificationFlag.Builder
A builder which can be used to construct
ClassificationFlag instances. |
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
A grouping of flags
|
org.joda.time.LocalDate |
getEffectiveLocalDateOfOwner() |
List<String> |
getNames()
The name of the Flag
|
String |
getObjectId() |
String |
getPmFlagId()
The ID for the Flag object which Classification Flag and pstnFlag extend
|
String |
getPmPositionClassId() |
Long |
getVersionNumber() |
public String getCategory()
FlagContract
category of a Flag
getCategory
in interface FlagContract
public List<String> getNames()
FlagContract
A descriptive name for the flag.
getNames
in interface FlagContract
public String getPmFlagId()
FlagContract
pmFlagId of a Flag.
getPmFlagId
in interface FlagContract
public String getPmPositionClassId()
getPmPositionClassId
in interface ClassificationDerivedContract
public org.joda.time.LocalDate getEffectiveLocalDateOfOwner()
getEffectiveLocalDateOfOwner
in interface KpmeEffectiveDerivedDataTransferObject
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
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.