public class FittingItem extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FLAG |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
FittingItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FittingItem |
flag(Integer flag) |
Integer |
getFlag()
flag integer
|
Integer |
getQuantity()
quantity integer
|
Integer |
getTypeId()
type_id integer
|
int |
hashCode() |
FittingItem |
quantity(Integer quantity) |
void |
setFlag(Integer flag) |
void |
setQuantity(Integer quantity) |
void |
setTypeId(Integer typeId) |
String |
toString() |
FittingItem |
typeId(Integer typeId) |
public static final String SERIALIZED_NAME_FLAG
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_TYPE_ID
public FittingItem flag(Integer flag)
public Integer getFlag()
public void setFlag(Integer flag)
public FittingItem quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public FittingItem typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2019. All Rights Reserved.