public class Contract extends AbstractPersistable
id| Constructor and Description |
|---|
Contract() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
List<ContractLine> |
getContractLineList() |
String |
getDescription() |
WeekendDefinition |
getWeekendDefinition() |
int |
getWeekendLength() |
void |
setCode(String code) |
void |
setContractLineList(List<ContractLine> contractLineList) |
void |
setDescription(String description) |
void |
setWeekendDefinition(WeekendDefinition weekendDefinition) |
String |
toString() |
compareTo, getId, setIdpublic String getCode()
public void setCode(String code)
public String getDescription()
public void setDescription(String description)
public WeekendDefinition getWeekendDefinition()
public void setWeekendDefinition(WeekendDefinition weekendDefinition)
public List<ContractLine> getContractLineList()
public void setContractLineList(List<ContractLine> contractLineList)
public String toString()
toString in class AbstractPersistablepublic int getWeekendLength()
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.