public abstract class ContractLine extends AbstractPersistable
id| Constructor and Description |
|---|
ContractLine() |
| Modifier and Type | Method and Description |
|---|---|
Contract |
getContract() |
ContractLineType |
getContractLineType() |
abstract boolean |
isEnabled() |
void |
setContract(Contract contract) |
void |
setContractLineType(ContractLineType contractLineType) |
String |
toString() |
getId, setIdpublic Contract getContract()
public void setContract(Contract contract)
public ContractLineType getContractLineType()
public void setContractLineType(ContractLineType contractLineType)
public abstract boolean isEnabled()
public String toString()
toString in class AbstractPersistableCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.