:
:

User -> UserId and UserName
User UserId UserName

EC
//
class ShippingCharge {
//
Product product;
ShipTo shipTo;
Amount total() {
//
}
}