public class Item
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ItemConstraint |
itemConstraint
A constraint on the value that initiators can fill in at the point of the
item’s location.
|
private java.lang.String |
location
The location is a structural reference which points to the location in
the terms of the Agreement that can be changed and filled in.
|
private java.lang.String |
name
The MANDATORY name is a label of the field that MUST be unique and
identifies the field in the offer and can be used to refer to the
restriction item in a convenient way.
|
Constructor and Description |
---|
Item() |
Modifier and Type | Method and Description |
---|---|
ItemConstraint |
getItemConstraint() |
java.lang.String |
getLocation() |
java.lang.String |
getName() |
void |
setItemConstraint(ItemConstraint itemConstraint) |
void |
setLocation(java.lang.String location) |
void |
setName(java.lang.String name) |
private java.lang.String name
private java.lang.String location
private ItemConstraint itemConstraint
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- the location to setpublic ItemConstraint getItemConstraint()
public void setItemConstraint(ItemConstraint itemConstraint)
itemConstraint
- the itemConstraint to set