up
2015-07-07 15:40:45 4 举报
“Up”是一部由皮克斯动画工作室制作的美国3D电脑动画冒险喜剧电影。故事围绕着一个名叫卡尔的中年男子,他心地善良,但内心充满悲伤。因为妻子的去世,卡尔把所有的爱都倾注在他的房子和三个孩子身上。然而,当他的房子被政府计划用来建设新公路时,卡尔决定实现他和他已故的妻子艾拉的梦想——去南美洲的“失落的天堂瀑布”。在这个过程中,他遇到了一个名叫罗素的活泼、顽皮的小男孩和一个名叫道格拉斯的悲观的老人。这部电影充满了冒险、幽默和感人的时刻,让人们重新认识到生活的美好和梦想的力量。
作者其他创作
大纲/内容
1
Store
PayType
-payTypeId :int-payTypeName :String-findPayTypeById :PayType
+findAllPayType() :List
n
OrderItem
-orderItemId :int-orderItemAmount = 1 :int-orderItemPrice :float-orderList :OrderList-book: Book-bounghtItemComment :BounghtItemComment
+getOrderItemById(int orderItemId) :OrderItem
CartItem
-cartItemId :int-cartItemAmount :int-customer :Customer-book :Book
DeliveryType
-deliveryTypeId :int-deliveryTypeName :String-deliveryTypeCompany :String-deliveryTypeFee :int
+ findDeliveryTypeById(int deliveryTypeId) :DiliveryType+findAllDeliveryType() :List
admin
-adminId : int-adminName :String-adminPassword :String-adminEmail :String-adminAuthority =1:int-valid = 1:int
CustomerLevel
-customerLevelId :int-customerLevelName :String-customerLevelFloor :int-customerLevelPercentage :float
+findCustomerLevelByFloor(int customerLevelFloor) :CustomerLevel+findCustomerLevelByCustomerLevelId(int customerLevelId) :CustomerLevel+updateCustomerLevel(final CustomerLevel customerLevel) :void+findAllCustomerLevels() :List
Customer
-customerId :int-customerName :String-customerPassword :String-customerEmail :String-customerScore :int-customerExperiences :TimeStamp-valid = 1:int-customerLevel :CustomerLevel-receivers :Set-storeBooks : Set-cartItems :Set-orederLists :Set-boughtItemComments :Set
BoughtItemComment
-boughtItemCommentId :int-boughtItemCommentGrade=5:int-boughtItemCommentMessage:String-boughtItemCommentTime: Timestamp-book :Book-customer: Customer-orderItem : OrderItem
Book
-bookId :int-bookName :String-bookPrice :float-bookIntro :String-bookPub :Date-bookWriter :String-bookISBN :String-bookAmount :int-bookPercentage = 1 :float-bookCover :String-bookAvgGrade =5:float-bookSaleSum :int-valid =1:int
Receiver
-receiverId :int-receiverName :String-receiverAddress :String-receiverPhone :Sting-receicerZip :String-receiverIsDefault :int-receiverIsLocal :int-customer :Customer
BookType
-bookTypeId :int-bookTypeName :String-bookTypeDescription :String-parentType :BookType-books :Set-childTypes :Set-bookAmount :int
+getBookTypesByIds(Integer bookTypeIds[]) :List+getBookTypeById(Integer bookTypeId) :BookType+getBookTypeByName(String bookTypeName) :BookType+save(BookType bookType) :Integer+update(BookType bookType) :void
OrderList
-orderId :int-orderSumPrice :float-orderTime :Timestamp-orderIntegral :int-orderState :int-orderReceiverName :String-valid = 1:int-orderReceiverAddress :String-orderReceiverPhone :String-orderReceiverZip: String-orderDeliveryNumber :String-orderDeliveryDate:Timestamp-orderGainIntegral :int-customer :Customer-payType :Paytype-deliveryType :DeliveryType-orderItems :Set
0 条评论
下一页