public class DefaultDebtCharacteristic extends Object implements DebtCharacteristic
NONE| Constructor and Description |
|---|
DefaultDebtCharacteristic() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public DefaultDebtCharacteristic()
public DefaultDebtCharacteristic setId(Integer id)
public String key()
key in interface DebtCharacteristicpublic DefaultDebtCharacteristic setKey(String key)
public String name()
name in interface DebtCharacteristicpublic DefaultDebtCharacteristic setName(String name)
@CheckForNull public Integer order()
order in interface DebtCharacteristicpublic DefaultDebtCharacteristic setOrder(@Nullable Integer order)
@CheckForNull public Integer parentId()
public DefaultDebtCharacteristic setParentId(@Nullable Integer parentId)
public DefaultDebtCharacteristic setCreatedAt(Date createdAt)
@CheckForNull public Date updatedAt()
public DefaultDebtCharacteristic setUpdatedAt(@Nullable Date updatedAt)
public boolean isSub()
isSub in interface DebtCharacteristicCopyright © 2009–2015 SonarSource. All rights reserved.