@Deprecated public class DefaultCharacteristic extends Object implements Characteristic
| Constructor and Description |
|---|
DefaultCharacteristic()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
WorkUnit |
factor()
Deprecated.
since 4.2
|
WorkDuration.UNIT |
factorUnit()
Deprecated.
|
Integer |
factorValue()
Deprecated.
since 4.3
|
String |
function()
Deprecated.
since 4.2
|
int |
hashCode()
Deprecated.
|
Integer |
id()
Deprecated.
|
boolean |
isRequirement()
Deprecated.
since 4.3
|
boolean |
isRoot()
Deprecated.
|
String |
key()
Deprecated.
|
String |
name()
Deprecated.
|
WorkUnit |
offset()
Deprecated.
since 4.2
|
WorkDuration.UNIT |
offsetUnit()
Deprecated.
since 4.3
|
Integer |
offsetValue()
Deprecated.
since 4.3
|
Integer |
order()
Deprecated.
|
Integer |
parentId()
Deprecated.
|
Integer |
rootId()
Deprecated.
|
RuleKey |
ruleKey()
Deprecated.
since 4.2
|
DefaultCharacteristic |
setFactor(WorkUnit factor)
Deprecated.
since 4.2
|
DefaultCharacteristic |
setFactorUnit(WorkDuration.UNIT factorUnit)
Deprecated.
since 4.3
|
DefaultCharacteristic |
setFactorValue(Integer factorValue)
Deprecated.
since 4.3
|
DefaultCharacteristic |
setFunction(String function)
Deprecated.
since 4.2
|
DefaultCharacteristic |
setId(Integer id)
Deprecated.
|
DefaultCharacteristic |
setKey(String key)
Deprecated.
|
DefaultCharacteristic |
setName(String name)
Deprecated.
|
DefaultCharacteristic |
setOffset(WorkUnit offset)
Deprecated.
since 4.2
|
DefaultCharacteristic |
setOffsetUnit(WorkDuration.UNIT offsetUnit)
Deprecated.
since 4.3
|
DefaultCharacteristic |
setOffsetValue(Integer offsetValue)
Deprecated.
since 4.3
|
DefaultCharacteristic |
setOrder(Integer order)
Deprecated.
|
DefaultCharacteristic |
setParentId(Integer parentId)
Deprecated.
|
DefaultCharacteristic |
setRootId(Integer rootId)
Deprecated.
|
DefaultCharacteristic |
setRuleKey(RuleKey ruleKey)
Deprecated.
since 4.2
|
String |
toString()
Deprecated.
|
static WorkDuration.UNIT |
toUnit(String requirementUnit)
Deprecated.
since 4.3
|
public DefaultCharacteristic()
public Integer id()
id in interface Characteristicpublic DefaultCharacteristic setId(Integer id)
@CheckForNull public String key()
key in interface Characteristicpublic DefaultCharacteristic setKey(@Nullable String key)
@CheckForNull public String name()
name in interface Characteristicpublic DefaultCharacteristic setName(@Nullable String name)
@CheckForNull public Integer order()
order in interface Characteristicpublic DefaultCharacteristic setOrder(@Nullable Integer order)
@CheckForNull public Integer parentId()
parentId in interface Characteristicpublic DefaultCharacteristic setParentId(@Nullable Integer parentId)
@CheckForNull public Integer rootId()
rootId in interface Characteristicpublic DefaultCharacteristic setRootId(@Nullable Integer rootId)
@Deprecated @CheckForNull public RuleKey ruleKey()
ruleKey in interface Characteristic@Deprecated public DefaultCharacteristic setRuleKey(@Nullable RuleKey ruleKey)
@Deprecated @CheckForNull public String function()
function in interface Characteristic@Deprecated public DefaultCharacteristic setFunction(@Nullable String function)
@Deprecated @CheckForNull public WorkUnit factor()
factor in interface Characteristic@Deprecated public DefaultCharacteristic setFactor(@Nullable WorkUnit factor)
@Deprecated @CheckForNull public Integer factorValue()
factorValue in interface Characteristic@Deprecated public DefaultCharacteristic setFactorValue(@Nullable Integer factorValue)
@CheckForNull public WorkDuration.UNIT factorUnit()
factorUnit in interface Characteristic@Deprecated public DefaultCharacteristic setFactorUnit(@Nullable WorkDuration.UNIT factorUnit)
@Deprecated public WorkUnit offset()
offset in interface Characteristic@Deprecated public DefaultCharacteristic setOffset(@Nullable WorkUnit offset)
@Deprecated @CheckForNull public Integer offsetValue()
offsetValue in interface Characteristic@Deprecated public DefaultCharacteristic setOffsetValue(@Nullable Integer offsetValue)
@Deprecated @CheckForNull public WorkDuration.UNIT offsetUnit()
offsetUnit in interface Characteristic@Deprecated public DefaultCharacteristic setOffsetUnit(@Nullable WorkDuration.UNIT offsetUnit)
@Deprecated public static WorkDuration.UNIT toUnit(@Nullable String requirementUnit)
public boolean isRoot()
isRoot in interface Characteristic@Deprecated public boolean isRequirement()
isRequirement in interface CharacteristicCopyright © 2009–2015 SonarSource. All rights reserved.