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, setId
public 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 AbstractPersistable
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.