Java Doc for ShoppingCartItem.java in  » ERP-CRM-Financial » SourceTap-CRM » org » ofbiz » order » shoppingcart » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » SourceTap CRM » org.ofbiz.order.shoppingcart 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.ofbiz.order.shoppingcart.ShoppingCartItem

ShoppingCartItem
public class ShoppingCartItem implements java.io.Serializable(Code)

Title: ShoppingCartItem.java

Description: Shopping cart item object.
author:
   Andy Zeneski
author:
   David E. Jones
version:
   $Revision: 1.27 $
since:
   2.0



Field Summary
public static  String[]attributeNames
    
public static  Stringmodule
    
final public static  Stringresource
    

Constructor Summary
public  ShoppingCartItem(ShoppingCartItem item)
     Clone an item.
protected  ShoppingCartItem()
    
protected  ShoppingCartItem(GenericValue product, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, Locale locale)
     Creates new ShoppingCartItem object.
protected  ShoppingCartItem(GenericDelegator delegator, String itemTypeId, String description, String categoryId, double basePrice, Map attributes, String prodCatalogId, Locale locale)
     Creates new ShopingCartItem object.

Method Summary
public  voidaddAdjustment(GenericValue adjustment)
    
public  voidaddAllProductFeatureAndAppls(Map productFeatureAndApplsToAdd)
    
public  voidaddContactMech(String contactMechPurposeTypeId, String contactMechId)
    
public synchronized  doubleaddPromoQuantityCandidateUse(double quantityDesired, GenericValue productPromoCondAction, boolean checkAvailableOnly)
    
public synchronized  voidclearPromoRuleUseInfo()
    
public synchronized  voidconfirmPromoRuleUse(String productPromoId, String productPromoRuleId)
    
public  booleanequals(ShoppingCartItem item)
     Compares the specified object with this cart item.
public  booleanequals(String productId, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, double selectedAmount)
     Compares the specified object with this cart item.
public  booleanequals(String productId, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, double selectedAmount, boolean isPromo)
     Compares the specified object with this cart item.
public  voidexplodeItem(ShoppingCart cart, LocalDispatcher dispatcher)
    
public  GenericValuegetAdditionalProductFeatureAndAppl(String productFeatureTypeId)
    
public  MapgetAdditionalProductFeatureAndAppls()
    
public  ListgetAdjustments()
    
public  ObjectgetAttribute(String name)
     Return a specific attribute.
public  MapgetAttributes()
     Returns the attributes for the item.
public  doublegetBasePrice()
     Returns the base price.
public  StringgetCarrierPartyId()
    
public  StringgetContactMech(String contactMechPurposeTypeId)
    
public  GenericDelegatorgetDelegator()
    
public  StringgetDescription()
     Returns the item's description.
public  MapgetFeatureIdQtyMap()
    
public  StringgetGiftMessage()
    
public  BooleangetIsGift()
    
public  booleangetIsPromo()
    
public  StringgetItemComment()
     Returns the item's comment.
public  doublegetItemShipping()
     Returns the shipping adjustments.
public  doublegetItemSubTotal()
     Returns the total line price.
public  doublegetItemSubTotalForShipping()
     Returns the total line price for shipping calculation purposes.
public  doublegetItemSubTotalForTax()
     Returns the total line price for tax calculation purposes.
public  doublegetItemTax()
     Returns the tax adjustments.
public  StringgetItemType()
     Returns the item type.
public  StringgetItemTypeDescription()
     Returns the item type description.
public  doublegetListPrice()
     Returns the list price.
public  BooleangetMaySplit()
    
public  StringgetName()
     Returns the item's description.
public  MapgetOptionalProductFeatures()
    
public  MapgetOrderItemContactMechIds()
    
public  ListgetOrderItemPriceInfos()
    
public  StringgetOrderItemSeqId()
    
public  GenericValuegetOrderShipmentPreference()
    
public  doublegetOtherAdjustments()
     Returns the "other" adjustments.
public  GenericValuegetParentProduct()
    
public  StringgetParentProductId()
    
public  StringgetProdCatalogId()
    
public  GenericValuegetProduct()
     Gets the Product entity.
public  StringgetProductCategoryId()
     Returns the productCategoryId for the item or null if none.
public  StringgetProductId()
     Returns the item's productId.
public  doublegetPromoQuantityAvailable()
    
public  doublegetPromoQuantityCandidateUse(GenericValue productPromoCondAction)
    
public  doublegetPromoQuantityCandidateUseActionAndAllConds(GenericValue productPromoAction)
    
public  doublegetPromoQuantityUsed()
    
public  doublegetQuantity()
     Returns the quantity.
public  IteratorgetQuantityUsedPerPromoActualIter()
    
public  IteratorgetQuantityUsedPerPromoCandidateIter()
    
public  IteratorgetQuantityUsedPerPromoFailedIter()
    
public  doublegetSelectedAmount()
    
public  StringgetShipmentMethodTypeId()
    
public  StringgetShippingInstructions()
     Returns the shipping instructions.
public  StringgetShoppingListId()
    
public  StringgetShoppingListItemSeqId()
    
public  doublegetSize()
    
public  doublegetWeight()
    
public static  ShoppingCartItemmakeItem(Integer cartLocation, String productId, double selectedAmount, double quantity, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, LocalDispatcher dispatcher, ShoppingCart cart)
     Makes a ShoppingCartItem and adds it to the cart.
public static  ShoppingCartItemmakeItem(Integer cartLocation, GenericValue product, double selectedAmount, double quantity, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, LocalDispatcher dispatcher, ShoppingCart cart, boolean doPromotions)
     Makes a ShoppingCartItem and adds it to the cart.
public static  ShoppingCartItemmakeItem(Integer cartLocation, GenericValue product, double quantity, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, LocalDispatcher dispatcher, ShoppingCart cart, boolean doPromotions)
    
public static  ShoppingCartItemmakeItem(Integer cartLocation, String itemType, String itemDescription, String productCategoryId, double basePrice, double selectedAmount, double quantity, Map attributes, String prodCatalogId, LocalDispatcher dispatcher, ShoppingCart cart, boolean doPromotions)
     Makes a non-product ShoppingCartItem and adds it to the cart.
public  voidputAdditionalProductFeatureAndAppl(GenericValue additionalProductFeatureAndAppl)
    
public  GenericValueremoveAdditionalProductFeatureAndAppl(String productFeatureTypeId)
    
public  voidremoveAdjustment(GenericValue adjustment)
    
public  voidremoveAdjustment(int index)
    
public  voidremoveAttribute(String name)
     Removes an item attribute.
public  StringremoveContactMech(String contactMechPurposeTypeId)
    
public  voidremoveFeatureAdjustment(String productFeatureId)
    
public synchronized  voidresetPromoRuleUse(String productPromoId, String productPromoRuleId)
    
public  voidsetAttribute(String name, Object value)
     Sets an item attribute.
public  voidsetBasePrice(double basePrice)
    
public  voidsetCarrierPartyId(String carrierPartyId)
    
public  voidsetGiftMessage(String giftMessage)
    
public  voidsetIsGift(Boolean isGift)
    
public  voidsetIsPromo(boolean isPromo)
    
public  voidsetItemComment(String itemComment)
     Sets the item comment.
public  voidsetItemType(String itemType)
     Sets the item type.
public  voidsetMaySplit(Boolean maySplit)
    
public  voidsetOrderItemSeqId(String orderItemSeqId)
    
public  voidsetQuantity(double quantity, LocalDispatcher dispatcher, ShoppingCart cart)
    
public  voidsetQuantity(double quantity, LocalDispatcher dispatcher, ShoppingCart cart, boolean doPromotions)
    
public  voidsetSelectedAmount(double selectedAmount)
    
public  voidsetShipmentMethodTypeId(String shipmentMethodTypeId)
     Sets the shipment method type.
public  voidsetShippingInstructions(String shippingInstructions)
     Sets the shipping instructions.
public  voidsetShoppingList(String shoppingListId, String itemSeqId)
    
public  booleanshippingApplies()
     Returns true if shipping charges apply to this item.
public  booleantaxApplies()
     Returns true if tax charges apply to this item.
public  voidupdatePrice(LocalDispatcher dispatcher, ShoppingCart cart)
    

Field Detail
attributeNames
public static String[] attributeNames(Code)



module
public static String module(Code)



resource
final public static String resource(Code)




Constructor Detail
ShoppingCartItem
public ShoppingCartItem(ShoppingCartItem item)(Code)
Clone an item.



ShoppingCartItem
protected ShoppingCartItem()(Code)
Cannot create shopping cart item with no parameters



ShoppingCartItem
protected ShoppingCartItem(GenericValue product, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, Locale locale)(Code)
Creates new ShoppingCartItem object.



ShoppingCartItem
protected ShoppingCartItem(GenericDelegator delegator, String itemTypeId, String description, String categoryId, double basePrice, Map attributes, String prodCatalogId, Locale locale)(Code)
Creates new ShopingCartItem object.




Method Detail
addAdjustment
public void addAdjustment(GenericValue adjustment)(Code)
Add an adjustment to the order item; don't worry about setting the orderId, orderItemSeqId or orderAdjustmentId; they will be set when the order is created



addAllProductFeatureAndAppls
public void addAllProductFeatureAndAppls(Map productFeatureAndApplsToAdd)(Code)



addContactMech
public void addContactMech(String contactMechPurposeTypeId, String contactMechId)(Code)
Add a contact mech to this purpose; the contactMechPurposeTypeId is required



addPromoQuantityCandidateUse
public synchronized double addPromoQuantityCandidateUse(double quantityDesired, GenericValue productPromoCondAction, boolean checkAvailableOnly)(Code)



clearPromoRuleUseInfo
public synchronized void clearPromoRuleUseInfo()(Code)



confirmPromoRuleUse
public synchronized void confirmPromoRuleUse(String productPromoId, String productPromoRuleId)(Code)



equals
public boolean equals(ShoppingCartItem item)(Code)
Compares the specified object with this cart item.



equals
public boolean equals(String productId, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, double selectedAmount)(Code)
Compares the specified object with this cart item. Defaults isPromo to false.



equals
public boolean equals(String productId, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, double selectedAmount, boolean isPromo)(Code)
Compares the specified object with this cart item.



explodeItem
public void explodeItem(ShoppingCart cart, LocalDispatcher dispatcher) throws CartItemModifyException(Code)



getAdditionalProductFeatureAndAppl
public GenericValue getAdditionalProductFeatureAndAppl(String productFeatureTypeId)(Code)



getAdditionalProductFeatureAndAppls
public Map getAdditionalProductFeatureAndAppls()(Code)



getAdjustments
public List getAdjustments()(Code)



getAttribute
public Object getAttribute(String name)(Code)
Return a specific attribute.



getAttributes
public Map getAttributes()(Code)
Returns the attributes for the item.



getBasePrice
public double getBasePrice()(Code)
Returns the base price.



getCarrierPartyId
public String getCarrierPartyId()(Code)



getContactMech
public String getContactMech(String contactMechPurposeTypeId)(Code)
Get the contactMechId for this item given the contactMechPurposeTypeId



getDelegator
public GenericDelegator getDelegator()(Code)



getDescription
public String getDescription()(Code)
Returns the item's description.



getFeatureIdQtyMap
public Map getFeatureIdQtyMap()(Code)



getGiftMessage
public String getGiftMessage()(Code)



getIsGift
public Boolean getIsGift()(Code)



getIsPromo
public boolean getIsPromo()(Code)



getItemComment
public String getItemComment()(Code)
Returns the item's comment.



getItemShipping
public double getItemShipping()(Code)
Returns the shipping adjustments.



getItemSubTotal
public double getItemSubTotal()(Code)
Returns the total line price.



getItemSubTotalForShipping
public double getItemSubTotalForShipping()(Code)
Returns the total line price for shipping calculation purposes.



getItemSubTotalForTax
public double getItemSubTotalForTax()(Code)
Returns the total line price for tax calculation purposes.



getItemTax
public double getItemTax()(Code)
Returns the tax adjustments.



getItemType
public String getItemType()(Code)
Returns the item type.



getItemTypeDescription
public String getItemTypeDescription()(Code)
Returns the item type description.



getListPrice
public double getListPrice()(Code)
Returns the list price.



getMaySplit
public Boolean getMaySplit()(Code)
Returns Boolean.TRUE if the order may be split (null if unspecified)



getName
public String getName()(Code)
Returns the item's description.



getOptionalProductFeatures
public Map getOptionalProductFeatures()(Code)



getOrderItemContactMechIds
public Map getOrderItemContactMechIds()(Code)



getOrderItemPriceInfos
public List getOrderItemPriceInfos()(Code)



getOrderItemSeqId
public String getOrderItemSeqId()(Code)



getOrderShipmentPreference
public GenericValue getOrderShipmentPreference()(Code)



getOtherAdjustments
public double getOtherAdjustments()(Code)
Returns the "other" adjustments.



getParentProduct
public GenericValue getParentProduct()(Code)



getParentProductId
public String getParentProductId()(Code)



getProdCatalogId
public String getProdCatalogId()(Code)



getProduct
public GenericValue getProduct()(Code)
Gets the Product entity. If it is not already retreived gets it from the delegator



getProductCategoryId
public String getProductCategoryId()(Code)
Returns the productCategoryId for the item or null if none.



getProductId
public String getProductId()(Code)
Returns the item's productId.



getPromoQuantityAvailable
public double getPromoQuantityAvailable()(Code)



getPromoQuantityCandidateUse
public double getPromoQuantityCandidateUse(GenericValue productPromoCondAction)(Code)



getPromoQuantityCandidateUseActionAndAllConds
public double getPromoQuantityCandidateUseActionAndAllConds(GenericValue productPromoAction)(Code)



getPromoQuantityUsed
public double getPromoQuantityUsed()(Code)



getQuantity
public double getQuantity()(Code)
Returns the quantity.



getQuantityUsedPerPromoActualIter
public Iterator getQuantityUsedPerPromoActualIter()(Code)



getQuantityUsedPerPromoCandidateIter
public Iterator getQuantityUsedPerPromoCandidateIter()(Code)



getQuantityUsedPerPromoFailedIter
public Iterator getQuantityUsedPerPromoFailedIter()(Code)



getSelectedAmount
public double getSelectedAmount()(Code)
Returns the user selected amount



getShipmentMethodTypeId
public String getShipmentMethodTypeId()(Code)
Returns the shipment method type



getShippingInstructions
public String getShippingInstructions()(Code)
Returns the shipping instructions.



getShoppingListId
public String getShoppingListId()(Code)



getShoppingListItemSeqId
public String getShoppingListItemSeqId()(Code)



getSize
public double getSize()(Code)
Returns the item's size (height * width * depth)



getWeight
public double getWeight()(Code)
Returns the item's unit weight



makeItem
public static ShoppingCartItem makeItem(Integer cartLocation, String productId, double selectedAmount, double quantity, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, LocalDispatcher dispatcher, ShoppingCart cart) throws CartItemModifyException(Code)
Makes a ShoppingCartItem and adds it to the cart. NOTE: This method will get the product entity and check to make sure it can be purchased.
Parameters:
  cartLocation - The location to place this item; null will place at the end
Parameters:
  productId - The primary key of the product being added
Parameters:
  quantity - The quantity to add
Parameters:
  additionalProductFeatureAndAppls - Product feature/appls map
Parameters:
  attributes - All unique attributes for this item (NOT features)
Parameters:
  prodCatalogId - The catalog this item was added from
Parameters:
  dispatcher - LocalDispatcher object for doing promotions, etc
Parameters:
  cart - The parent shopping cart object this item will belong to a new ShoppingCartItem object
throws:
  CartItemModifyException -



makeItem
public static ShoppingCartItem makeItem(Integer cartLocation, GenericValue product, double selectedAmount, double quantity, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, LocalDispatcher dispatcher, ShoppingCart cart, boolean doPromotions) throws CartItemModifyException(Code)
Makes a ShoppingCartItem and adds it to the cart. WARNING: This method does not check if the product is in a purchase category.
Parameters:
  cartLocation - The location to place this item; null will place at the end
Parameters:
  product - The product entity relating to the product being added
Parameters:
  quantity - The quantity to add
Parameters:
  additionalProductFeatureAndAppls - Product feature/appls map
Parameters:
  attributes - All unique attributes for this item (NOT features)
Parameters:
  prodCatalogId - The catalog this item was added from
Parameters:
  dispatcher - LocalDispatcher object for doing promotions, etc
Parameters:
  cart - The parent shopping cart object this item will belong to
Parameters:
  doPromotions - Indicates if we should run promotions a new ShoppingCartItem object
throws:
  CartItemModifyException -



makeItem
public static ShoppingCartItem makeItem(Integer cartLocation, GenericValue product, double quantity, Map additionalProductFeatureAndAppls, Map attributes, String prodCatalogId, LocalDispatcher dispatcher, ShoppingCart cart, boolean doPromotions) throws CartItemModifyException(Code)



makeItem
public static ShoppingCartItem makeItem(Integer cartLocation, String itemType, String itemDescription, String productCategoryId, double basePrice, double selectedAmount, double quantity, Map attributes, String prodCatalogId, LocalDispatcher dispatcher, ShoppingCart cart, boolean doPromotions) throws CartItemModifyException(Code)
Makes a non-product ShoppingCartItem and adds it to the cart. NOTE: This is only for non-product items; items without a product entity (work items, bulk items, etc)
Parameters:
  cartLocation - The location to place this item; null will place at the end
Parameters:
  itemType - The OrderItemTypeId for the item being added
Parameters:
  itemDescription - The optional description of the item
Parameters:
  productCategoryId - The optional category the product *will* go in
Parameters:
  basePrice - The price for this item
Parameters:
  quantity - The quantity to add
Parameters:
  attributes - All unique attributes for this item (NOT features)
Parameters:
  prodCatalogId - The catalog this item was added from
Parameters:
  dispatcher - LocalDispatcher object for doing promotions, etc
Parameters:
  cart - The parent shopping cart object this item will belong to
Parameters:
  doPromotions - Indicates if we should run promotions a new ShoppingCartItem object
throws:
  CartItemModifyException -



putAdditionalProductFeatureAndAppl
public void putAdditionalProductFeatureAndAppl(GenericValue additionalProductFeatureAndAppl)(Code)



removeAdditionalProductFeatureAndAppl
public GenericValue removeAdditionalProductFeatureAndAppl(String productFeatureTypeId)(Code)



removeAdjustment
public void removeAdjustment(GenericValue adjustment)(Code)



removeAdjustment
public void removeAdjustment(int index)(Code)



removeAttribute
public void removeAttribute(String name)(Code)
Removes an item attribute.



removeContactMech
public String removeContactMech(String contactMechPurposeTypeId)(Code)
Remove the contactMechId from this item given the contactMechPurposeTypeId



removeFeatureAdjustment
public void removeFeatureAdjustment(String productFeatureId)(Code)



resetPromoRuleUse
public synchronized void resetPromoRuleUse(String productPromoId, String productPromoRuleId)(Code)



setAttribute
public void setAttribute(String name, Object value)(Code)
Sets an item attribute.



setBasePrice
public void setBasePrice(double basePrice)(Code)
Sets the base price for the item; use with caution



setCarrierPartyId
public void setCarrierPartyId(String carrierPartyId)(Code)



setGiftMessage
public void setGiftMessage(String giftMessage)(Code)



setIsGift
public void setIsGift(Boolean isGift)(Code)



setIsPromo
public void setIsPromo(boolean isPromo)(Code)



setItemComment
public void setItemComment(String itemComment)(Code)
Sets the item comment.



setItemType
public void setItemType(String itemType)(Code)
Sets the item type.



setMaySplit
public void setMaySplit(Boolean maySplit)(Code)



setOrderItemSeqId
public void setOrderItemSeqId(String orderItemSeqId)(Code)



setQuantity
public void setQuantity(double quantity, LocalDispatcher dispatcher, ShoppingCart cart) throws CartItemModifyException(Code)
Sets the quantity for the item and validates the change in quantity, etc



setQuantity
public void setQuantity(double quantity, LocalDispatcher dispatcher, ShoppingCart cart, boolean doPromotions) throws CartItemModifyException(Code)
Sets the quantity for the item and validates the change in quantity, etc



setSelectedAmount
public void setSelectedAmount(double selectedAmount)(Code)
Sets the user selected amount



setShipmentMethodTypeId
public void setShipmentMethodTypeId(String shipmentMethodTypeId)(Code)
Sets the shipment method type.



setShippingInstructions
public void setShippingInstructions(String shippingInstructions)(Code)
Sets the shipping instructions.



setShoppingList
public void setShoppingList(String shoppingListId, String itemSeqId)(Code)



shippingApplies
public boolean shippingApplies()(Code)
Returns true if shipping charges apply to this item.



taxApplies
public boolean taxApplies()(Code)
Returns true if tax charges apply to this item.



updatePrice
public void updatePrice(LocalDispatcher dispatcher, ShoppingCart cart) throws CartItemModifyException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.