public interface DocumentLineModel
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String name) |
Boolean |
getAttribute(String name,
Boolean defaultValue) |
Integer |
getAttribute(String name,
Integer defaultValue) |
Long |
getAttribute(String name,
Long defaultValue) |
Map<String,String> |
getAttributes() |
String |
getId() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
BigDecimal value) |
void |
setAttribute(String name,
Boolean value) |
void |
setAttribute(String name,
Integer value) |
void |
setAttribute(String name,
Long value) |
void |
setAttribute(String name,
String value) |
String getId()
void setAttribute(String name, BigDecimal value)
void removeAttribute(String name)
Copyright © 2017. All rights reserved.