|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openedit.store.Price
public class Price
| Field Summary | |
|---|---|
static java.lang.String |
REGION_AMERICA
|
static java.lang.String |
REGION_EU
|
| Constructor Summary | |
|---|---|
Price()
|
|
Price(org.openedit.money.Money inRetailPrice)
|
|
| Method Summary | |
|---|---|
org.openedit.money.Money |
adjustRegion(org.openedit.money.Money inTotalPrice)
|
Price |
copy()
|
boolean |
equals(java.lang.Object inObject)
|
java.lang.String |
getRegion()
|
org.openedit.money.Money |
getRetailPrice()
|
org.openedit.money.Money |
getSalePrice()
|
org.openedit.money.Money |
getValue()
|
int |
hashCode()
|
boolean |
isOnSale()
|
void |
setRegion(java.lang.String inRegion)
This is not normally used. |
void |
setRetailPrice(org.openedit.money.Money retailPrice)
|
void |
setSalePrice(org.openedit.money.Money salePrice)
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REGION_EU
public static final java.lang.String REGION_AMERICA
| Constructor Detail |
|---|
public Price()
public Price(org.openedit.money.Money inRetailPrice)
| Method Detail |
|---|
public org.openedit.money.Money getRetailPrice()
public void setRetailPrice(org.openedit.money.Money retailPrice)
public org.openedit.money.Money getSalePrice()
public void setSalePrice(org.openedit.money.Money salePrice)
public boolean isOnSale()
public org.openedit.money.Money getValue()
public boolean equals(java.lang.Object inObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getRegion()
public void setRegion(java.lang.String inRegion)
inRegion - public org.openedit.money.Money adjustRegion(org.openedit.money.Money inTotalPrice)
public Price copy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 2008 OpenEdit Inc. All rights reserved. last modified: Jan 06 2009
