public class KitComponent extends BusinessObject
Constructor and Description |
---|
KitComponent() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
KitComponentKey |
getKey() |
Quantity |
getQuantity() |
ItemType |
getType() |
UofMScheduleKey |
getUofMScheduleKey() |
void |
setDescription(String value) |
void |
setKey(KitComponentKey value) |
void |
setQuantity(Quantity value) |
void |
setType(ItemType value) |
void |
setUofMScheduleKey(UofMScheduleKey value) |
public String getDescription()
public void setDescription(String value)
public KitComponentKey getKey()
public void setKey(KitComponentKey value)
public Quantity getQuantity()
public void setQuantity(Quantity value)
public ItemType getType()
public void setType(ItemType value)
public UofMScheduleKey getUofMScheduleKey()
public void setUofMScheduleKey(UofMScheduleKey value)
Copyright © 2010–2016. All rights reserved.