org.sonar.api.batch.debt.internal
Class DefaultDebtCharacteristic

java.lang.Object
  extended by org.sonar.api.batch.debt.internal.DefaultDebtCharacteristic
All Implemented Interfaces:
DebtCharacteristic

public class DefaultDebtCharacteristic
extends Object
implements DebtCharacteristic


Constructor Summary
DefaultDebtCharacteristic()
           
 
Method Summary
 Date createdAt()
           
 Integer id()
           
 boolean isSub()
           
 String key()
           
 String name()
           
 Integer order()
           
 Integer parentId()
           
 DefaultDebtCharacteristic setCreatedAt(Date createdAt)
           
 DefaultDebtCharacteristic setId(Integer id)
           
 DefaultDebtCharacteristic setKey(String key)
           
 DefaultDebtCharacteristic setName(String name)
           
 DefaultDebtCharacteristic setOrder(Integer order)
           
 DefaultDebtCharacteristic setParentId(Integer parentId)
           
 DefaultDebtCharacteristic setUpdatedAt(Date updatedAt)
           
 String toString()
           
 Date updatedAt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultDebtCharacteristic

public DefaultDebtCharacteristic()
Method Detail

id

public Integer id()

setId

public DefaultDebtCharacteristic setId(Integer id)

key

public String key()
Specified by:
key in interface DebtCharacteristic

setKey

public DefaultDebtCharacteristic setKey(String key)

name

public String name()
Specified by:
name in interface DebtCharacteristic

setName

public DefaultDebtCharacteristic setName(String name)

order

@CheckForNull
public Integer order()
Specified by:
order in interface DebtCharacteristic

setOrder

public DefaultDebtCharacteristic setOrder(@Nullable
                                          Integer order)

parentId

@CheckForNull
public Integer parentId()

setParentId

public DefaultDebtCharacteristic setParentId(@Nullable
                                             Integer parentId)

createdAt

public Date createdAt()

setCreatedAt

public DefaultDebtCharacteristic setCreatedAt(Date createdAt)

updatedAt

@CheckForNull
public Date updatedAt()

setUpdatedAt

public DefaultDebtCharacteristic setUpdatedAt(@Nullable
                                              Date updatedAt)

isSub

public boolean isSub()
Specified by:
isSub in interface DebtCharacteristic

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009–2016 SonarSource. All rights reserved.