|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.core.util.Range
atg.commerce.order.RepositoryRange
public class RepositoryRange
A subclass of range that is stored within the repository item
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
protected static java.lang.String |
HIGH_BOUND_PROPERTY
|
protected static java.lang.String |
LOW_BOUND_PROPERTY
|
protected MutableRepositoryItem |
mRepositoryItem
|
| Fields inherited from class atg.core.util.Range |
|---|
RANGE_COMPARATOR |
| Constructor Summary | |
|---|---|
RepositoryRange(MutableRepositoryItem pShipItemRel)
|
|
RepositoryRange(MutableRepositoryItem pRepositoryItem,
long pLowBound,
long pHighBound)
|
|
| Method Summary | |
|---|---|
long |
getHighBound()
the high end of the range |
long |
getLowBound()
the low end of the range |
protected java.lang.Object |
getPropertyValue(java.lang.String pChangedProperty)
|
void |
setHighBound(long pHighBound)
the high end of the range |
void |
setLowBound(long pLowBound)
the low end of the range |
protected void |
setPropertyValue(java.lang.String pChangedProperty,
java.lang.Object pPropertyValue)
|
| Methods inherited from class atg.core.util.Range |
|---|
findComplementRanges, getSize, intersection, main, toString, union |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_VERSION
protected static java.lang.String LOW_BOUND_PROPERTY
protected static java.lang.String HIGH_BOUND_PROPERTY
protected MutableRepositoryItem mRepositoryItem
| Constructor Detail |
|---|
public RepositoryRange(MutableRepositoryItem pShipItemRel)
public RepositoryRange(MutableRepositoryItem pRepositoryItem,
long pLowBound,
long pHighBound)
| Method Detail |
|---|
protected java.lang.Object getPropertyValue(java.lang.String pChangedProperty)
protected void setPropertyValue(java.lang.String pChangedProperty,
java.lang.Object pPropertyValue)
public void setLowBound(long pLowBound)
setLowBound in class atg.core.util.RangepLowBound - new value to setpublic long getLowBound()
getLowBound in class atg.core.util.Rangepublic void setHighBound(long pHighBound)
setHighBound in class atg.core.util.RangepHighBound - new value to setpublic long getHighBound()
getHighBound in class atg.core.util.Range
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||