org.sonar.api.technicaldebt.server.internal
Class DefaultCharacteristic

java.lang.Object
  extended by org.sonar.api.technicaldebt.server.internal.DefaultCharacteristic
All Implemented Interfaces:
Characteristic

Deprecated. since 4.3.

@Deprecated
public class DefaultCharacteristic
extends Object
implements Characteristic

Since:
4.1

Constructor Summary
DefaultCharacteristic()
          Deprecated.  
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultCharacteristic

public DefaultCharacteristic()
Deprecated. 
Method Detail

id

public Integer id()
Deprecated. 
Specified by:
id in interface Characteristic

setId

public DefaultCharacteristic setId(Integer id)
Deprecated. 

key

@CheckForNull
public String key()
Deprecated. 
Specified by:
key in interface Characteristic

setKey

public DefaultCharacteristic setKey(@Nullable
                                    String key)
Deprecated. 

name

@CheckForNull
public String name()
Deprecated. 
Specified by:
name in interface Characteristic

setName

public DefaultCharacteristic setName(@Nullable
                                     String name)
Deprecated. 

order

@CheckForNull
public Integer order()
Deprecated. 
Specified by:
order in interface Characteristic

setOrder

public DefaultCharacteristic setOrder(@Nullable
                                      Integer order)
Deprecated. 

parentId

@CheckForNull
public Integer parentId()
Deprecated. 
Specified by:
parentId in interface Characteristic

setParentId

public DefaultCharacteristic setParentId(@Nullable
                                         Integer parentId)
Deprecated. 

rootId

@CheckForNull
public Integer rootId()
Deprecated. 
Specified by:
rootId in interface Characteristic

setRootId

public DefaultCharacteristic setRootId(@Nullable
                                       Integer rootId)
Deprecated. 

ruleKey

@Deprecated
@CheckForNull
public RuleKey ruleKey()
Deprecated. since 4.2

Specified by:
ruleKey in interface Characteristic

setRuleKey

@Deprecated
public DefaultCharacteristic setRuleKey(@Nullable
                                                   RuleKey ruleKey)
Deprecated. since 4.2


function

@Deprecated
@CheckForNull
public String function()
Deprecated. since 4.2

Specified by:
function in interface Characteristic

setFunction

@Deprecated
public DefaultCharacteristic setFunction(@Nullable
                                                    String function)
Deprecated. since 4.2


factor

@Deprecated
@CheckForNull
public WorkUnit factor()
Deprecated. since 4.2

Specified by:
factor in interface Characteristic

setFactor

@Deprecated
public DefaultCharacteristic setFactor(@Nullable
                                                  WorkUnit factor)
Deprecated. since 4.2


factorValue

@Deprecated
@CheckForNull
public Integer factorValue()
Deprecated. since 4.3

Specified by:
factorValue in interface Characteristic

setFactorValue

@Deprecated
public DefaultCharacteristic setFactorValue(@Nullable
                                                       Integer factorValue)
Deprecated. since 4.3


factorUnit

@CheckForNull
public WorkDuration.UNIT factorUnit()
Deprecated. 
Specified by:
factorUnit in interface Characteristic

setFactorUnit

@Deprecated
public DefaultCharacteristic setFactorUnit(@Nullable
                                                      WorkDuration.UNIT factorUnit)
Deprecated. since 4.3


offset

@Deprecated
public WorkUnit offset()
Deprecated. since 4.2

Specified by:
offset in interface Characteristic

setOffset

@Deprecated
public DefaultCharacteristic setOffset(@Nullable
                                                  WorkUnit offset)
Deprecated. since 4.2


offsetValue

@Deprecated
@CheckForNull
public Integer offsetValue()
Deprecated. since 4.3

Specified by:
offsetValue in interface Characteristic

setOffsetValue

@Deprecated
public DefaultCharacteristic setOffsetValue(@Nullable
                                                       Integer offsetValue)
Deprecated. since 4.3


offsetUnit

@Deprecated
@CheckForNull
public WorkDuration.UNIT offsetUnit()
Deprecated. since 4.3

Specified by:
offsetUnit in interface Characteristic

setOffsetUnit

@Deprecated
public DefaultCharacteristic setOffsetUnit(@Nullable
                                                      WorkDuration.UNIT offsetUnit)
Deprecated. since 4.3


toUnit

@Deprecated
public static WorkDuration.UNIT toUnit(@Nullable
                                                  String requirementUnit)
Deprecated. since 4.3


isRoot

public boolean isRoot()
Deprecated. 
Specified by:
isRoot in interface Characteristic

isRequirement

@Deprecated
public boolean isRequirement()
Deprecated. since 4.3

Specified by:
isRequirement in interface Characteristic

equals

public boolean equals(Object o)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2009-2014 SonarSource. All Rights Reserved.