public class ContractTerm extends Object
Constructor and Description |
---|
ContractTerm() |
Modifier and Type | Method and Description |
---|---|
Set<Constraint> |
getContraints() |
String |
getName() |
ContractTermType |
getType() |
void |
setContraints(Set<Constraint> contraints) |
void |
setName(String name) |
void |
setType(ContractTermType type) |
public ContractTermType getType()
public void setType(ContractTermType type)
public Set<Constraint> getContraints()
public void setContraints(Set<Constraint> contraints)
public String getName()
public void setName(String name)
Copyright © 2016. All Rights Reserved.